nextsimhub / nextsimdg

neXtSIM_DG : next generation sea-ice model with DG
https://nextsim-dg.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
10 stars 13 forks source link

Split tests into serial and parallel #579

Open TomMelt opened 2 weeks ago

TomMelt commented 2 weeks ago

My initial idea was to parallelise most of the tests but I realise this will create a lot of unnecessary work.

I now think we should actually make most of the current tests serial only and build only the parallel tests when MPI is on.

This is related to on-going work in PR #560

TomMelt commented 2 weeks ago

I think it's fine to only have a few MPI tests, but I would like to have at least 1-2 integration tests that run with MPI.