danieljprice / phantom

Phantom Smoothed Particle Hydrodynamics and Magnetohydrodynamics code
https://phantomsph.github.io
Other
103 stars 223 forks source link

unit tests for dust growth are too slow in GitHub actions #435

Closed danieljprice closed 1 year ago

danieljprice commented 1 year ago

the unit test for dust growth is currently the limiting factor in running the GitHub actions suite. In particular, with SYSTEM=ifort and DEBUG=yes this test takes more than 1.5 hrs to run.

If possible it would be good to shorten this test, e.g. by using fewer particles?

danieljprice commented 1 year ago

fixed by #436