Branch: refs/heads/master
Revision: db5cd66
Author: ronawho
Log Message:
Merge pull request #16972 from ronawho/fix-ofi-testing
Don’t add pmi to CHPL_LD_FLAGS in ofi testing if pmi is a system library
On our new CS machine, slurm/pmi are system libraries and are found by
default by the linker. Previously, we were adding -L /usr/lib64
to
CHPL_LD_FLAGS
, which would result in the system libfabric being
brought in and its not compatible with the bundled version we’re trying
to use since #16968.
Modified Files:
M util/cron/common-ofi.bash
Compare: Comparing 1fe5ad434816...db5cd660c0de · chapel-lang/chapel · GitHub