File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/tests/integration/events Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ if(opencoarrays_aware_compiler)
208208 add_mpi_test(hello_multiverse 2 ${tests_root} /integration/coarrayHelloWorld/hello_multiverse)
209209 add_mpi_test(coarray_burgers_pde 2 ${tests_root} /integration/pde_solvers/coarrayBurgers/coarray_burgers_pde)
210210 add_mpi_test(co_heat 2 ${tests_root} /integration/pde_solvers/coarrayHeatSimplified/co_heat)
211- add_mpi_test(events 2 ${tests_root} /integration/events/asynchronous_hello_world)
211+ add_mpi_test(asynchronous_hello_world 2 ${tests_root} /integration/events/asynchronous_hello_world)
212212 if ( ("${CMAKE_SYSTEM_PROCESSOR} " MATCHES "x86_64" ) AND ("${CMAKE_SYSTEM_NAME} " MATCHES "Linux" ) )
213213 if ( NOT (DEFINED ENV{TRAVIS}))
214214 add_mpi_test(coarray_navier_stokes 2 ${tests_root} /integration/pde_solvers/navier-stokes/coarray_navier_stokes)
Original file line number Diff line number Diff line change 11add_executable (asynchronous_hello_world async-hello.f90)
2+ target_link_libraries (asynchronous_hello_world OpenCoarrays)
You can’t perform that action at this time.
0 commit comments