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

fix LD_LIBRARY_PATH for "make check" #23

Closed
ompiteam opened this issue Sep 13, 2014 · 2 comments
Closed

fix LD_LIBRARY_PATH for "make check" #23

ompiteam opened this issue Sep 13, 2014 · 2 comments
Assignees
Labels

Comments

@ompiteam
Copy link
Contributor

In the file lib/MTT/MPI/Install/OMPI.pm MTT before running the check deletes the LD_BIRARY_PATH to avoid any problems with other librarires. I run into the problem that is mentioned in the comment with the compiler that needs libs of the LD_LIBRARY_PATH.

I think it should be possible to avoid the deletion of the LD_LIBRARY_PATH and and the problems with other libraries. If we simple prepend the MTT paths to the LD_LIBRARY_PATH then it is supposed to work, because in this case the MTT libs are always infront of all the others libs in the LD_LIBRARY_PATH.

@ompiteam
Copy link
Contributor Author

Imported from trac issue 22. Created by hpcstork on 2006-08-25T03:40:04, last modified: 2006-08-25T08:18:06

@ompiteam
Copy link
Contributor Author

Trac comment by jsquyres on 2006-08-25 08:18:06:

(In [230]) Fixes #22. Instead of deleting LD_LIBRARY_PATH, just prepend our
$libdir. Also, when looking for the bindings, ensure to ''prepend''
the libdir to LD_LIBRARY_PATH, not ''append'' it.

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

No branches or pull requests

2 participants