Geant4
10.03.p03
|
Typedefs | |
typedef unsigned int | rank_t |
typedef std::pair< rank_t, rank_t > | couple_t |
typedef std::map< int, std::vector< couple_t > > | commMap_t |
typedef std::function< void(std::function < void(unsigned int)> , std::function< void(unsigned int)>, std::function< void(void)> , unsigned int, unsigned int)> | mergerHandler_t |
Functions | |
commMap_t | buildCommunicationMap (std::vector< rank_t > &input) |
void | Merge (std::function< void(unsigned int)> senderF, std::function< void(unsigned int)> receiverF, std::function< void(void)> barrierF, unsigned int commSize, unsigned int myrank) |
typedef std::map<int,std::vector<couple_t> > G4mpi::commMap_t |
Definition at line 50 of file G4MPIutils.hh.
typedef std::pair<rank_t,rank_t> G4mpi::couple_t |
Definition at line 47 of file G4MPIutils.hh.
typedef std::function<void(std::function<void(unsigned int)>, std::function<void(unsigned int)>, std::function<void(void)>, unsigned int, unsigned int)> G4mpi::mergerHandler_t |
Definition at line 93 of file G4MPIutils.hh.
typedef unsigned int G4mpi::rank_t |
Definition at line 45 of file G4MPIutils.hh.
G4mpi::commMap_t G4mpi::buildCommunicationMap | ( | std::vector< rank_t > & | input | ) |
Definition at line 37 of file G4MPIutils.cc.
void G4mpi::Merge | ( | std::function< void(unsigned int)> | senderF, |
std::function< void(unsigned int)> | receiverF, | ||
std::function< void(void)> | barrierF, | ||
unsigned int | commSize, | ||
unsigned int | myrank | ||
) |
Definition at line 161 of file G4MPIutils.cc.