Skip to content

Commit

Permalink
Build MFEM with Conduit
Browse files Browse the repository at this point in the history
  • Loading branch information
k-collie committed Jan 15, 2025
1 parent ecf91ef commit a882fd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/platypus-spack/spack-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ cmake -S . -B build \
-DMFEM_USE_METIS_5=YES \
-DMFEM_USE_SUPERLU=YES \
-DMFEM_USE_NETCDF=YES \
-DMFEM_USE_CONDUIT=YES \
-DHYPRE_DIR="$SPACK_VIEW" \
-DSuperLUDist_DIR="$SPACK_VIEW" \
-DHDF5_DIR="$SPACK_VIEW" \
-DCONDUIT_DIR="$SPACK_VIEW" \
-DCMAKE_EXPORT_COMPILE_COMMANDS=YES \
-DCMAKE_INSTALL_PREFIX=./installed
cmake --build build -j "$compile_cores" --verbose
Expand Down

0 comments on commit a882fd7

Please sign in to comment.