Closed Sbozzolo closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
00c859a
) 89.46% compared to head (2752e61
) 89.49%. Report is 1 commits behind head on main.:exclamation: Current head 2752e61 differs from pull request most recent head 7ebe141. Consider uploading reports for the commit 7ebe141 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Do you have a reproducer?
Do you have a reproducer?
Current ClimaAtmos fails. Just run ClimaAtmos.get_simulation(ClimaAtmos.AtmosConfig())
on a GPU with julia 1.10.
@simonbyrne and I tried debugging this and concluded that it is a difficult problem and it is best to move ahead with upgrading ClimaAtmos to 1.10 while the root issue is being investigated.
With this workaround, everything runs, as in: https://buildkite.com/clima/climaatmos-ci/builds/15625
As of CUDA 5.1.1, there are some issues with ClimaAtmos and Julia 1.10. It seems that the issue is with this particular function and the error is due to added calles to gc_frame functions that cannot be compiled on a GPU.
For unknown reasons, the code compiles when we remove the keyword arguments. While the issue is being investigated, we can work around it by excluding the offending branch
Includes house cleaning.