Fatal error
Posted: Wed Nov 26, 2014 5:36 pm
Dear all,
I am trying to run code_Saturne, but I got a fatal error.
I run code_Saturne with a virtual machine.
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 1.
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.
--------------------------------------------------------------------------
--------------------------------------------------------------------------
mpiexec.openmpi has exited due to process rank 0 with PID 58707 on
node xxx-virtual-machine exiting improperly. There are two reasons this could occur:
1. this process did not call "init" before exiting, but others in
the job did. This can cause a job to hang indefinitely while it waits
for all processes to call "init". By rule, if one process calls "init",
then ALL processes must call "init" prior to termination.
2. this process called "init", but exited without calling "finalize".
By rule, all processes that call "init" MUST call "finalize" prior to
exiting or it will be considered an "abnormal termination"
This may have caused other processes in the application to be
terminated by signals sent by mpiexec.openmpi (as reported here).
Could anybody please tell me what is the reason of this error?
Is this because of the mesh?
Under the solution folder I found a error text message:
cs_file.c:1182: Fatal error.
MPI IO error for file: mesh_input
Error type: MPI_ERR_OTHER: known error not in list
Call stack:
1: 0x7f3ba45776c9 <+0x1c06c9> (libsaturne.so.0)
2: 0x7f3ba457b190 <+0x1c4190> (libsaturne.so.0)
3: 0x7f3ba457b380 <cs_file_open+0x150> (libsaturne.so.0)
4: 0x7f3ba458e7c2 <+0x1d77c2> (libsaturne.so.0)
5: 0x7f3ba458f167 <cs_io_initialize+0x87> (libsaturne.so.0)
6: 0x7f3ba4497599 <+0xe0599> (libsaturne.so.0)
7: 0x7f3ba449d8c5 <cs_preprocessor_data_read_mesh+0x285> (libsaturne.so.0)
8: 0x7f3ba4496bd3 <cs_preprocess_mesh+0x123> (libsaturne.so.0)
9: 0x7f3ba4402bb5 <cs_run+0x135> (libsaturne.so.0)
10: 0x7f3ba4402967 <main+0x147> (libsaturne.so.0)
11: 0x7f3ba4013ec5 <__libc_start_main+0xf5> (libc.so.6)
12: 0x4006f9 <> (cs_solver)
End of stack
Thankyou in advence for your help.
Simone
I am trying to run code_Saturne, but I got a fatal error.
I run code_Saturne with a virtual machine.
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 1.
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.
--------------------------------------------------------------------------
--------------------------------------------------------------------------
mpiexec.openmpi has exited due to process rank 0 with PID 58707 on
node xxx-virtual-machine exiting improperly. There are two reasons this could occur:
1. this process did not call "init" before exiting, but others in
the job did. This can cause a job to hang indefinitely while it waits
for all processes to call "init". By rule, if one process calls "init",
then ALL processes must call "init" prior to termination.
2. this process called "init", but exited without calling "finalize".
By rule, all processes that call "init" MUST call "finalize" prior to
exiting or it will be considered an "abnormal termination"
This may have caused other processes in the application to be
terminated by signals sent by mpiexec.openmpi (as reported here).
Could anybody please tell me what is the reason of this error?
Is this because of the mesh?
Under the solution folder I found a error text message:
cs_file.c:1182: Fatal error.
MPI IO error for file: mesh_input
Error type: MPI_ERR_OTHER: known error not in list
Call stack:
1: 0x7f3ba45776c9 <+0x1c06c9> (libsaturne.so.0)
2: 0x7f3ba457b190 <+0x1c4190> (libsaturne.so.0)
3: 0x7f3ba457b380 <cs_file_open+0x150> (libsaturne.so.0)
4: 0x7f3ba458e7c2 <+0x1d77c2> (libsaturne.so.0)
5: 0x7f3ba458f167 <cs_io_initialize+0x87> (libsaturne.so.0)
6: 0x7f3ba4497599 <+0xe0599> (libsaturne.so.0)
7: 0x7f3ba449d8c5 <cs_preprocessor_data_read_mesh+0x285> (libsaturne.so.0)
8: 0x7f3ba4496bd3 <cs_preprocess_mesh+0x123> (libsaturne.so.0)
9: 0x7f3ba4402bb5 <cs_run+0x135> (libsaturne.so.0)
10: 0x7f3ba4402967 <main+0x147> (libsaturne.so.0)
11: 0x7f3ba4013ec5 <__libc_start_main+0xf5> (libc.so.6)
12: 0x4006f9 <> (cs_solver)
End of stack
Thankyou in advence for your help.
Simone