Skip to content

Commit

Permalink
Merge pull request #332 from clairbarrass/main
Browse files Browse the repository at this point in the history
Correct anaconda3 module info
  • Loading branch information
clairbarrass authored May 21, 2024
2 parents 0f76fee + 3b3dc1c commit efe0392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Python on Cirrus is provided by a number of
[Anaconda](https://www.continuum.io) module. (Miniconda being a small
bootstrap version of Anaconda).

The Anaconda module is called `anaconda3/2023.09` and is suitable for
The Anaconda module is called `anaconda3` and is suitable for
running serial applications - for parallel applications using `mpi4py`
see [mpi4py for CPU](#mpi4py-for-cpu) or [mpi4py for GPU](#mpi4py-for-gpu).

Expand Down Expand Up @@ -462,7 +462,7 @@ enter an [interactive session](batch.md#interactive-jobs); otherwise
you can start from a login node prompt.

1. As described above, load the Anaconda module on Cirrus using
`module load anaconda3/2023.9`.
`module load anaconda3`.

2. Run `export JUPYTER_RUNTIME_DIR=$(pwd)`.

Expand Down

0 comments on commit efe0392

Please sign in to comment.