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
terminate called after throwing an instance of 'gloo::EnforceNotMet' what(): [enforce fail at /users/blah/gloo/gloo/benchmark/runner.cc:124] contextFactory_. No means for rendezvous Aborted
I get this error on both the machines participating in the allreduce.
I've made sure that redis-server is executing on the assigned host-ip and port.
The text was updated successfully, but these errors were encountered:
I execute the following command:
./benchmark --size 2 --rank 0 --redis-host host-ip --redis-port 6379 --prefix hey --transport tcp --elements 1 --iteration-time 1s allreduce_ring_chunked
I get the following error:
terminate called after throwing an instance of 'gloo::EnforceNotMet' what(): [enforce fail at /users/blah/gloo/gloo/benchmark/runner.cc:124] contextFactory_. No means for rendezvous Aborted
I get this error on both the machines participating in the allreduce.
I've made sure that redis-server is executing on the assigned host-ip and port.
The text was updated successfully, but these errors were encountered: