diff --git a/contrib/platform/ornl/ornl_configure_self_contained b/contrib/platform/ornl/ornl_configure_self_contained index 2bf894cef5..cecd607bdc 100755 --- a/contrib/platform/ornl/ornl_configure_self_contained +++ b/contrib/platform/ornl/ornl_configure_self_contained @@ -105,7 +105,7 @@ $SRCDIR/configure \ --with-threads --with-memory-manager=none \ --without-tm --with-alps --with-portals --with-portals-config=xt3-modex \ --enable-mca-no-build=maffinity-first_use,maffinity-libnuma,ess-cnos,ess-slurm,ess-slurmd,filem-rsh,grpcomm-cnos,plm-rsh,plm-rshd,plm-slurm,pml-dr,btl-tcp,notifier-twitter,notifier-smtp,pml-csum,pml-v,vprotocol-pessimist,dpm-orte \ - --with-wrapper-ldflags="-L${PE_DIR}/lib/snos64 -L${SE_DIR}/lib/snos64 -L${MPT_DIR}/util/lib ${WRAPPER_LDFLAGS}" \ + --with-wrapper-ldflags="-L${PE_DIR}/lib/snos64 -L${SE_DIR}/lib/snos64 -L/opt/xt-mpt/default/lib/snos64/ ${WRAPPER_LDFLAGS}" \ --with-wrapper-libs="-lpct -lalpslli -lalpsutil -lportals -lpthread -lm" \ --enable-contrib-no-build=vt \ ${COMPILER_FLAGS} \ @@ -114,7 +114,7 @@ $SRCDIR/configure \ CXXFLAGS="${CXXFLAGS}" \ FFLAGS="-I${PE_DIR}/include ${FFLAGS}" \ FCFLAGS="-I${PE_DIR}/include ${FCFLAGS}" \ - LDFLAGS="-L${PE_DIR}/lib/snos64 -L${SE_DIR}/lib/snos64 -L${MPT_DIR}/util/lib ${LDFLAGS}" \ + LDFLAGS="-L${PE_DIR}/lib/snos64 -L${SE_DIR}/lib/snos64 -L/opt/xt-mpt/default/lib/snos64/ ${LDFLAGS}" \ LIBS="${LIBS} -lpct -lalpslli -lalpsutil -lportals -lpthread -lrt -lm" $* | tee build.log #