Skip to content

Commit

Permalink
use 'module load' instead of 'ml'
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel authored Sep 19, 2024
1 parent 1ac539f commit 2210b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs/docs/HPC/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ together with one that uses the `GCCcore-13.2.0` toolchain:

```bash
$ module load Python/3.12.3-GCCcore-13.3.0
$ ml Pillow/10.2.0-GCCcore-13.2.0
$ module load Pillow/10.2.0-GCCcore-13.2.0
Lmod has detected the following error: A different version of the 'GCCcore' module is already loaded (see output of 'ml').
You should load another 'Pillow' module for that is compatible with the currently loaded version of 'GCCcore'.
Use 'ml spider Pillow' to get an overview of the available versions.
Expand Down

0 comments on commit 2210b05

Please sign in to comment.