... | @@ -6,8 +6,8 @@ Load modules according to the machine |
... | @@ -6,8 +6,8 @@ Load modules according to the machine |
|
---
|
|
---
|
|
|
|
|
|
**Power 9**
|
|
**Power 9**
|
|
1) module purge
|
|
1) `module purge`
|
|
2) load module bsc/commands pgi/20.4.1 openmpi/4.0.4 cuda/10.1 cmake
|
|
2) `load module bsc/commands pgi/20.4.1 openmpi/4.0.4 cuda/10.1 cmake/3.11`
|
|
|
|
|
|
|
|
|
|
MicroPP compilation
|
|
MicroPP compilation
|
... | @@ -15,11 +15,11 @@ MicroPP compilation |
... | @@ -15,11 +15,11 @@ MicroPP compilation |
|
|
|
|
|
**MicroPP - GPU**
|
|
**MicroPP - GPU**
|
|
|
|
|
|
1) mkdir build-gpu
|
|
1) `mkdir build-gpu`
|
|
2) cd build-gpu
|
|
2) `cd build-gpu`
|
|
3) ccmake ../
|
|
3) `ccmake ../`
|
|
4) Type `c`, activate the flags: `ENABLE CUDA, OPEN_ACC, OPEN_MPI`, copy the folder path into `CMAKE_INSTALL_PREFIX`, and finally, type `c` and `g` to proceed with the configure.
|
|
4) Type `c`, activate the flags: `ENABLE CUDA, OPEN_ACC, OPEN_MPI`, copy the folder path into `CMAKE_INSTALL_PREFIX`, and finally, type `c` and `g` to proceed with the configure.
|
|
5) make
|
|
5) `make`
|
|
|
|
|
|
|
|
|
|
**MicroPP-CPU**
|
|
**MicroPP-CPU**
|
... | | ... | |