Skip to content

Commit c82911b

Browse files
committed
Merge branch 'reconverse-shmem' into reconverse-support
2 parents d0410a7 + a99a7e3 commit c82911b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -728,12 +728,6 @@ if(EXISTS ${CMAKE_SOURCE_DIR}/src/arch/${VDIR}/conv-mach-pxshm.sh)
728728
configure_file(src/arch/${VDIR}/conv-mach-pxshm.h include/ COPYONLY)
729729
endif()
730730

731-
if(${CMK_USE_SHMEM})
732-
if (EXISTS ${CMAKE_SOURCE_DIR}/src/conv-core/cmishmem.h)
733-
configure_file(src/conv-core/cmishmem.h include/ COPYONLY)
734-
endif()
735-
endif()
736-
737731
if(EXISTS ${CMAKE_SOURCE_DIR}/src/arch/${VDIR}/conv-mach-sysvshm.sh)
738732
configure_file(src/arch/${VDIR}/conv-mach-sysvshm.sh include/ COPYONLY)
739733
configure_file(src/arch/${VDIR}/conv-mach-sysvshm.h include/ COPYONLY)

cmake/fetch_reconverse/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ FetchContent_MakeAvailable(reconverse)
2727
set(BUILD_SHARED_LIBS ${_save_BUILD_SHARED_LIBS} CACHE INTERNAL "")
2828

2929
configure_file(${reconverse_SOURCE_DIR}/include/converse.h ${CMAKE_BINARY_DIR}/include/ COPYONLY)
30+
configure_file(${reconverse_SOURCE_DIR}/src/cldb.h ${CMAKE_BINARY_DIR}/include/ COPYONLY)
3031
configure_file(${reconverse_SOURCE_DIR}/include/charm-config.h ${CMAKE_BINARY_DIR}/include/ COPYONLY)

0 commit comments

Comments
 (0)