Skip to content
Snippets Groups Projects
Commit 71a17430 authored by Natasha Pavlovikj's avatar Natasha Pavlovikj
Browse files

Fix few broken links

parent 80af6180
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ $ pwd ...@@ -43,7 +43,7 @@ $ pwd
{{< /highlight >}} {{< /highlight >}}
{{% /panel %}} {{% /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 ### Creating a SLURM Submit File
...@@ -88,7 +88,7 @@ sleep 60 ...@@ -88,7 +88,7 @@ sleep 60
- **partition** - **partition**
The partition the job should run in. Partitions determine the job's The partition the job should run in. Partitions determine the job's
priority and on what nodes the partition can run on. See the 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** - **error**
Location of the stderr will be written for the job. `[groupname]` Location of the stderr will be written for the job. `[groupname]`
and `[username]` should be replaced your group name and username. and `[username]` should be replaced your group name and username.
...@@ -142,7 +142,7 @@ $ squeue -u <username> ...@@ -142,7 +142,7 @@ $ squeue -u <username>
{{< /highlight >}} {{< /highlight >}}
Additionally, if you want to see the status of a specific partition, for 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`: you can use the `-p` option to `squeue`:
{{< highlight batch >}} {{< highlight batch >}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment