Skip to content

Commit

Permalink
Update sbatch.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrahan41 committed Oct 26, 2018
1 parent 427a80c commit 3dcbca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/running-jobs/sbatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The sbatch command submits batch jobs into the Slurm batch queue.
Batch jobs are those that run on the compute nodes in the
background. An analogous command is the
[sinteractive](running-jobs/interactive-jobs) command, except that
[sinteractive](interactive-jobs.html) command, except that
this allows you to run a job on the compute nodes while interacting
directly. Many of the flags used in the `sbatch` command can be used
in `sinteractive`.
Expand All @@ -17,7 +17,7 @@ sbatch --flag1 --flag2
```

The second is to create a script that includes the bash flags, and to
submit that script. See the [Job Submission](running-jobs/submission)
submit that script. See the [Job Submission](submission.html)
page for information on this, or view one of our recommended
[templates](https://raw.githubusercontent.com/ResearchComputing/Documentation/master/Templates/General-Job-Template.sh)
for an example of how to best write up a script.
Expand Down

0 comments on commit 3dcbca7

Please sign in to comment.