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
cdo
Commits
0b05c233
Commit
0b05c233
authored
Jan 12, 2018
by
Ralf Mueller
Browse files
added for stackfail
parent
6cd0033b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.rake.json
View file @
0b05c233
...
...
@@ -69,12 +69,24 @@
"makeCall"
:
"make -j 12"
,
"sync"
:
false
},
"localGCC_stackFail"
:
{
"hostname"
:
"luthien"
,
"configureCall"
:
"/home/ram/src/cdo/configure --enable-hirlam-extensions --with-eccodes --with-netcdf --with-magics --with-udunits2 CFLAGS='-std=gnu99 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fopenmp' CXXFLAGS='-std=gnu++11 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fopenmp' CPPFLAGS='-I/usr/include/magics'"
,
"makeCall"
:
"make -j 12"
,
"sync"
:
false
},
"mpipcCLANG"
:
{
"hostname"
:
"breeze"
,
"configureCall"
:
"./configure --with-netcdf=/sw/squeeze-x64/netcdf-4.2-static --disable-openmp CC=clang CFLAGS='-g -O2'"
,
"makeCall"
:
"make -j 12"
,
"sync"
:
true
},
"breezeGCC_stackFail"
:
{
"hostname"
:
"breeze"
,
"configureCall"
:
"./configure CFLAGS='-std=gnu99 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fopenmp' CXXFLAGS='-std=gnu++11 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fopenmp'"
,
"makeCall"
:
"make -j 12"
,
"sync"
:
true
},
"cyg"
:
{
"hostname"
:
"cygwin"
,
"configureCall"
:
"autoreconf -v -i ; ./config/default CC=gcc"
,
...
...
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