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
However, I don't see immediately what implementation part is missing in order to get full MPI support. I tried commenting out the ABORT and it seems that it works. Are gradients not exchanged? Git blame shows @frankseide put it there?
Could you guys let me know what part I should add to properly fix this issue?
Cheers,
Nick
The text was updated successfully, but these errors were encountered:
Hey,
I have been experimenting with some CPU training (without CUDA/NCCL) and I run into this
ABORT
statement.https://github.com/marian-nmt/marian-dev/blob/master/src/training/communicator.h#L128
However, I don't see immediately what implementation part is missing in order to get full MPI support. I tried commenting out the
ABORT
and it seems that it works. Are gradients not exchanged? Git blame shows @frankseide put it there?Could you guys let me know what part I should add to properly fix this issue?
Cheers,
Nick
The text was updated successfully, but these errors were encountered: