You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only the testkd setup is tested against MPI. There is also a bug in the action that causes DEBUG=yes to not be tested. This PR adds every test from the serial tests.
- ['test', '']
- ['testkd', '']
- ['testdust', 'dust']
- ['testgr', 'gr']
- ['testgrav', 'gravity ptmass']
- ['testgrowth', 'dustgrowth']
- ['testnimhd', 'nimhd']
- ['test2', '']
- ['testcyl', '']
Resolves#210Resolves#231 by testing:
4 OpenMP tasks - to lift any degeneracies encountered with 2
4 MPI tasks - to lift any degeneracies encountered with 2
1 MPI task the trivial case, which should be functionally the same as a non-MPI run, but includes a global tree building step
MPI tests run on 2 tasks, and OpenMP tests run on 1 thread. This does not fully test parallel behaviour.
Tests should cover up to 4 MPI tasks and 4 OpenMP threads.
The text was updated successfully, but these errors were encountered: