Skip to content
Snippets Groups Projects

P2P

Open
Jammer, Timrequested to merge
p2p into main
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -47,3 +47,6 @@ class MPICall(Instruction):
@@ -47,3 +47,6 @@ class MPICall(Instruction):
def get_version(self) -> str:
def get_version(self) -> str:
return self._version
return self._version
 
 
def __copy__(self) -> MPICall:
 
return MPICall(self._function, self._args.copy(), self._version, self.get_rank_executing(), self.get_identifier())
Loading