ORNL-CEES / Cap

A library for modeling energy storage devices.
http://cap.readthedocs.org
Other
16 stars 6 forks source link

Build on top of mfmg's base image #264

Closed dalg24 closed 3 years ago

dalg24 commented 5 years ago

For the record I manage to build and pass all tests with these changes. Here is how I configured: cmake -D CMAKE_BUILD_TYPE=Release -D ENABLE_DEAL_II=ON -D DEAL_II_DIR=$DEAL_II_DIR -D MPIEXEC_PREFLAGS="--mca;opal_warn_on_missing_libcuda;0;--oversubscribe" -D BUILD_SHARED_LIBS=ON ..