####################################### EXECUTION of : time mpirun -hostfile hosts -rankfile rankfile -np 71 ./script_lmdz.x.ksh : -np 360 ./script_opa.xx.ksh : -np 12 ./script_xios.x.ksh -------------------------------------------------------------------------- MPI_ABORT was invoked on rank 442 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. -------------------------------------------------------------------------- -------------------------------------------------------------------------- mpirun has exited due to process rank 442 with PID 112172 on node curie3890 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 mpirun (as reported here). -------------------------------------------------------------------------- 3.23user 10.68system 9:25.70elapsed 2%CPU (0avgtext+0avgdata 22304maxresident)k 7272inputs+8outputs (61major+9206minor)pagefaults 0swaps