-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(0.95.6) Pin GPUArrays version + fix GPU testing pipeline #4037
Conversation
|
Seems that is up but in a weird state? https://buildkite.com/clima/oceananigans/builds/20098#0194536b-13e4-4608-9244-a1f27f86d12d/34-43 |
Does this closes #4036? |
trying out to see if scalar operations came with v0.95.7 and changes introduced by CliMA/Oceananigans.jl#4037
Not really, because we want to be able to use the new |
) * don't add / twice * add missing deps + compats * temporarily only leave the ECCO2 example on * GLMakie -> CairoMakie; BuoyancyModels -> BuoyancyFormulations * update * code alignment * add docs/Manifest.toml * Update Project.toml trying out to see if scalar operations came with v0.95.7 and changes introduced by CliMA/Oceananigans.jl#4037 * Update Project.toml * homogenize compats
a lot of Oceananigans functionalities are broken at the moment because of a change in
GPUArrays
(see issue #4036)This PR pins to a previous
GPUArrays
version to keep the repository (and the CI) functioning. Once the issue has been resolved we can remove this constraint.