MPI_Barrier
Posted: 06 May 2011, 15:53
I've noticed there's a strange crash at the end of this simulation:
It seems to have something to do with the run_control settings (possibly first_is_fiducial), although I can't seem to figure out exactly what's triggering it. It doesn't seem to be a huge problem as far as the sim goes, since I haven't had a problem with the final data being written, but my guess is it's not cleaning up correctly.
http://www.stanford.edu/~joelfred/Peleg ... ier.tar.gz
Code: Select all
=====================================================================================
Thanks for using Pelegant. Please cite the following references in your publications:
M. Borland, "elegant: A Flexible SDDS-Compliant Code for Accelerator Simulation,"
Advanced Photon Source LS-287, September 2000.
Y. Wang and M. Borland, "Pelegant: A Parallel Accelerator Simulation Code for
Electron Generation and Tracking, Proceedings of the 12th Advanced Accelerator
Concepts Workshop, 2006.
If you use a modified version, please indicate this in all publications.
=====================================================================================
*** An error occurred in MPI_Barrier
*** after MPI was finalized
*** MPI_ERRORS_ARE_FATAL (your MPI job will now abort)
*** An error occurred in MPI_Barrier
*** after MPI was finalized
[oak068:26519] Abort after MPI_FINALIZE completed successfully; not able to guarantee that all other processes were killed!
*** MPI_ERRORS_ARE_FATAL (your MPI job will now abort)
[oak068:26520] Abort after MPI_FINALIZE completed successfully; not able to guarantee that all other processes were killed!
--------------------------------------------------------------------------
mpirun has exited due to process rank 1 with PID 26518 on
node oak068 exiting without calling "finalize". This may
have caused other processes in the application to be
terminated by signals sent by mpirun (as reported here).
--------------------------------------------------------------------------
TID HOST_NAME COMMAND_LINE STATUS TERMINATION_TIME
==== ========== ================ ======================= ===================
0001 oak068 mympirun_wrapper Exit (1) 05/06/2011 13:47:48
0002 oak068 mympirun_wrapper Exit (1) 05/06/2011 13:47:48
http://www.stanford.edu/~joelfred/Peleg ... ier.tar.gz