... | ... | @@ -18,7 +18,7 @@ MicroPP compilation |
|
|
1) `mkdir build-gpu`
|
|
|
2) `cd build-gpu`
|
|
|
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, OPENMP`, copy the folder path into `CMAKE_INSTALL_PREFIX`, and finally, type `c` and `g` to proceed with the configure.
|
|
|
5) `make`
|
|
|
|
|
|
|
... | ... | @@ -27,7 +27,7 @@ MicroPP compilation |
|
|
1) `mkdir build-cpu`
|
|
|
2) `cd build-cpu`
|
|
|
3) `ccmake ../`
|
|
|
4) Type `c`, activate the flags: `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: `OPENMP`, copy the folder path into `CMAKE_INSTALL_PREFIX`, and finally, type `c` and `g` to proceed with the configure.
|
|
|
5) `make`
|
|
|
|
|
|
|
... | ... | |