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
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:
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:
Actual Result:
Only
MPI_THREAD_MULTIPLE
is relevant for our purpose which should equal toyes
.The text was updated successfully, but these errors were encountered: