Now using MPI C bindings instead of the (deprecated?) C++ bindings due to compilation issues on some machines (error: cast between incompatible function types, ompi_mpi_cxx_op_intercept)

This commit is contained in:
jpekkila
2020-08-19 15:50:16 +03:00
parent 03c0173021
commit 46cfa9cd37
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.17) # Required for moder CUDA::cudart linking
find_package(MPI)
find_package(MPI COMPONENTS C)
find_package(OpenMP)
find_package(CUDAToolkit)