roll back changes switching from MPI::MPI_CXX to MPI::MPI_C

This commit is contained in:
Axel Kohlmeyer
2025-06-02 15:48:40 -04:00
parent 1fae7e3f98
commit 1fc8e05642
8 changed files with 26 additions and 30 deletions

View File

@ -28,9 +28,6 @@ if(MSVC)
endif()
find_package(MPI REQUIRED COMPONENTS C)
# do not include the (obsolete) MPI C++ bindings which makes
# for leaner object files and avoids namespace conflicts
set(MPI_CXX_SKIP_MPICXX TRUE)
##########################