Skip to content

Commit 53612ee

Browse files
committed
clean-up
1 parent a8eab2f commit 53612ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/hpc/13_tutorial_intro_hpc/04_scheduler_fundamentals.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Try submitting multiple jobs and then cancelling them all with `scancel -u NetID
194194
-- [Slurm documentation](https://slurm.schedmd.com/job_array.html)
195195

196196
### Job Array Example
197-
As stated above, you can have a single sbatch job submit multiple jobs by using Job Arrays. This example show how you can run the same python file with a range of input parameters from a single sbatch file.
197+
As stated above, you can have a single sbatch job submit multiple jobs by using Job Arrays. This example shows how you can run the same python file with a range of input parameters from a single sbatch file.
198198

199199
Copy the following code into a file named `run_array.sh`:
200200
```bash

0 commit comments

Comments
 (0)