Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test workflow does not run full set of tests with MPI #210

Closed
conradtchan opened this issue Feb 3, 2022 · 0 comments · Fixed by #217
Closed

Test workflow does not run full set of tests with MPI #210

conradtchan opened this issue Feb 3, 2022 · 0 comments · Fixed by #217

Comments

@conradtchan
Copy link
Collaborator

The MPI test workflow only runs the testkd setup, whereas the regular test runs

          - ['test', '']
          - ['testkd', '']
          - ['testdust', 'dust']
          - ['testgr', 'gr']
          - ['testgrav', 'gravity ptmass']
          - ['testgrowth', 'dustgrowth']
          - ['testnimhd', 'nimhd']
          - ['test2', '']
          - ['testcyl', '']

This means some features are not tested with MPI.

conradtchan added a commit that referenced this issue Feb 17, 2022
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 #210

Resolves #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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant