Skip to content
Snippets Groups Projects
Commit 35f41e69 authored by Alexander Pace's avatar Alexander Pace Committed by Leo Tsukada
Browse files

Update Makefile.ligosoftware_gcc_deps: enabling gcc 7 for psu-ics

parent 5ce2c1f3
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,8 @@ deps_env.sh :
elif [[ ${CLUSTER} == *"nemo.uwm.edu" ]] ; then \
echo "source ${ICC_UWM} intel64" >> $@ ; \
echo 'LDFLAGS_INTEL="$${GCCLDMKLFLAGS}"' >> $@ ; \
elif [[ ${CLUSTER} == *"psu.edu" ]] ; then \
elif [[ ${CLUSTER} == *"psu.edu" ]] ; then \
echo "source /opt/rh/devtoolset-7/enable" >> $@ ; \
echo "source ${ICC_PSU} intel64" >> $@ ; \
echo 'export LIBRARY_PATH=$${LD_LIBRARY_PATH}' >> $@ ; \
echo 'LDFLAGS_INTEL="$${GCCLDMKLFLAGS}"' >> $@ ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment