Skip to content

Commit 4702d9f

Browse files
author
MohamedElgammal
committed
Fix some typos
1 parent 63507d2 commit 4702d9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.developers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ $ ./run_reg_test.py vtr_reg_basic vtr_reg_strong -j4
282282
```
283283
## Running in a large cluster using SLURM
284284
For the very large runs, you can submit your runs on a large cluster. A template of submission script to
285-
Slurm-managed cluster can be found under vtr_flow/tasks/slurm/
285+
a Slurm-managed cluster can be found under vtr_flow/tasks/slurm/
286286

287287
## Odin Functionality Tests
288288

vtr_flow/scripts/slurm/submission_template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#SBATCH --job-name=vtr_test # Job name
1515
#SBATCH --mail-type=FAIL,END # When to send an email
1616
#SBATCH [email protected] # The user's email
17-
#SBATCH --output=parallel_%j.log # Determine the output log file (%j) is the jobid
17+
#SBATCH --output=parallel_%j.log # Determine the output log file; (%j) is the jobid
1818
#SBATCH --error=error_%j.log # Determine the error log file
1919
#SBATCH --time=10:00:00 # The job time limit in hh:mm:ss
2020

0 commit comments

Comments
 (0)