1 #ifndef proto_MPIProg_hh
2 #define proto_MPIProg_hh
5 #include "artdaq/DAQdata/Globals.hh"
19 MPI_Init(&argc, &argv);
20 MPI_Comm_size(MPI_COMM_WORLD, &
procs_);
21 MPI_Comm_rank(MPI_COMM_WORLD, &my_rank);
A wrapper for a MPI program. Similar to MPISentry.
int procs_
Number of processes in MPI cluster.
MPIProg(int argc, char **argv)
MPIProg Constructor.
~MPIProg()
MPIProg destructor.