You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is important that all MPI ranks carry the same PYTHONHASHSEED.
python destroys member variables in a random order determined by the hashseed. If the seed is different it is possible some MPI enabled objects goes out of scope earlier than others. This is actually a MPI related issue and shall be noted in mpi4py.
I see a strange stalling with SGI's MPT and anaconda 3.5 due to this on Plaedias
@nickhand -- I suggest you mention this in the nbodykit documentation.
The text was updated successfully, but these errors were encountered:
rainwoodman
added a commit
to rainwoodman/python-mpi-bcast
that referenced
this issue
Aug 11, 2017
It is important that all MPI ranks carry the same PYTHONHASHSEED.
python destroys member variables in a random order determined by the hashseed. If the seed is different it is possible some MPI enabled objects goes out of scope earlier than others. This is actually a MPI related issue and shall be noted in mpi4py.
I see a strange stalling with SGI's MPT and anaconda 3.5 due to this on Plaedias
@nickhand -- I suggest you mention this in the nbodykit documentation.
The text was updated successfully, but these errors were encountered: