


Public Member Functions | |
| VerboseProgress_t (MPI_Comm comm_, const char *module_) | |
| ~VerboseProgress_t () | |
| virtual void | p (const char *where) |
Private Member Functions | |
| void | printLast (void) |
Private Attributes | |
| MPI_Comm | comm |
| int | myRank |
| const char * | module |
| const char * | last |
| double | start |
Definition at line 578 of file paralleltransfer.C.
| VerboseProgress_t::VerboseProgress_t | ( | MPI_Comm | comm_, | |
| const char * | module_ | |||
| ) | [inline] |
Definition at line 598 of file paralleltransfer.C.
References comm, MPI_Comm_rank, and parallelTransfer_c::myRank.
| VerboseProgress_t::~VerboseProgress_t | ( | ) | [inline] |
Definition at line 604 of file paralleltransfer.C.
| void VerboseProgress_t::printLast | ( | void | ) | [inline, private] |
Definition at line 584 of file paralleltransfer.C.
References barrier, comm, MPI_Barrier, parallelTransfer_c::myRank, and PUP::t.
| virtual void VerboseProgress_t::p | ( | const char * | where | ) | [inline, virtual] |
MPI_Comm VerboseProgress_t::comm [private] |
Definition at line 579 of file paralleltransfer.C.
int VerboseProgress_t::myRank [private] |
Definition at line 580 of file paralleltransfer.C.
const char* VerboseProgress_t::module [private] |
Definition at line 581 of file paralleltransfer.C.
const char* VerboseProgress_t::last [private] |
Definition at line 582 of file paralleltransfer.C.
double VerboseProgress_t::start [private] |
Definition at line 583 of file paralleltransfer.C.
1.5.5