Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
네임스페이스 | 타입정의 | 함수
G4MPIutils.hh 파일 참조
#include <map>
#include <vector>
#include <functional>
#include <numeric>

이 파일의 소스 코드 페이지로 가기

네임스페이스

 G4mpi
 

타입정의

typedef unsigned int G4mpi::rank_t
 
typedef std::pair< rank_t, rank_t > G4mpi::couple_t
 
typedef std::map< int,
std::vector< couple_t > > 
G4mpi::commMap_t
 
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
 

함수

commMap_t G4mpi::buildCommunicationMap (std::vector< rank_t > &input)
 
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)