Skip to content

Commit

Permalink
Update batch-jobs.md
Browse files Browse the repository at this point in the history
Updated links
  • Loading branch information
mtrahan41 committed Feb 1, 2019
1 parent 2e143a8 commit 93319d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/running-jobs/batch-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ For example if you wanted to request 2 nodes with an sbatch directive, you would
#SBATCH --nodes=2
```

A list of some useful sbatch directives [can be found here.]() A full list of commands [can be found in Slurm's documentation for sbatch.]()
A list of some useful sbatch directives [can be found here.](job-resources.html) A full list of commands [can be found in Slurm's documentation for sbatch.](https://slurm.schedmd.com/sbatch.html)

#### 2. Software

Expand All @@ -97,7 +97,7 @@ module purge
module load <software>
```

More information about [software modules can be found here.]()
More information about [software modules can be found here.](../compute/modules.html)

#### 3. User Scripting

Expand Down

0 comments on commit 93319d9

Please sign in to comment.