From 424cd42d6673094e204118e86159fc04edd8b358 Mon Sep 17 00:00:00 2001 From: Evan Hataishi Date: Wed, 15 Apr 2020 14:57:55 -1000 Subject: [PATCH] Fix triple quote --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6334d4..7c0fc8a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ $ simulator ```: the number of compute nodes in the cluster; - - `````: 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; + - ``````: 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; - ``````: 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; - ``````: A workflow description file that gives workflow task execution times and dependencies (in [DAX format](https://pegasus.isi.edu/documentation/creating_workflows.php)); - ``````: the date at which the workflow execution begins (i.e., when the first task can be submitted for execution);