1 #ifndef MPIWORKERHANDLER_H 2 #define MPIWORKERHANDLER_H 8 #include "AbstractWorkerHandler.h" 64 virtual bool isDone()
override;
77 std::string receiveMessage()
const;
80 int receiveErrorCode()
const;
83 void discardResults();
88 static MPI_Comm s_child_comm;
91 bool m_result_received =
false;
94 #endif // MPIWORKERHANDLER_H
static void terminateStatic()
virtual ~MPIWorkerHandler() override
virtual bool isDone() override
MPIWorkerHandler(const Command &simulator, const std::string &input_string)