1. Check that the compiler is a modern C++ compiler which is OpenMP compliant.
2. Preinstall the libraries: FFTW (minimal version 3.3.3) and boost (minimal version 1.57).
3. Optional but *encouraged* to use preinstall:
...
...
@@ -7,4 +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:
## Steps for installation
1. Create a build directory in the main BioEM directory, and access it by
mkdir build && cd build
2. Run CMake with the desired options and the *CMakeLists.txt* file