File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ if(opencoarrays_aware_compiler)
202
202
add_mpi_test (syncimages 32 ${tests_root} /unit/sync/syncimages )
203
203
add_mpi_test (duplicate_syncimages 8 ${tests_root} /unit/sync/duplicate_syncimages )
204
204
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 )
206
206
207
207
# Integration tests verifying the use of libcaf_mpi in applications
208
208
add_mpi_test (hello_multiverse 2 ${tests_root} /integration/coarrayHelloWorld/hello_multiverse )
Original file line number Diff line number Diff line change @@ -7,17 +7,5 @@ target_link_libraries(syncimages OpenCoarrays)
7
7
add_executable (duplicate_syncimages duplicate_syncimages.f90 )
8
8
target_link_libraries (duplicate_syncimages OpenCoarrays )
9
9
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 )
You can’t perform that action at this time.
0 commit comments