Skip to content
Snippets Groups Projects
Commit 9a3bb2f2 authored by Simon Schwitanski's avatar Simon Schwitanski :slight_smile:
Browse files

Fix collective local concurrency generator to output more than one test case when level > 1

parent af3a83ae
Branches
No related tags found
1 merge request!22Coll local concurrency fixes
......@@ -9,7 +9,7 @@ from Infrastructure.TemplateFactory import get_collective_template
from Infrastructure.Variables import *
class InvalidRankErrorColl(ErrorGenerator):
class LocalConcurrencyErrorColl(ErrorGenerator):
nbfunc_to_use = ["mpi_iallreduce", "mpi_ialltoall", "mpi_ibcast", "mpi_ireduce", "mpi_iscatter", "mpi_igather",
"mpi_iscan"]
......@@ -33,5 +33,5 @@ class InvalidRankErrorColl(ErrorGenerator):
yield tm
if generate_level >= BASIC_TEST_LEVEL:
if generate_level <= BASIC_TEST_LEVEL:
return
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment