You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workload/job.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,15 @@ In addition to rigid, moldable, malleable, and evolving jobs, ElastiSim supports
21
21
22
22
Each job holds properties that the scheduling algorithm can use to make scheduling decisions. Users can specify the following properties using the JSON format:
23
23
24
-
| Property | Description | Value type | Default value | Mandatory |
|``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 |
33
33
34
34
{: .d-block .mx-auto width="100%" }
0 commit comments