Hi all,
Thank you for reading. Some strange errors occurs in my IBAMR, and I hope to know the cause of these errors.
1. Time step size change encountered
When I try to simulate the move of a flexible plate, the calculation will stop between step 3 and 7, thus the terminal reports message A. This problem occured both in soft plate simulations and 3d human airway simulations.
2. Primary job terminated normally, but 1 process returned a non-zero exit code. Per user-direction, the job has aborted
This error occured when I running human airway simulation by mpi, and I cannot find what induced it. Detail information is included in message B.
Thank you again for your kind help!
message A
At beginning of timestep # 3
Simulation time is 9.76563e-07
P=00000:Program abort called in file ``../../IBAMR/lib/../src/IB/IBHierarchyIntegrator.cpp'' at line 184
P=00000:ERROR MESSAGE:
P=00000:IBHierarchyIntegrator::preprocessIntegrateHierarchy(): Time step size change encountered.
P=00000:Aborting.
P=00000:
[Eason:09382] *** Process received signal ***
[Eason:09382] Signal: Aborted (6)
[Eason:09382] Signal code: (-6)
[Eason:09382] [ 0] /lib/x86_64-linux-gnu/libpthread.so.0(+0x12980)[0x7f51e517d980]
[Eason:09382] [ 1] /lib/x86_64-linux-gnu/libc.so.6(gsignal+0xc7)[0x7f51e33a4fb7]
[Eason:09382] [ 2] /lib/x86_64-linux-gnu/libc.so.6(abort+0x141)[0x7f51e33a6921]
[Eason:09382] [ 3] ./main2d(+0x64ed12)[0x558364360d12]
[Eason:09382] [ 4] ./main2d(+0x1571c2)[0x558363e691c2]
[Eason:09382] [ 5] ./main2d(+0x13b63c)[0x558363e4d63c]
[Eason:09382] [ 6] ./main2d(+0x452184)[0x558364164184]
[Eason:09382] [ 7] ./main2d(+0x79af2)[0x558363d8baf2]
[Eason:09382] [ 8] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7)[0x7f51e3387bf7]
[Eason:09382] [ 9] ./main2d(+0x8e37a)[0x558363da037a]
[Eason:09382] *** End of error message ***
Aborted (core dumped)
message B
Primary job terminated normally, but 1 process returned a non-zero exit code. Per user-direction, the job has aborted.
-----------------------------------------------------------------------------------------------------------------------------
MPI_ABORT was invoked on rank 7 in communicator MPI_COMM_WORLD with errorcode 50162059.
NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes. You may or may not see output from other processes, depending on exactly when Open MPI kills them.