Skip to content

Commit

Permalink
Compatibility with current atlas-orca PR
Browse files Browse the repository at this point in the history
Update to atlas 0.38.1
  • Loading branch information
twsearle committed Jul 19, 2024
1 parent 405c234 commit 5037d79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions src/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ ecbuild_add_test( TARGET test_orcamodel_hofx_ssh_parallel_checkerboard
ARGS testinput/hofx_nc_ssh_checkerboard.yaml
COMMAND orcamodel_hofx.x )

ecbuild_add_test( TARGET test_orcamodel_hofx_ssh_parallel_eorca025
OMP 1
MPI 2
ARGS testinput/hofx_nc_ssh_eorca025.yaml
COMMAND orcamodel_hofx.x )
# Requires atlas-orca halos > 0 change (https://github.com/ecmwf/atlas-orca/pull/20)
#ecbuild_add_test( TARGET test_orcamodel_hofx_ssh_parallel_eorca025
# OMP 1
# MPI 2
# ARGS testinput/hofx_nc_ssh_eorca025.yaml
# COMMAND orcamodel_hofx.x )

ecbuild_add_test( TARGET test_orcamodel_hofx_ssh_eorca025
OMP 1
Expand Down
2 changes: 1 addition & 1 deletion src/tests/testinput/hofx_nc_ssh_eorca025.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ geometry :
grid name: eORCA025_T
number levels: 1
partitioner: checkerboard
source mesh halo: 1
source mesh halo: 0
initial condition :
date: 2021-06-28T23:00:00Z
state variables:
Expand Down

0 comments on commit 5037d79

Please sign in to comment.