Skip to content

Commit

Permalink
Re-enable fapi test
Browse files Browse the repository at this point in the history
  • Loading branch information
dsarmany committed Nov 28, 2024
1 parent 55328b1 commit 376a950
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/multio/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ ecbuild_add_executable( TARGET multio-feed
NO_AS_NEEDED
LIBS multio-api )

# # TODO ADD SOME FCKIT condition; this currently breaks GitHub CI
# ecbuild_add_executable( TARGET multio-replay-nemo-fapi
# CONDITION HAVE_FORTRAN
# SOURCES multio-replay-nemo-fapi.f90
# LIBS multio-fapi fckit MPI::MPI_Fortran )
# TODO ADD SOME FCKIT condition; this currently breaks GitHub CI
ecbuild_add_executable( TARGET multio-replay-nemo-fapi
CONDITION HAVE_FORTRAN
SOURCES multio-replay-nemo-fapi.f90
LIBS multio-fapi fckit MPI::MPI_Fortran )

# TODO: add atlas condition/dependency
ecbuild_add_executable( TARGET multio-generate-grib-template
Expand Down
1 change: 0 additions & 1 deletion tests/multio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ ecbuild_add_test( TARGET test_multio_replay_nemo_fapi
ARGS $<TARGET_FILE:multio-replay-nemo-fapi>
$<TARGET_FILE:multio-probe> ${MPIEXEC_EXECUTABLE} ${MPI_ARGS}
ENVIRONMENT "${_test_environment}"
ENABLED OFF
)

ecbuild_add_test( TARGET test_multio_replay_nemo_capi_masked
Expand Down

0 comments on commit 376a950

Please sign in to comment.