<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 &nbsp; &nbsp; &nbsp; -lmpe and -llmpe &nbsp; for e.g. mpic++ -o exe_file_name program.cpp &nbsp;and run it with the usual syntax<br><br>&gt; Date: Sun, 15 May 2011 13:14:16 +0100<br>&gt; From: plwm2@cam.ac.uk<br>&gt; To: mpich-discuss@mcs.anl.gov<br>&gt; Subject: [mpich-discuss] mpe error<br>&gt; <br>&gt; Hi,<br>&gt; <br>&gt; I'm a newbie to mpi, and i've managed to compile, link and run my <br>&gt; program under mpich2-1.3.2p1<br>&gt; without any problems. However, when i do the same, but using the <br>&gt; "-mpe=mpilog" option, the following<br>&gt; error is produced:<br>&gt; <br>&gt; Writing logfile....<br>&gt; Enabling the Default clock synchronization...<br>&gt; clog_commset.c:CLOG_CommSet_sync_IDs(
 ) -<br>&gt;          The parent CLOG_CommSet_t does not contain 0-th GID <br>&gt; 1188451318-1305386600.768476-degas.como.group in the <br>&gt; child_table[]/nclog_commset.c:CLOG_CommSet_merge() -<br>&gt;          CLOG_CommSet_sync_IDs() fails!<br>&gt; Backtrace of the callstack at rank 2:<br>&gt;          At [0]: <br>&gt; LINUXlib/mpsimpleprog_vienna(CLOG_Util_abort+0x73)[0x6e2377]<br>&gt;          At [1]: <br>&gt; LINUXlib/mpsimpleprog_vienna(CLOG_CommSet_merge+0x2d2)[0x6dec1f]<br>&gt;          At [2]: <br>&gt; LINUXlib/mpsimpleprog_vienna(CLOG_Merger_sort+0x1d)[0x6e9c44]<br>&gt;          At [3]: <br>&gt; LINUXlib/mpsimpleprog_vienna(CLOG_Converge_sort+0x20)[0x6e631e]<br>&gt;          At [4]: <br>&gt; LINUXlib/mpsimpleprog_vienna(MPE_Finish_log+0x114)[0x6e2144]<br>&gt;          At [5]: LINUXlib/mpsimpleprog_vienna(MPI_Finalize+0x58c)[0x6b228a]<br>&gt;          At [6]: <br>&gt; LINUXlib/mpsimpleprog_vienna(_ZN5boost3mpi11environmentD1Ev+0x63)[0x69dc53]<br>&gt;          At [
 7]: LINUXlib/mpsimpleprog_vienna(main+0x56e)[0x5909d6]<br>&gt;          At [8]: /lib64/libc.so.6(__libc_start_main+0xe6)[0x3e4c21e576]<br>&gt;          At [9]: LINUXlib/mpsimpleprog_vienna[0x58fca9]<br>&gt; application called MPI_Abort(MPI_COMM_WORLD, 1) - process 2<br>&gt; [mpiexec@degas.como.group] ONE OF THE PROCESSES TERMINATED BADLY: <br>&gt; CLEANING UP<br>&gt; APPLICATION TERMINATED WITH THE EXIT STRING: Terminated (signal 15)<br>&gt; <br>&gt; Please help!<br>&gt; <br>&gt; Thanks,<br>&gt; <br>&gt; Peter<br>&gt; <br>&gt; _______________________________________________<br>&gt; mpich-discuss mailing list<br>&gt; mpich-discuss@mcs.anl.gov<br>&gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br>                                               </body>
</html>