Page MenuHomec4science

mpi_Allgather.py
No OneTemporary

File Metadata

Created
Thu, Oct 3, 15:00

mpi_Allgather.py

from pNbody import *
if mpi.mpi_IsMaster():
x = 1
else:
x = 2
x = mpi.mpi_Allgather(x)
mpi.mpi_iprint(x)

Event Timeline