Revision 1f0fb1f5721918460af101a49dde5bb9efbd9c04 authored by George Bosilca on 19 March 2024, 03:04:07 UTC, committed by George Bosilca on 26 March 2024, 19:36:37 UTC
When correctly installed hcoll will pull the ocoms library
automatically. However, as this library is installed with an rpath if
the installation directory moved to a different location the ocoms
library will not be automatically pulled during link time. By adding it
explicitly we force the linker to look for it (will be found in the same
directory as hcoll) and use it during link.

Signed-off-by: George Bosilca <gbosilca@nvidia.com>
1 parent 5a57240
History
File Mode Size
.ci
.github
config
contrib
docs
examples
ompi
opal
orte
oshmem
test
.gitignore -rw-r--r-- 21.6 KB
.mailmap -rw-r--r-- 4.4 KB
.travis.yml -rw-r--r-- 3.5 KB
Doxyfile -rw-r--r-- 43.0 KB
HACKING -rw-r--r-- 9.9 KB
INSTALL -rw-r--r-- 3.4 KB
LICENSE -rw-r--r-- 5.4 KB
Makefile.am -rw-r--r-- 2.4 KB
Makefile.ompi-rules -rw-r--r-- 1.9 KB
NEWS -rw-r--r-- 233.6 KB
README -rw-r--r-- 99.6 KB
README.JAVA.txt -rw-r--r-- 10.4 KB
VERSION -rw-r--r-- 6.6 KB
autogen.pl -rwxr-xr-x 51.4 KB
configure.ac -rw-r--r-- 46.7 KB

README

back to top