-
Notifications
You must be signed in to change notification settings - Fork 94
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
setup_all check gcc version #29
Comments
Thanks, I ran into this problem and the same thing fixed it for me. |
Sorry, I missed this earlier. I'll add a warning to the README. Just so I understand the solution, removing the flag |
That's right. |
I removed the flag from
|
Thank you very much for everyone who contributed to the code release. I am running the software on the SLURM cluster and facing exactly that same issue: The setup_all.sh has the following line: Linux (pip)g++ -std=c++11 -shared coref_kernels.cc -o coref_kernels.so -fPIC ${TF_CFLAGS[@]} ${TF_LFLAGS[@]} -O2 |
Hi,
Thanks for releasing the code. While running
predict.py
I was gettingI searched and found this link. It would be nice to either check the GCC version or keep this as a warning in the script to help anyone else stuck here!!
The text was updated successfully, but these errors were encountered: