Skip to content

Commit

Permalink
Try #1402:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] authored Aug 2, 2023
2 parents af22da3 + 30b39e7 commit e5514c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1255,6 +1255,7 @@ steps:
- "examples/hybrid/sphere/output/held_suarez_rhoe/Float32/*"
env:
TEST_NAME: "sphere/held_suarez_rhoe"
soft_fail: true

- label: ":computer: Float64 3D sphere dry Held-Suarez (ρθ)"
key: "cpu_held_suarez_rho_theta_float64"
Expand Down
1 change: 1 addition & 0 deletions examples/hybrid/driver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ end
@info "on a vertical $z_stretch_string grid"

walltime = @elapsed sol = OrdinaryDiffEq.solve!(integrator)
any(isnan, sol.u[end]) && error("NaNs found in result.")

if is_distributed # replace sol.u on the root processor with the global sol.u
if ClimaComms.iamroot(comms_ctx)
Expand Down

0 comments on commit e5514c4

Please sign in to comment.