DeinoMPI Forum

Forum dedicated to discussing DeinoMPI
Welcome to DeinoMPI Forum Sign in | Join | Help
in Search

MPI_Comm_spawn() and log option

Last post 11-15-2009, 5:49 AM by koryataihennda. 0 replies.
Sort Posts: Previous Next
  •  11-15-2009, 5:49 AM 314

    MPI_Comm_spawn() and log option

    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.
View as RSS news feed in XML
Powered by Community Server, by Telligent Systems