Skip to content
Snippets Groups Projects

Coll local concurrency fixes

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -10,10 +10,10 @@ from Infrastructure.Variables import *
@@ -10,10 +10,10 @@ from Infrastructure.Variables import *
class LocalConcurrencyErrorColl(ErrorGenerator):
class LocalConcurrencyErrorColl(ErrorGenerator):
 
nbfunc_to_use = ["mpi_iallreduce", "mpi_ialltoall", "mpi_ibcast", "mpi_ireduce", "mpi_iscatter", "mpi_igather",
 
"mpi_iscan"]
def __init__(self):
def __init__(self):
self.nbfunc_to_use = ["mpi_iallreduce", "mpi_ialltoall", "mpi_ibcast", "mpi_ireduce", "mpi_iscatter", "mpi_igather",
"mpi_iscan"]
pass
pass
def get_feature(self):
def get_feature(self):
Loading