Skip to content
Snippets Groups Projects
Commit 7518de8c authored by Philipp Rüssmann's avatar Philipp Rüssmann
Browse files

Use fewer ranks for qdos test

parent c7a13047
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ if test_coverage<0:
modes = ['hybrid']
npara_pairs = [[1,3]]
if test_coverage in [-12]:
npara_pairs = [[1,8]]
npara_pairs = [[1,6]]
modes = ['mpi']
# for LLY run check also with 8 and 9 ranks to check for LLY miscommunication bug
if test_coverage in [-3]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment