MCPcopy Create free account
hub / github.com/mpi4py/mpi4py / check1

Method check1

test/test_msgspec.py:1177–1182  ·  view source on GitHub ↗
(self, z, s, r, typecode)

Source from the content-addressed store, hash-verified

1175 raise NotImplementedError
1176
1177 def check1(self, z, s, r, typecode):
1178 del typecode
1179 r[:] = z
1180 Alltoallv(s, r)
1181 for a, b in zip(s, r):
1182 self.assertEqual(a, b)
1183
1184 def check2(self, z, s, r, typecode):
1185 datatype = typemap(typecode)

Callers

nothing calls this directly

Calls 1

AlltoallvFunction · 0.85

Tested by

no test coverage detected