1 #ifndef _ots_MPIInitializer_h_
2 #define _ots_MPIInitializer_h_
4 #include "artdaq/Application/MPI2/MPISentry.hh"
5 #include "artdaq/DAQrate/quiet_mpi.hh"
19 void init(std::string name, artdaq::TaskType taskType);
21 MPI_Comm getLocalGroupComm(
void){
return local_group_comm_;}
22 int getRank() {
return rank_; }
25 MPI_Comm local_group_comm_;
27 std::unique_ptr<artdaq::MPISentry> mpiSentry_;