Skip to content
Snippets Groups Projects

P2P

Open
Jammer, Timrequested to merge
p2p into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -62,7 +62,7 @@ class InvalidCommErrorP2P(ErrorGenerator):
#TODO add probe call
for comm_to_use in self.comms_to_check:
if comm_to_use in self.missmatching_comms + self.intercomms and recv_func == "mpi_irecv":
if comm_to_use in self.missmatching_comms + self.intercomms and recv_func == "mpi_irecv" and generate_level < FULL_TEST_LEVEL:
# combination repeated
continue
Loading