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