partial barrier

Issue #55 invalid
Allan Ma created an issue

Hi,

I'm a bit new to using mpi. Just wondering if there's a way to implement a partial barrier between synchronously started mpi process like:

mpirun -n 8 python train.py

I want to put a comm.Barrier() at a certain part during training and only odd rank number of those processes got blocked there.

Thanks in advance.

Cheers

Comments (4)

  1. Log in to comment