You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
problem was that adding --with-hwloc option pointing at a non-default location for an hwloc install
can add hwloc lib info to the global LDFLAGS, which results
in some of the runtime checkes in the pthread configury to fail. This commit resolves this problem
by using pthreads-only LDFLAGS for building the runtime checks in the pthreads configury.
related to #7644
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
0 commit comments