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

Install wordrank in docker #1457

Closed
parulsethi opened this issue Jul 2, 2017 · 0 comments
Closed

Install wordrank in docker #1457

parulsethi opened this issue Jul 2, 2017 · 0 comments

Comments

@parulsethi
Copy link
Contributor

The dockerfile currently doesn't install wordrank which is one of the gensim's dependency.

The problem is to configure OpenMPI (a wordrank dependency) to have multithreading enabled. OpenMPI is installed as part of libboost-all-dev in dockerfile.

Thread configuration can be checked by running ompi_info | grep Thread:

Expected Result:

Thread support: posix (MPI_THREAD_MULTIPLE: yes, OPAL support: yes, OMPI progress: no, ORTE progress: yes, Event lib: yes)

Actual Result:

Thread support: posix (MPI_THREAD_MULTIPLE: no, OPAL support: yes, OMPI progress: no, ORTE progress: yes, Event lib: yes)

Only MPI_THREAD_MULTIPLE is relevant for our purpose which should equal to yes.

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

1 participant