Beispiel #1
0
 def Dup(self):
     newcomm = _mpi.comm_dup(self)
     return Intracomm(newcomm)
Beispiel #2
0
 def Dup(self):
     newcomm = _mpi.comm_dup(self)
     return Graphcomm(newcomm)
Beispiel #3
0
 def Clone(self):
     newcomm = _mpi.comm_dup(self)
     return type(self)(newcomm)
Beispiel #4
0
 def Dup(self):
     newcomm = _mpi.comm_dup(self)
     return Cartcomm(newcomm)
Beispiel #5
0
 def Dup(self):
     newcomm = _mpi.comm_dup(self)
     return Cartcomm(newcomm)
Beispiel #6
0
 def Dup(self):
     newcomm = _mpi.comm_dup(self)
     return Intracomm(newcomm)
Beispiel #7
0
 def Clone(self):
     newcomm = _mpi.comm_dup(self)
     return type(self)(newcomm)
Beispiel #8
0
 def Dup(self):
     newcomm = _mpi.comm_dup(self)
     return Graphcomm(newcomm)