geodynamics / aspect

A parallel, extensible finite element code to simulate convection in both 2D and 3D models.
https://aspect.geodynamics.org/
Other
217 stars 232 forks source link

Use 4 processes for github actions #5958

Closed gassmoeller closed 3 days ago

gassmoeller commented 3 days ago

It turns out github actions upgraded the resources for the default runners to 4 cpus and 16 GB RAM (https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories). We should make use of this for compiling aspect and for building docker images (precomputing the test results likely already did this, because it doesnt limit the processes ninja uses).