Skip to content
Snippets Groups Projects
Commit ee713314 authored by Alexander Pace's avatar Alexander Pace
Browse files

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

parent d4a55027
No related branches found
No related tags found
No related merge requests found
Pipeline #75746 passed with warnings
......@@ -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