Skip to content
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

opencl and gfortran detection #42

Open
dsschult opened this issue May 17, 2017 · 2 comments
Open

opencl and gfortran detection #42

dsschult opened this issue May 17, 2017 · 2 comments

Comments

@dsschult
Copy link
Collaborator

We currently search in libdirlist=${LD_LIBRARY_PATH}:/usr/lib:/usr/lib64:/lib:/lib64:/usr/lib/x86_64-linux-gnu. However, all those extra directories may not be in the LD_LIBRARY_PATH, so should not be considered for shared library linking.

Instead, maybe modify the LD_LIBRARY_PATH and then only search on it.

@dsschult
Copy link
Collaborator Author

pull request #43 does much magic, and I think takes care of this.

@dsschult
Copy link
Collaborator Author

dsschult commented Mar 8, 2018

Note that we should now be searching /.singularity.d/libs/, which is populated by --nv in singularity containers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant