CliMA / ClimaCore.jl

CliMA model dycore
https://clima.github.io/ClimaCore.jl/dev
Apache License 2.0
86 stars 8 forks source link

Tempest remap test failures #1513

Open simonbyrne opened 1 year ago

simonbyrne commented 1 year ago

The ClimaCoreTempestRemap tests are now failing: https://buildkite.com/clima/climacore-ci/builds/2685#018b4ecc-d246-4cb6-9a72-e86a730d2222

The issue was triggered by the latest release of TempestRemap (https://github.com/JuliaPackaging/Yggdrasil/pull/7375) which links against a newer HDF5 (via NetCDF), which now includes MPI support.

The problem is that the tests run TempestRemap from inside an MPI job: I think this conflicts with the MPI we use on the system

Sbozzolo commented 11 months ago

Did #1515 close this?

charleskawczynski commented 8 months ago

We're now running into this on patch updates because an NCDatasets patch update now uses the newer HDF5.

Sbozzolo commented 8 months ago

The new NCDataset_jll comes with MPI support, that's probably the problem.