-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- config.h.cmake: add `HAVE_STRNDUP` - CMake: add check for `HAVE_STRNDUP` - add missing include "config.h" - bpls: add missing include directory
- Loading branch information
1 parent
bd72262
commit 34c576a
Showing
6 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
tests/C/flexpath_tests/global_range_select/CMakeLists.txt.orig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
include_directories(${PROJECT_SOURCE_DIR}/src/public) | ||
include_directories(${PROJECT_SOURCE_DIR}/src) | ||
include_directories(${PROJECT_SOURCE_DIR}/test/C/flexpath_tests/include) | ||
include_directories(${PROJECT_BINARY_DIR}/src/public) | ||
link_directories(${PROJECT_SOURCE_DIR}/src) | ||
link_directories(${PROJECT_BINARY_DIR}/src) | ||
|
||
|
||
<<<<<<< bd72262bb89b1bbd8ece53de2004f77b69137b01 | ||
add_executable(writer writer.c) | ||
target_link_libraries(writer adios ${ADIOSLIB_LDADD} ${MPI_C_LIBRARIES}) | ||
|
||
add_executable(reader reader.c) | ||
target_link_libraries(reader adios ${ADIOSLIB_LDADD} ${MPI_C_LIBRARIES}) | ||
======= | ||
add_executable(arrays_writer writer.c) | ||
set_target_properties(arrays_writer PROPERTIES COMPILE_FLAGS "${MPI_C_COMPILE_FLAGS}") | ||
target_link_libraries(arrays_writer adios ${ADIOSLIB_LDADD} ${MPI_C_LIBRARIES}) | ||
|
||
add_executable(arrays_reader reader.c) | ||
set_target_properties(arrays_reader PROPERTIES COMPILE_FLAGS "${MPI_C_COMPILE_FLAGS}") | ||
target_link_libraries(arrays_reader adios ${ADIOSLIB_LDADD} ${MPI_C_LIBRARIES}) | ||
>>>>>>> fix cmake compile | ||
|
||
file(COPY arrays.xml DESTINATION ${PROJECT_BINARY_DIR}/tests/C/flexpath_tests/global_range_select) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters