Hi.
I run the master & worker program using MPI_Comm_spawn() from "Using MPI-2:Advanced Features of the Message-Passing Interface" Chap.7.
If I run "mpiexec -np 1 -localonly master.exe", then OK.
But, I run "mpiexec -np 1 -log -localonly master.exe", then
.\src\logging\src\clog_commset.c:CLOG_CommSet_get_IDs() -
PMPI_Comm_get_attr() fails!
.\src\logging\src\clog_commset.c:CLOG_CommSet_get_IDs() -
PMPI_Comm_get_attr() fails!
.\src\logging\src\clog_commset.c:CLOG_CommSet_get_IDs() -
PMPI_Comm_get_attr() fails!
job aborted:
process: node: exit code[: error message]
0: PC-1: 1: application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
job aborted:
process: node: exit code[: error message]
0: PC-1: 1: application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
1: PC-1: 1: application called MPI_Abort(MPI_COMM_WORLD, 1) - process 1
Please tell me how to use the mpi_comm_spawn() function and getting log for jumshot.
thanks.