Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 committed Jul 17, 2023
1 parent 16cd4d3 commit 7535407
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/nvector/manyvector/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ if(BUILD_NVECTOR_MPIMANYVECTOR)
${SUNDIALS_SOURCE_DIR}/include/nvector/nvector_mpimanyvector.h
INCLUDE_SUBDIR
nvector
LINK_LIBRARIES MPI::MPI_C
OBJECT_LIBRARIES
sundials_generic_obj
COMPILE_DEFINITIONS
Expand Down
1 change: 1 addition & 0 deletions src/nvector/mpiplusx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ sundials_add_library(sundials_nvecmpiplusx
${SUNDIALS_SOURCE_DIR}/include/nvector/nvector_mpiplusx.h
INCLUDE_SUBDIR
nvector
LINK_LIBRARIES MPI::MPI_C
OBJECT_LIBRARIES
sundials_generic_obj
sundials_nvecmpimanyvector_obj
Expand Down
1 change: 1 addition & 0 deletions src/nvector/parallel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ sundials_add_library(sundials_nvecparallel
${SUNDIALS_SOURCE_DIR}/include/nvector/nvector_parallel.h
INCLUDE_SUBDIR
nvector
LINK_LIBRARIES MPI::MPI_C
OBJECT_LIBRARIES
sundials_generic_obj
OUTPUT_NAME
Expand Down

0 comments on commit 7535407

Please sign in to comment.