Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"No means for rendezvous" error with gloo benchmark #270

Open
kshiteejm opened this issue Dec 6, 2020 · 1 comment
Open

"No means for rendezvous" error with gloo benchmark #270

kshiteejm opened this issue Dec 6, 2020 · 1 comment

Comments

@kshiteejm
Copy link

kshiteejm commented Dec 6, 2020

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.

@wdfnst
Copy link

wdfnst commented Mar 23, 2021

1 firstly, install yum install hiredis-devel
2 secondly,

mkdir build
cd build
cmake ../ -DBUILD_BENCHMARK=1 -DUSE_REDIS=1
make
ls -l gloo/benchmark/benchmark

3 thirdly, make -j
4. blabla

In a word, bad docs of gloo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants