Convergence for p not reached in parallel simulation

39 views
Skip to first unread message

Vignesh T G

unread,
Nov 11, 2025, 6:13:43 AMNov 11
to basilisk-fr
Dear Basilisk users,

I am trying to simulate the retraction of a cylindrical filament under axisymmetric condition. The script attached herewith, runs perfectly well in serial. But it shows error when run in parallel. The error is "Convergence for p not reached after 100 iterations"

I tried increasing the iterations (NITERMAX), decreasing the tolerance (TOLERANCE) and CFL number. I even tried switching off the adaptive mesh refinement. Despite this, the code shows the same error in parallel.

Please suggest a solution to overcome this problem.

Thanks and Regards
Vignesh T.G.
axi_filament.c

Shyam Sunder Yadav

unread,
Nov 11, 2025, 6:46:56 AMNov 11
to vign...@gmail.com, basilisk-fr
Dear Vignesh

I compiled with OpenMP, it's working fine in my machine.

Are you using MPI?

--
You received this message because you are subscribed to the Google Groups "basilisk-fr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to basilisk-fr...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/basilisk-fr/CAMwa5AX1%2B%3DKv_ydPP81vx2rS3PHDAXirKEsbOJ%2BjbE1YDAvucw%40mail.gmail.com.


--
Dr. Shyam Sunder Yadav
Associate Professor
Mechanical Engineering
BITS Pilani
09902346342
http://www.bits-pilani.ac.in/pilani/ssyadav/Profile

The information contained in this electronic communication is intended solely for the individual(s) or entity to which it is addressed. It may contain proprietary, confidential and/or legally privileged information. Any review, retransmission, dissemination, printing, copying or other use of, or taking any action in reliance on the contents of this information by person(s) or entities other than the intended recipient is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us by responding to this email or telephone and immediately and permanently delete all copies of this message and any attachments from your system(s). The contents of this message do not necessarily represent the views or policies of BITS Pilani.

Vignesh T G

unread,
Nov 11, 2025, 6:54:37 AMNov 11
to Shyam Sunder Yadav, basilisk-fr
Dear Shyam,

Yes, I am using the MPI commands "CC99='mpicc -std=c99' qcc -Wall -O2 -D_MPI=1 example.c -o example -lm" to compile and "mpirun -np 2 ./example" to run the simulation

Thanks
Vignesh T.G.
Reply all
Reply to author
Forward
0 new messages