pcos created page: Install authored by Pilar Cossio's avatar Pilar Cossio
......@@ -7,9 +7,10 @@
- MPI: Message Passing Interface.
# Installing with CMake
CMake contains all the instructions to generate automatically a Makefile according to the specific architecture of the computing node, and the desired features of parallelization. CMake uses the *CMakeLists.txt* file, which has several modifiable options, that should be enabled/disabled (ON/OFF, respectively) according to the desired functionalities. These features are:
* USE_OPENMP
* USE_MPI
CMake contains all the instructions to generate automatically a Makefile according to the specific architecture of the computing node, and the desired features of parallelization. CMake uses the *CMakeLists.txt* file, which has several modifiable options, that should be enabled/disabled (ON/OFF, respectively) according to the desired functionalities.
1. These features are:
- USE_OPENMP
- USE_MPI
- USE_CUDA
- PRINT_CMAKE_VARIABLES
- CUDA_FORCE_GCC (Force of GCC as host compiler for CUDA part)
......
......