<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
go to /opt/mpich/ directory on your system and copy the cpilog file to your home directory from there it is the example of how to make a timeline profile out of an mpi source code it will help you understand the mpe stuff and as far as compilation is concerned add the library -lmpe and -llmpe for e.g. mpic++ -o exe_file_name program.cpp and run it with the usual syntax<br><br>> Date: Sun, 15 May 2011 13:14:16 +0100<br>> From: plwm2@cam.ac.uk<br>> To: mpich-discuss@mcs.anl.gov<br>> Subject: [mpich-discuss] mpe error<br>> <br>> Hi,<br>> <br>> I'm a newbie to mpi, and i've managed to compile, link and run my <br>> program under mpich2-1.3.2p1<br>> without any problems. However, when i do the same, but using the <br>> "-mpe=mpilog" option, the following<br>> error is produced:<br>> <br>> Writing logfile....<br>> Enabling the Default clock synchronization...<br>> clog_commset.c:CLOG_CommSet_sync_IDs(
) -<br>> The parent CLOG_CommSet_t does not contain 0-th GID <br>> 1188451318-1305386600.768476-degas.como.group in the <br>> child_table[]/nclog_commset.c:CLOG_CommSet_merge() -<br>> CLOG_CommSet_sync_IDs() fails!<br>> Backtrace of the callstack at rank 2:<br>> At [0]: <br>> LINUXlib/mpsimpleprog_vienna(CLOG_Util_abort+0x73)[0x6e2377]<br>> At [1]: <br>> LINUXlib/mpsimpleprog_vienna(CLOG_CommSet_merge+0x2d2)[0x6dec1f]<br>> At [2]: <br>> LINUXlib/mpsimpleprog_vienna(CLOG_Merger_sort+0x1d)[0x6e9c44]<br>> At [3]: <br>> LINUXlib/mpsimpleprog_vienna(CLOG_Converge_sort+0x20)[0x6e631e]<br>> At [4]: <br>> LINUXlib/mpsimpleprog_vienna(MPE_Finish_log+0x114)[0x6e2144]<br>> At [5]: LINUXlib/mpsimpleprog_vienna(MPI_Finalize+0x58c)[0x6b228a]<br>> At [6]: <br>> LINUXlib/mpsimpleprog_vienna(_ZN5boost3mpi11environmentD1Ev+0x63)[0x69dc53]<br>> At [
7]: LINUXlib/mpsimpleprog_vienna(main+0x56e)[0x5909d6]<br>> At [8]: /lib64/libc.so.6(__libc_start_main+0xe6)[0x3e4c21e576]<br>> At [9]: LINUXlib/mpsimpleprog_vienna[0x58fca9]<br>> application called MPI_Abort(MPI_COMM_WORLD, 1) - process 2<br>> [mpiexec@degas.como.group] ONE OF THE PROCESSES TERMINATED BADLY: <br>> CLEANING UP<br>> APPLICATION TERMINATED WITH THE EXIT STRING: Terminated (signal 15)<br>> <br>> Please help!<br>> <br>> Thanks,<br>> <br>> Peter<br>> <br>> _______________________________________________<br>> mpich-discuss mailing list<br>> mpich-discuss@mcs.anl.gov<br>> https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br>                                            </body>
</html>