-
Notifications
You must be signed in to change notification settings - Fork 936
Closed
Labels
Description
I built OpenMPI with LSF support. When I ran OpenMPI on a machines that LSF library was not set in LD_LIBRARY_PATH, I got the following warning message:
mca_base_component_repository_open: unable to open mca_plm_lsf: libbat.so: cannot open shared object file: No such file or directory (ignored)
If I set LD_LIBRARY_PATH, then I will not see the message.
How can I avoid this message output?
Thanks,
Yongjun