pcos created page: Install authored by Pilar Cossio's avatar Pilar Cossio
...@@ -8,7 +8,11 @@ ...@@ -8,7 +8,11 @@
# Installing with CMake # 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: 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_CUDA
- PRINT_CMAKE_VARIABLES
- CUDA_FORCE_GCC (Force of GCC as host compiler for CUDA part)
## Steps for installation ## Steps for installation
1. Create a build directory in the main BioEM directory, and access it by 1. Create a build directory in the main BioEM directory, and access it by
... ...
......