Building the Python Module#
Ferrolith requires a C++17 compiler, CUDA (tested with 12.5), and NetCDF. All other dependencies (Eigen, H2Lib, AMGCL, pybind11) are fetched automatically by CMake.
cmake -B build -DFERROLITH_PYTHON=ON
cmake --build build -j$( …