Skip to content
Snippets Groups Projects
Commit 4bc7d51d authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

config/default: added march=native

parent 948280e6
No related branches found
No related tags found
No related merge requests found
......@@ -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*)
......
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