sxs-collaboration / spectre

SpECTRE is a code for multi-scale, multi-physics problems in astrophysics and gravitational physics.
https://spectre-code.org
Other
153 stars 185 forks source link

Add dev guide for AMR #6078

Closed kidder closed 2 weeks ago

kidder commented 3 weeks ago

Proposed changes

Upgrade instructions

Code review checklist

Further comments

wthrowe commented 2 weeks ago

Test failures are the numpy compatibility issue fixed in #6095. (Beats me why it only affects gcc 10 debug.)

nilsvu commented 2 weeks ago

@wthrowe the reason for only the one build being affected is that CI only installs Py dependencies if a specific Py version is being tested, otherwise the Py installation in the container is used. gcc-10 debug tests Py 3.9.

wthrowe commented 2 weeks ago

Makes sense. Thanks.