Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
GstLAL
Commits
ee713314
Commit
ee713314
authored
Aug 20, 2019
by
Alexander Pace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Makefile.ligosoftware_gcc_deps: enabling gcc 7 for psu-ics
parent
d4a55027
Pipeline
#75746
passed with stages
in 25 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
gstlal-inspiral/share/O3/optimized/Makefile.ligosoftware_gcc_deps
...nspiral/share/O3/optimized/Makefile.ligosoftware_gcc_deps
+2
-1
No files found.
gstlal-inspiral/share/O3/optimized/Makefile.ligosoftware_gcc_deps
View file @
ee713314
...
@@ -124,7 +124,8 @@ deps_env.sh :
...
@@ -124,7 +124,8 @@ deps_env.sh :
elif
[[
${CLUSTER}
==
*
"nemo.uwm.edu"
]]
;
then
\
elif
[[
${CLUSTER}
==
*
"nemo.uwm.edu"
]]
;
then
\
echo
"source
${ICC_UWM}
intel64"
>>
$@
;
\
echo
"source
${ICC_UWM}
intel64"
>>
$@
;
\
echo
'LDFLAGS_INTEL="$
${GCCLDMKLFLAGS}
"'
>>
$@
;
\
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
"source
${ICC_PSU}
intel64"
>>
$@
;
\
echo
'export LIBRARY_PATH=$
${LD_LIBRARY_PATH}
'
>>
$@
;
\
echo
'export LIBRARY_PATH=$
${LD_LIBRARY_PATH}
'
>>
$@
;
\
echo
'LDFLAGS_INTEL="$
${GCCLDMKLFLAGS}
"'
>>
$@
;
\
echo
'LDFLAGS_INTEL="$
${GCCLDMKLFLAGS}
"'
>>
$@
;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment