Skip to content

Instantly share code, notes, and snippets.

@jroesch
Created January 28, 2014 23:57
Show Gist options
  • Select an option

  • Save jroesch/8679089 to your computer and use it in GitHub Desktop.

Select an option

Save jroesch/8679089 to your computer and use it in GitHub Desktop.
[tscc-0-0.sdsc.edu:12969] Attempt to free memory that is still in use by an ongoing MPI communication (buffer 0x2b9f485ec000, size 4501504). MPI job will now abort.
--------------------------------------------------------------------------
mpirun has exited due to process rank 4 with PID 12969 on
node tscc-0-0 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment