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
{{ message }}
This repository has been archived by the owner on May 9, 2019. It is now read-only.
As far as I understand it -fPIC makes the code independent of location (I think this has something to do with running on multiple nodes on a super computer). This option is also required for compiling on Marylou (BYU supercomputer).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On linux on Peregrine, to get things to compile, I needed to add the flag -fPIC:
gfortran -c -fPIC adBuffer.f
gcc -c -fPIC adStack.c
Although I am not sure what it means, maybe it is something to add to the readme.
The text was updated successfully, but these errors were encountered: