quokka-astro / quokka

Two-moment AMR radiation hydrodynamics (with self-gravity, particles, and chemistry) on CPUs/GPUs for astrophysics
https://quokka-astro.github.io/quokka/
MIT License
46 stars 12 forks source link

nightly regression testing causes disk quota error #764

Closed BenWibking closed 1 month ago

BenWibking commented 1 month ago

Describe the bug We run out of disk space on avatargpu, since the nightly regression tests leave their plotfiles in my home directory. This causes all the GPU tests to fail.

To Reproduce Steps to reproduce the behavior:

  1. Let the regression tests run for a few weeks.
  2. Observe the GPU CI tests to fail with a disk quota error.

Additional context This should be fixed using this option in the regression testing framework: https://github.com/AMReX-Codes/regression_testing/pull/146

BenWibking commented 1 month ago

Fixed by https://github.com/quokka-astro/quokka/pull/769