A message sent to a ComputeService to submit a CompoundJob for execution.
More...
#include <ComputeServiceMessage.h>
A message sent to a ComputeService to submit a CompoundJob for execution.
◆ ComputeServiceSubmitCompoundJobRequestMessage()
wrench::ComputeServiceSubmitCompoundJobRequestMessage::ComputeServiceSubmitCompoundJobRequestMessage |
( |
simgrid::s4u::Mailbox * |
answer_mailbox, |
|
|
std::shared_ptr< CompoundJob > |
job, |
|
|
const std::map< std::string, std::string > |
service_specific_args, |
|
|
double |
payload |
|
) |
| |
Constructor.
- Parameters
-
answer_mailbox | mailbox to which the answer message should be sent |
job | a compound job submitted for execution |
service_specific_args | a map of extra arguments (each specified by a name and value, both strings) required by some services |
payload | message size in bytes |
- Exceptions
-
The documentation for this class was generated from the following files: