3e00aac2e1735ad718b0265a01560cb1bb0760f0
LBPM-WIA
Lattice Boltzmann Methods for Porous Media with Integrated Averaging
========
Notes on installation
- example configure scripts for cmake are in the sample_scripts directory
- required dependencies - MPI, C++ 11
- optional dependencies - NetCDF, CUDA, TimerUtility, VisIT
Configure, build & install procedure
-
create an empty directory to install (do not build in source!)
mkdir /path/to/my/install
cd /path/to/my/install
-
edit configure script from sample_scripts directory and configure (e.g.)
/path/to/LBPM-WIA/sample_scripts/configure_desktop
-
compile and install
make -j4 && make install
-
run the unit tests to make sure it works ctest
Description
Languages
C++
76.6%
Cuda
15.2%
Python
3.1%
CMake
1.7%
C
1.1%
Other
2.2%