pcos created page: Install authored by Pilar Cossio's avatar Pilar Cossio
......@@ -8,8 +8,8 @@
# 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
* USE_OPENMP
* USE_MPI
- USE_CUDA
- PRINT_CMAKE_VARIABLES
- CUDA_FORCE_GCC (Force of GCC as host compiler for CUDA part)
......
......