Copyright (c) 2012-2019 Jose Hernandez
On MacOS, please install libomp before building the simulation program. I.e.
brew install openmpi
Generate the makefile with the following cmake comnand:
cmake .
After generating the makefile, compile the code using make. I.e.
make
Once built, the code can be run using this command:
mpirun boltzmann-mpi
You can generate XCode projects using CMake. Please note that you may need to delete CMakeCache.txt if the project has been built before using a different gerenerator.
rm CMakeCache.txt
cmake .