Skip to content

Commit

Permalink
Fix triple quote
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-hataishi authored Apr 16, 2020
1 parent 0bde5ed commit 424cd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $ simulator <compute_nodes> <trace_file> <max_jobs> <workflow_specification> <st
```

- ```<compute_nodes>```: the number of compute nodes in the cluster;
- ```<trace_file>``: the path of a workload trace file that defines the dynamic "background" load on the cluster. Workflow execution competes with this background load for access to compute nodes;
- ```<trace_file>```: the path of a workload trace file that defines the dynamic "background" load on the cluster. Workflow execution competes with this background load for access to compute nodes;
- ```<max_jobs>```: the maximum number of jobs allowed in the system per user onthe cluster (which thus limits the number of workflow jobs that can be in the system at a given time;
- ```<workflow_specification>```: A workflow description file that gives workflow task execution times and dependencies (in [DAX format](https://pegasus.isi.edu/documentation/creating_workflows.php));
- ```<start_time>```: the date at which the workflow execution begins (i.e., when the first task can be submitted for execution);
Expand Down

0 comments on commit 424cd42

Please sign in to comment.