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:
@@ -9,7 +9,7 @@ if (MPI_ENABLED)
|
||||
#find_package(MPI REQUIRED)
|
||||
#find_package(OpenMP)
|
||||
#target_link_libraries(astaroth_core MPI::MPI_CXX OpenMP::OpenMP_CXX)
|
||||
target_link_libraries(astaroth_core MPI::MPI_CXX)
|
||||
target_link_libraries(astaroth_core MPI::MPI_C)
|
||||
endif()
|
||||
|
||||
if (MULTIGPU_ENABLED)
|
||||
|
||||
Reference in New Issue
Block a user