Skip to content

Commit 1e97ee5

Browse files
committed
Re-enable syncimages_status test
Also cleanup tests/unit/sync/CMakeLists.txt
1 parent 355bbbc commit 1e97ee5

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ if(opencoarrays_aware_compiler)
202202
add_mpi_test(syncimages 32 ${tests_root}/unit/sync/syncimages)
203203
add_mpi_test(duplicate_syncimages 8 ${tests_root}/unit/sync/duplicate_syncimages)
204204
add_mpi_test(co_reduce 4 ${tests_root}/unit/collectives/co_reduce_test)
205-
# add_mpi_test(syncimages_status 32 ${tests_root}/unit/sync/syncimages_status)
205+
add_mpi_test(syncimages_status 32 ${tests_root}/unit/sync/syncimages_status)
206206

207207
# Integration tests verifying the use of libcaf_mpi in applications
208208
add_mpi_test(hello_multiverse 2 ${tests_root}/integration/coarrayHelloWorld/hello_multiverse)

src/tests/unit/sync/CMakeLists.txt

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,5 @@ target_link_libraries(syncimages OpenCoarrays)
77
add_executable(duplicate_syncimages duplicate_syncimages.f90)
88
target_link_libraries(duplicate_syncimages OpenCoarrays)
99

10-
#add_executable(syncimages_status syncimages_status.f90)
11-
#target_link_libraries(syncimages_status OpenCoarrays)
12-
13-
#add_executable(send_array send_array_test.f90)
14-
#target_link_libraries(send_array OpenCoarrays)
15-
16-
#add_executable(get_with_offset_1d get_with_offset_1d.f90)
17-
#target_link_libraries(get_with_offset_1d OpenCoarrays)
18-
19-
#add_executable(whole_get_array whole_get_array.f90)
20-
#target_link_libraries(whole_get_array OpenCoarrays)
21-
22-
#add_executable(strided_get strided_get.f90)
23-
#target_link_libraries(strided_get OpenCoarrays)
10+
add_executable(syncimages_status syncimages_status.f90)
11+
target_link_libraries(syncimages_status OpenCoarrays)

0 commit comments

Comments
 (0)