Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
267f05cd
Commit
267f05cd
authored
Sep 21, 2015
by
Uwe Schulzweida
Browse files
config/default update
parent
faf9f0e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/default
View file @
267f05cd
...
...
@@ -22,7 +22,7 @@ case "${HOSTNAME}" in
--with-grib_api
=
$HOME
/local/gribapi-1.12.3
\
--with-netcdf
=
$HOME
/local
\
--with-szlib
=
$HOME
/local
\
CC
=
icc
CFLAGS
=
"-g -D_REENTRANT -Wall -O3 -march=native -fp-model source"
CC
=
icc
CFLAGS
=
"-g -D_REENTRANT -Wall
-Wwrite-strings
-O3 -march=native -fp-model source"
;;
bailung
*
|
d133
*
|
d134
*
)
./configure
--prefix
=
$HOME
/local
\
...
...
@@ -33,7 +33,7 @@ case "${HOSTNAME}" in
--with-grib_api
=
$HOME
/local/grib_api-1.13.1
\
--with-netcdf
=
$HOME
/local/netcdf-c-4.3.3.1-threadsafe
\
--with-szlib
=
$HOME
/local
\
CC
=
gcc
CFLAGS
=
"-g -pipe -D_REENTRANT -Wall -W -Wfloat-equal -pedantic -O3 -march=native"
CC
=
gcc
CFLAGS
=
"-g -pipe -D_REENTRANT -Wall
-Wwrite-strings
-W -Wfloat-equal -pedantic -O3 -march=native"
;;
cinglung
*
|
feilung
*
|
wanglung
*
)
./configure
--prefix
=
$HOME
/local
\
...
...
@@ -58,7 +58,7 @@ case "${HOSTNAME}" in
--enable-python
\
--with-grib_api
=
$HOME
/local/gribapi-1.13.0
\
--with-netcdf
=
$HOME
/local
\
CC
=
gcc
CFLAGS
=
"-g -pipe -D_REENTRANT -Wall -W -Wfloat-equal -pedantic -O3"
CC
=
gcc
CFLAGS
=
"-g -pipe -D_REENTRANT -Wall
-Wwrite-strings
-W -Wfloat-equal -pedantic -O3"
;;
# ia64-nec-linux
ds
*
)
...
...
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