Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
8c424a95
Commit
8c424a95
authored
Sep 27, 2017
by
Uwe Schulzweida
Browse files
config/default: use -march=core-avx2 for intel in mistral.
parent
ac480fd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/default
View file @
8c424a95
...
...
@@ -104,7 +104,7 @@ case "${HOSTNAME}" in
--with-proj=/opt/local"
if
test
"
$COMP
"
=
intel
;
then
${
CONFPATH
}
configure
--prefix
=
$HOME
/local
--disable-openmp
\
${
CONFPATH
}
configure
--prefix
=
$HOME
/local
\
$CDOLIBS
LDFLAGS
=
"-Wl,-rpath,
$HOME
/local/eccodes-2.3.0/lib"
\
CXX
=
icpc
CXXFLAGS
=
"-g -Wall -O2 -qopt-report=5 -march=native"
\
CC
=
icc
CFLAGS
=
"-g -Wall -O2 -qopt-report=5 -march=native"
...
...
@@ -231,8 +231,8 @@ case "${HOSTNAME}" in
--with-fftw3
\
$CDOLIBS
\
LDFLAGS
=
"-Wl,-rpath,/sw/rhel6-x64/eccodes/eccodes-2.3.0-gcc48/lib"
\
CXX
=
icpc
CXXFLAGS
=
"-g -Wall -O2 -qopt-report=5 -march=
native
"
\
CC
=
icc
CFLAGS
=
"-g -Wall -O2 -qopt-report=5 -march=
native
"
CXX
=
icpc
CXXFLAGS
=
"-g -Wall -O2 -qopt-report=5 -march=
core-avx2
"
\
CC
=
icc
CFLAGS
=
"-g -Wall -O2 -qopt-report=5 -march=
core-avx2
"
elif
test
"
$COMP
"
=
pgi
;
then
${
CONFPATH
}
configure
--disable-openmp
\
$CDOLIBS
\
...
...
Write
Preview
Supports
Markdown
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