A message sent to a ComputeService to asks if at least one host has some available resources right now.
More...
#include <ComputeServiceMessage.h>
|
simgrid::s4u::Mailbox * | answer_mailbox |
| The mailbox to which a reply should be sent.
|
|
unsigned long | num_cores |
| The number of cores desired.
|
|
double | ram |
| The RAM desired.
|
|
double | payload |
| The message name. More...
|
|
A message sent to a ComputeService to asks if at least one host has some available resources right now.
◆ ComputeServiceIsThereAtLeastOneHostWithAvailableResourcesRequestMessage()
wrench::ComputeServiceIsThereAtLeastOneHostWithAvailableResourcesRequestMessage::ComputeServiceIsThereAtLeastOneHostWithAvailableResourcesRequestMessage |
( |
simgrid::s4u::Mailbox * |
answer_mailbox, |
|
|
unsigned long |
num_cores, |
|
|
double |
ram, |
|
|
double |
payload |
|
) |
| |
Constructor.
- Parameters
-
answer_mailbox | the mailbox to which to send the answer |
num_cores | the desired number of cores |
ram | the desired RAM |
payload | the message size in bytes |
- Exceptions
-
The documentation for this class was generated from the following files: