Skip to content
Snippets Groups Projects

Fix few broken links

Merged Natasha Pavlovikj requested to merge fix_link into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -43,7 +43,7 @@ $ pwd
{{< /highlight >}}
{{% /panel %}}
Review how /work differs from /home [here.]({{< relref "/guides/handling_data/_index.md" >}})
Review how /work differs from /home [here.]({{< relref "/handling_data/_index.md" >}})
### Creating a SLURM Submit File
@@ -88,7 +88,7 @@ sleep 60
- **partition**
The partition the job should run in. Partitions determine the job's
priority and on what nodes the partition can run on. See the
[Partitions]({{< relref "/guides/submitting_jobs/partitions/_index.md" >}}) page for a list of possible partitions.
[Partitions]({{< relref "/submitting_jobs/partitions/_index.md" >}}) page for a list of possible partitions.
- **error**
Location of the stderr will be written for the job. `[groupname]`
and `[username]` should be replaced your group name and username.
@@ -142,7 +142,7 @@ $ squeue -u <username>
{{< /highlight >}}
Additionally, if you want to see the status of a specific partition, for
example if you are part of a [partition]({{< relref "/guides/submitting_jobs/partitions/_index.md" >}}),
example if you are part of a [partition]({{< relref "/submitting_jobs/partitions/_index.md" >}}),
you can use the `-p` option to `squeue`:
{{< highlight batch >}}
Loading