Updated documentation
This commit is contained in:
@ -34,14 +34,14 @@ Also, you can load multiple packages at once. This can be useful for instance wh
|
||||
|
||||
```bash
|
||||
# Single line
|
||||
module load gcc/8.3.0 openmpi/3.1.3
|
||||
module load gcc/9.2.0 openmpi/3.1.5_merlin6
|
||||
|
||||
# Multiple line
|
||||
module load gcc/8.3.0
|
||||
module load openmpi/3.1.3
|
||||
module load gcc/9.2.0
|
||||
module load openmpi/3.1.5_merlin6
|
||||
```
|
||||
|
||||
In the example above, we load ``openmpi/3.1.3`` but we also specify ``gcc/8.3.0`` which is a strict dependency. The dependency must be
|
||||
In the example above, we load ``openmpi/3.1.5_merlin6`` but we also specify ``gcc/9.2.0`` which is a strict dependency. The dependency must be
|
||||
loaded in advance.
|
||||
|
||||
---
|
||||
|
Reference in New Issue
Block a user