charm AT lists.siebelschool.illinois.edu
Subject: Charm++ parallel programming system
List archive
- From: Roberto de Quadros Gomes <rqg.gomes AT gmail.com>
- To: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
- Subject: [charm] n_comm in LDStats
- Date: Fri, 16 Aug 2013 22:09:31 -0300
- List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
- List-id: CHARM parallel programming system <charm.cs.uiuc.edu>
Hi,
I'm using a simple code written in AMPI for test and it have a loop like that:i=100;
do
{
i--;
res = MPI_Bcast(&sum, sizeof(int), MPI_INT, 0, MPI_COMM_WORLD);
MPI_Barrier(MPI_COMM_WORLD);
if( res != MPI_SUCCESS)
MPI_Finalize();
a--;
if( a <= 0 )
{
MPI_Barrier(MPI_COMM_WORLD);
MPI_Migrate();
a = 5;
}
}while( i > 0);
"
I had a problem like that when I tried read a pe_speed, however I found out I needed use +LBTestPESpeed on command line. Is there any argument like this for LBStats to count each communication event? Or am i doing confusing?
- [charm] n_comm in LDStats, Roberto de Quadros Gomes, 08/16/2013
- Re: [charm] n_comm in LDStats, Phil Miller, 08/19/2013
Archive powered by MHonArc 2.6.16.