Pore scale modelling
Go to file
2020-10-08 11:03:42 -04:00
analysis Fixing compile errors without MPI 2020-10-08 11:03:42 -04:00
cmake Fixing build issue 2020-02-05 07:35:13 -05:00
common Getting HIP compiling on Summit 2020-10-07 13:36:42 -04:00
cpu Moving more MPI calls to the wrapper 2020-01-28 12:33:36 -05:00
cuda Initial hip addition 2020-10-07 12:31:49 -04:00
doxygen Updating documentation 2020-05-28 13:12:09 -04:00
example update sphere test so memory fits 2019-10-21 14:32:56 -04:00
hip Getting HIP compiling on Summit 2020-10-07 13:36:42 -04:00
IO Updating documentation 2020-05-28 13:12:09 -04:00
models Trying to fix bug with MPI communication 2020-03-12 10:26:17 -04:00
pmmc Finishing id mapping between timesteps, modifying TwoPhase to print the new global id. Still testing. 2015-08-25 14:32:36 -04:00
sample_scripts use j8 for huckleberry 2019-10-16 16:06:31 -04:00
StackTrace Moving more MPI calls to the wrapper 2020-01-28 12:33:36 -05:00
tests Fixing compile errors without MPI 2020-10-08 11:03:42 -04:00
threadpool Updating threadpool / StackTrace 2019-03-18 09:42:44 -04:00
workflows add a TODO list for all python preprocess/postprocess scripts 2016-11-22 17:27:21 -05:00
.gitignore Updated git ignore to ignore .swp files 2017-12-06 12:32:46 -05:00
.project fixing filters with math dot h and array by deleting the pow function 2017-09-11 16:25:20 -04:00
CMakeLists.txt Getting HIP compiling on Summit 2020-10-07 13:36:42 -04:00
ctest_script.cmake Modifying ctest script for titan 2014-06-18 14:52:50 -04:00
LICENSE restored original license 2016-09-08 13:45:48 -04:00
README.md Trying to make README look nice 2018-11-26 10:59:28 -05:00
README.titan Finishing id mapping between timesteps, modifying TwoPhase to print the new global id. Still testing. 2015-08-25 14:32:36 -04:00
ValgrindSuppresionFile More work on valgrind 2015-03-06 11:40:10 -05:00

LBPM

Lattice Boltzmann Methods for Porous Media

========

Notes on installation

  • example configure scripts for cmake are in the sample_scripts directory
  • required dependencies - MPI, HDF5, SILO, C++14
  • optional dependencies - NetCDF, CUDA, TimerUtility

Build dependencies (zlib, hdf5, silo) OR point to an existing installation

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