Interface used to implement the MPI process. More...
#include <IMpiProcess.hpp>
Public Member Functions | |
| virtual | ~IMpiProcess () |
| virtual unsigned int | Rank () const =0 |
| virtual unsigned int | NumberProcesses () const =0 |
| virtual bool | IsActive () const =0 |
| virtual void | Summary ()=0 |
| Summary of the process. | |
Interface used to implement the MPI process.
|
inlinevirtual |
Implemented in Gedim::MpiProcess.
Implemented in Gedim::MpiProcess.
Implemented in Gedim::MpiProcess.
Summary of the process.
Implemented in Gedim::MpiProcess.