10 const MPI_Comm communicator)
11 : local_size_(local_size),
12 global_size_(global_size),
20 : local_size_(other.local_size_),
21 global_size_(other.global_size_),
22 location_id_(other.location_id_),
23 process_count_(other.process_count_),
29 : local_size_(other.local_size_),
30 global_size_(other.global_size_),
31 location_id_(other.location_id_),
32 process_count_(other.process_count_),
ParallelVector(uint64_t local_size, uint64_t global_size, MPI_Comm communicator)
int GetProcessCount(MPI_Comm mpi_comm)
int GetLocationID(MPI_Comm mpi_comm)