artdaq_mpich_plugin
v1_00_06
|
A wrapper for a MPI program. Similar to MPISentry. More...
#include <artdaq-mpich-plugin/Utilities/MPIProg.hh>
Public Member Functions | |
MPIProg (int argc, char **argv) | |
MPIProg Constructor. More... | |
~MPIProg () | |
MPIProg destructor. | |
Public Attributes | |
int | procs_ |
Number of processes in MPI cluster. | |
A wrapper for a MPI program. Similar to MPISentry.
Definition at line 10 of file MPIProg.hh.
|
inline |
MPIProg Constructor.
argc | Argument count |
argv | Array of arguments as strings |
Definition at line 17 of file MPIProg.hh.