-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
add wordrank in dockerfile #1460
add wordrank in dockerfile #1460
Conversation
About wordrank
Also, please update |
…into add_wordrank_in_docker
@menshikh-iv Updated my
from directory |
docker/wordrank_install.sh
Outdated
@@ -0,0 +1,20 @@ | |||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this script from PR. You already download it with the wordrank repo. After it, use awk
or sed
to replace #export CC=icc CXX=icc
to export CC=gcc CXX=g++
Also, do several things
|
Fixes #1457
Used
mpich
instead ofopenmpi
to avoid multithreading errors in wordrank.