BatchComputeServiceProperty.h
1 
10 #ifndef WRENCH_BATCHSERVICEPROPERTY_H
11 #define WRENCH_BATCHSERVICEPROPERTY_H
12 
13 #include "wrench/services/compute/ComputeServiceProperty.h"
14 
15 namespace wrench {
16 
17 
22 
23  public:
27  DECLARE_PROPERTY_NAME(TASK_STARTUP_OVERHEAD);
28 
39  DECLARE_PROPERTY_NAME(BATCH_SCHEDULING_ALGORITHM);
40 
48  DECLARE_PROPERTY_NAME(BATCH_QUEUE_ORDERING_ALGORITHM);
49 
58  DECLARE_PROPERTY_NAME(HOST_SELECTION_ALGORITHM);
59 
68  DECLARE_PROPERTY_NAME(TASK_SELECTION_ALGORITHM);
69 
81  DECLARE_PROPERTY_NAME(SIMULATED_WORKLOAD_TRACE_FILE);
82 
92 
101 
108 
118  DECLARE_PROPERTY_NAME(OUTPUT_CSV_JOB_LOG);
119 
120 
128  DECLARE_PROPERTY_NAME(BATCH_RJMS_DELAY);
129 
138  DECLARE_PROPERTY_NAME(SIMULATE_COMPUTATION_AS_SLEEP);
139 
146  DECLARE_PROPERTY_NAME(BATSCHED_LOGGING_MUTED);
147 
156  DECLARE_PROPERTY_NAME(BATSCHED_CONTIGUOUS_ALLOCATION);
157 
158 
159  /***********************/
161  /***********************/
162 
163 
164  /***********************/
166  /***********************/
167 
168  };
169 }
170 
171 
172 #endif //WRENCH_BATCHSERVICEPROPERTY_H
static const std::string USE_REAL_RUNTIMES_AS_REQUESTED_RUNTIMES_IN_WORKLOAD_TRACE_FILE
Whether, when simulating a workload trace file, to use the actual runtimes as requested runtimes (i...
Definition: BatchComputeServiceProperty.h:91
static const std::string SIMULATED_WORKLOAD_TRACE_FILE
Path to a workload trace file to be replayed. The trace file can be be in the SWF format (see http://...
Definition: BatchComputeServiceProperty.h:81
Configurable properties for a ComputeService.
Definition: ComputeServiceProperty.h:21
static const std::string BATSCHED_CONTIGUOUS_ALLOCATION
Controls Batsched node allocation policy.
Definition: BatchComputeServiceProperty.h:156
static const std::string BATCH_RJMS_DELAY
Integral number of seconds that the Batch Scheduler adds to the runtime of each incoming job...
Definition: BatchComputeServiceProperty.h:128
static const std::string IGNORE_INVALID_JOBS_IN_WORKLOAD_TRACE_FILE
Whether, when simulating a workload trace file, to abort when there is an invalid job specification (...
Definition: BatchComputeServiceProperty.h:100
static const std::string OUTPUT_CSV_JOB_LOG
Path to a to-be-generated Batsim-style CSV trace file (e.g. for b3atch schedule visualization purpose...
Definition: BatchComputeServiceProperty.h:118
static const std::string TASK_STARTUP_OVERHEAD
The overhead to start a task execution, in seconds.
Definition: BatchComputeServiceProperty.h:27
static const std::string BATCH_SCHEDULING_ALGORITHM
The batch scheduling algorithm. Can be:
Definition: BatchComputeServiceProperty.h:39
static const std::string HOST_SELECTION_ALGORITHM
The host selection algorithm. Can be:
Definition: BatchComputeServiceProperty.h:58
static const std::string SUBMIT_TIME_OF_FIRST_JOB_IN_WORKLOAD_TRACE_FILE
A specification of the submit time of the first job in a provided trace file.
Definition: BatchComputeServiceProperty.h:107
Configurable properties for a BatchComputeService.
Definition: BatchComputeServiceProperty.h:21
static const std::string TASK_SELECTION_ALGORITHM
The algorithm to pick which ready computational task (within a standard job executed by the batch ser...
Definition: BatchComputeServiceProperty.h:68
static const std::string BATCH_QUEUE_ORDERING_ALGORITHM
The batch queue ordering algorithm. Can be:
Definition: BatchComputeServiceProperty.h:48
static const std::string SIMULATE_COMPUTATION_AS_SLEEP
Simulate computation as just a sleep instead of an actual compute thread. This is for scalability rea...
Definition: BatchComputeServiceProperty.h:138
static const std::string BATSCHED_LOGGING_MUTED
Controls Batsched logging.
Definition: BatchComputeServiceProperty.h:146
Definition: Alarm.cpp:19