Skip to content

Commit

Permalink
disable mpi support
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhei committed Aug 11, 2024
1 parent 3a0f6d5 commit 6c1f051
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deal.II-toolchain/packages/dealii.package
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ if [ ${USE_KOKKOS_WITH_CUDA} = ON ]; then
-D DEAL_II_WITH_CUDA=OFF \
-D DEAL_II_WITH_KOKKOS=ON \
-D KOKKOS_DIR=${TRILINOS_DIR} \
-D DEAL_II_MPI_WITH_DEVICE_SUPPORT=ON"
-D DEAL_II_MPI_WITH_DEVICE_SUPPORT=OFF"
# you need a special MPI version to enable DEAL_II_MPI_WITH_DEVICE_SUPPORT
fi

# add the user-specified flags at the end (so things can be overriden):
Expand Down

0 comments on commit 6c1f051

Please sign in to comment.