Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
4bc7d51d
Commit
4bc7d51d
authored
Dec 07, 2012
by
Uwe Schulzweida
Browse files
config/default: added march=native
parent
948280e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/default
View file @
4bc7d51d
...
...
@@ -21,7 +21,7 @@ case "${HOSTNAME}" in
--with-grib_api
=
$HOME
/local/gribapi-1.9.16
\
--with-netcdf
=
$HOME
/local
\
--with-szlib
=
$HOME
/local
\
CC
=
gcc
CFLAGS
=
"-g -pipe -D_REENTRANT -Wall -W -Wfloat-equal -pedantic -O3 -Df2cFortran"
LIBS
=
"-L/opt/local/lib -lopenjpeg"
CC
=
gcc
CFLAGS
=
"-g -pipe -D_REENTRANT -Wall -W -Wfloat-equal -pedantic -O3
-march=native
-Df2cFortran"
LIBS
=
"-L/opt/local/lib -lopenjpeg"
;;
cinglung
*
|
feilung
*
|
wanglung
*
)
./configure
--prefix
=
$HOME
/local
\
...
...
@@ -47,7 +47,7 @@ case "${HOSTNAME}" in
--with-grib_api
=
$HOME
/local/gribapi-1.9.16
\
--with-netcdf
=
/opt/local
\
--with-szlib
=
$HOME
/local
\
CC
=
gcc
CFLAGS
=
"-g -pipe -D_REENTRANT -Wall -W -Wfloat-equal -pedantic -O3 -Df2cFortran"
CC
=
gcc
CFLAGS
=
"-g -pipe -D_REENTRANT -Wall -W -Wfloat-equal -pedantic -O3
-march=native
-Df2cFortran"
;;
# ia64-nec-linux
ds
*
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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