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
@@ -4,7 +4,7 @@ from scripts.Infrastructure.ErrorGenerator import ErrorGenerator
@@ -4,7 +4,7 @@ from scripts.Infrastructure.ErrorGenerator import ErrorGenerator
from scripts.Infrastructure.MPICall import MPICall
from scripts.Infrastructure.MPICall import MPICall
from scripts.Infrastructure.TemplateFactory import get_send_recv_template
from scripts.Infrastructure.TemplateFactory import get_send_recv_template
# TODO add error: in any/all/some: having one request multiple times is not allowed
class InvalidRequestErrorP2P(ErrorGenerator):
class InvalidRequestErrorP2P(ErrorGenerator):
invalid_requests = ["MPI_REQUEST_NULL", # probably triggers compiler warning
invalid_requests = ["MPI_REQUEST_NULL", # probably triggers compiler warning
# "&MPI_REQUEST_NULL" #TODO test this as well?? depending on MPI implementation: may be compiler error
# "&MPI_REQUEST_NULL" #TODO test this as well?? depending on MPI implementation: may be compiler error
Loading