@@ -229,7 +229,7 @@ The setup is already described with the Linux client.
...
@@ -229,7 +229,7 @@ The setup is already described with the Linux client.
## Module environment
## Module environment
When you will be working on the cluster, you probably the to load the correct the module, which will set the correct environment for you library, compiler or program.
When you will be working on the cluster, you probably need to load the correct module, which will set the correct environment for your library, compiler or program.
Here below are some useful commands and examples:
Here below are some useful commands and examples:
...
@@ -276,12 +276,12 @@ Currently Loaded Modules:
...
@@ -276,12 +276,12 @@ Currently Loaded Modules:
1) mpi/openmpi/4.0.2/gcc-8.2.1
1) mpi/openmpi/4.0.2/gcc-8.2.1
```
```
-Delete one module
-delete one module
```
```
module del mpi/openmpi/4.0.2/gcc-8.2.1
module del mpi/openmpi/4.0.2/gcc-8.2.1
```
```
-Purge all modules
-purge all modules
```
```
module purge
module purge
```
```
...
@@ -369,7 +369,7 @@ Hello world from process 008 out of 016, processor name res-hpc-lo01.researchlum
...
@@ -369,7 +369,7 @@ Hello world from process 008 out of 016, processor name res-hpc-lo01.researchlum
Hello world from process 009 out of 016, processor name res-hpc-lo01.researchlumc.nl
Hello world from process 009 out of 016, processor name res-hpc-lo01.researchlumc.nl
Hello world from process 014 out of 016, processor name res-hpc-lo01.researchlumc.nl
Hello world from process 014 out of 016, processor name res-hpc-lo01.researchlumc.nl
```
```
Here you can see that it is using all the cores of the local machine.
Now the program is using all the cores of the local machine.