We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8fd501 commit 5e37573Copy full SHA for 5e37573
docs/src/atos_bologna.md
@@ -5,7 +5,7 @@ Quick install
5
-------------
6
7
```
8
-module use ~rm9/public/modulefiles
+module use ~acrd/public/modulefiles
9
module load davai
10
11
I advise to put the first line in your `.bash_profile`, and execute the second only when needed.
@@ -18,7 +18,7 @@ Pre-requirements (if not already set up)
18
1. Load the required environment for GMKPACK compilation and DAVAI execution. It is **REQUIRED** that you add the following to your `.bash_profile`:
19
```bash
20
module purge
21
- module use /home/rm9/public/modulefiles
+ module use /home/acrd/public/modulefiles
22
module load intel/2021.4.0 prgenv/intel python3/3.10.10-01 ecmwf-toolbox/2021.08.3.0 davai/master
23
24
# Gmkpack is installed at Ryad El Khatib's
0 commit comments