Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon committed Aug 25, 2023
1 parent 5018ba1 commit 4c2d443
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/jargon.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Here are some definitions for common terms used in this documentation:

**Library**: Allows distribution of C code about the filesystem. [Learn more about libraries](https://2066.medium.com/what-is-a-c-library-d5501c4a56fc)

**Module**: Script that modifies your environment to include a package. See [environment modules](module-intro).
**Module**: Script that modifies your environment to include a package. See [environment modules](software/module-intro.md).

**Environment**: Set of environment variables. Defines the state of your current login **shell**. See [environment modules](module-intro).
**Environment**: Set of environment variables. Defines the state of your current login **shell**. See [environment modules](software/module-intro.md).

**Conda environment**: Set of installed packages. Activating a conda environment modifies your **shell** environment to include these packages. See [conda](software/conda.md).

Expand Down
2 changes: 1 addition & 1 deletion docs/slurm/sbatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ This script should query the available GPUs, and print only one device to the sp

If you need to run the same type of job over many inputs, different parameters, or even just some number of iterations, you should look into using [Job Arrays](arrays.md) to simplify your workflow.

{% include-markdown "slurm-mail.md" %}
{% include-markdown "slurm/slurm-mail.md" %}
2 changes: 1 addition & 1 deletion docs/slurm/srun.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ srun -c 6 -p cpu --pty --x11 xclock
!!! note
You cannot run an interactive/gui job using the `sbatch` command, you must use `srun`.

{% include-markdown "slurm-mail.md" %}
{% include-markdown "slurm/slurm-mail.md" %}
4 changes: 2 additions & 2 deletions docs/transition.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ Open OnDemand portal.
### Data Transfer

For information about moving data to Unity, see our
[file transfer documentation](/managing-files/intro.html).
[file transfer documentation](managing-files/intro.md).
Please give yourself ample time to move your data ahead of the
May 1, 2023 read-only freeze.

### Job Scheduler

While the Shared Cluster uses LSF to allocate resources, Unity uses the
[Slurm scheduler](/slurm/index.html). See
[Slurm scheduler](slurm/index.md). See
[this quick reference page](https://scicomp.ethz.ch/wiki/LSF_to_Slurm_quick_reference)
for a comparison between LSF and Slurm options.

Expand Down
2 changes: 1 addition & 1 deletion docs/updates/index.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{% include-markdown "hierarchy-change.md" %}
{% include-markdown "updates/hierarchy-change.md" %}

0 comments on commit 4c2d443

Please sign in to comment.