Hello. I was running the ScaLAPACK subroutine pdstebz on a 3x3 grid and
received the following message:
MPI_Recv: unclassified: Identifier removed: locking shared memory area
(rank 0, MPI_COMM_WORLD)
Rank (0, MPI_COMM_WORLD): Call stack within LAM:
Rank (0, MPI_COMM_WORLD): - MPI_Recv()
Rank (0, MPI_COMM_WORLD): - MPI_Reduce()
Rank (0, MPI_COMM_WORLD): - MPI_Allreduce()
Rank (0, MPI_COMM_WORLD): - MPI_Comm_create()
Rank (0, MPI_COMM_WORLD): - main()
-----------------------------------------------------------------------------
One of the processes started by mpirun has exited with a nonzero exit
code. This typically indicates that the process finished in error.
If your process did not finish in error, be sure to include a "return
0" or "exit(0)" in your C code before exiting the application.
PID 29616 failed on node n0 (128.227.64.23) with exit status 1.
-----------------------------------------------------------------------------
I was wondering if anyone could tell me what it means and how I might be
able to fix it. Thanks!
Take care,
Brian Lane
blane_at_[hidden]
http://plaza.ufl.edu/blane116
|