타입정의 | |
| 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 |
함수 | |
| 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 |
G4MPIutils.hh 파일의 50 번째 라인에서 정의되었습니다.
| typedef std::pair<rank_t,rank_t> G4mpi::couple_t |
G4MPIutils.hh 파일의 47 번째 라인에서 정의되었습니다.
| 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 |
G4MPIutils.hh 파일의 93 번째 라인에서 정의되었습니다.
| typedef unsigned int G4mpi::rank_t |
G4MPIutils.hh 파일의 45 번째 라인에서 정의되었습니다.
| G4mpi::commMap_t G4mpi::buildCommunicationMap | ( | std::vector< rank_t > & | input | ) |
G4MPIutils.cc 파일의 37 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, G4Exception().
| 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 | ||
| ) |
G4MPIutils.cc 파일의 161 번째 라인에서 정의되었습니다.
다음을 참조함 : buildCommunicationMap().
다음에 의해서 참조됨 : G4VUserMPIrunMerger::Merge(), G4MPIscorerMerger::Merge().
1.8.5