forked from deepflameCFD/deepflame-dev
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Installation Problems on Centos 7.6 #2
Labels
good first issue
Good for newcomers
Comments
It seems like a C++ ABI problem, maybe your gcc compiler is too old. Try the following three methods to solve the problem.
|
The tutorial here ( https://github.com/pytorch/pytorch#from-source) can be helpful, gook luck ! |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Has any one try install deepflame on Centos 7.6.
My configuration:
System: Centos 7.6
gcc compiler : GCC 7.3.1
MPI Compiler: OpenMPI 4.0.4
I followed the instructions 1-6 , and ran into glibc version errors at 6.
The problems are as follows:
I assume this require recompilation of libtorch.so instead of using precompiled ones.
Any comments or suggestions?
The text was updated successfully, but these errors were encountered: