Skip to content

Commit 23d0a3e

Browse files
committed
Update job section
1 parent 02fce62 commit 23d0a3e

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

workload/job.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ In addition to rigid, moldable, malleable, and evolving jobs, ElastiSim supports
2121

2222
Each job holds properties that the scheduling algorithm can use to make scheduling decisions. Users can specify the following properties using the JSON format:
2323

24-
| Property | Description | Value type | Default value | Mandatory |
25-
|-----------------------|----------------------------------------------------------------------------------------|-----------------|---------------|-----------|
26-
| ``jobs`` | Array of all jobs (top-level structure) | array | - | Yes |
27-
| ``type`` | Job type (``"rigid"``, ``"moldable"``, ``"malleable"``, ``evolving``, or ``adaptive``) | string | - | Yes |
28-
| ``submit_time`` | Submission time of the job (absolute value) | float (seconds) | - | Yes |
29-
| ``application_model`` | Application model of the job (path to file) | string | - | Yes |
30-
| ``walltime`` | Time limit of a job before it is killed (0 for no limit) | float (seconds) | 0 | No |
31-
| ``arguments`` | Custom arguments (i.e., variables) used in performance models | map | empty map | No |
32-
| ``attributes`` | Custom attributes forwarded to the scheduler (e.g., priority) | map | empty map | No |
24+
| Property | Description | Value type | Default value | Mandatory |
25+
|-----------------------|--------------------------------------------------------------------------------------------|-----------------|---------------|-----------|
26+
| ``jobs`` | Array of all jobs (top-level structure) | array | - | Yes |
27+
| ``type`` | Job type (``"rigid"``, ``"moldable"``, ``"malleable"``, ``"evolving"``, or ``"adaptive"``) | string | - | Yes |
28+
| ``submit_time`` | Submission time of the job (absolute value) | float (seconds) | - | Yes |
29+
| ``application_model`` | Application model of the job (path to file) | string | - | Yes |
30+
| ``walltime`` | Time limit of a job before it is killed (0 for no limit) | float (seconds) | 0 | No |
31+
| ``arguments`` | Custom arguments (i.e., variables) used in performance models | map | empty map | No |
32+
| ``attributes`` | Custom attributes forwarded to the scheduler (e.g., priority) | map | empty map | No |
3333

3434
![A figure visualizing the different classifications of a job](/assets/images/Job_classification.svg "Job classifications"){: .d-block .mx-auto width="100%" }
3535

0 commit comments

Comments
 (0)