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
cdo
Commits
4a1f2469
Commit
4a1f2469
authored
Jun 13, 2016
by
Ralf Mueller
Browse files
add example for local host usage in example config
parent
c1146a41
Changes
1
Hide whitespace changes
Inline
Side-by-side
.rake.json
View file @
4a1f2469
...
...
@@ -30,6 +30,10 @@
"dir"
:
"/users/ram/builds/cdo"
,
"username"
:
"ram"
,
"CC"
:
[
"icc"
,
"pgcc"
,
"cray"
,
"gcc"
]
},
"wanglung"
:
{
"hostname"
:
"wanglung.mpi.zmaw.de"
,
"dir"
:
"/home/zmaw/m300064/builds/remote"
}
},
...
...
@@ -59,6 +63,37 @@
"configureCall"
:
"./configure --disable-openmp CC=gcc CFLAGS='-g -O2'"
,
"makeCall"
:
"make -j 12"
,
"sync"
:
true
},
"localGCC"
:
{
"doc"
:
"local builder with default GCC - VPATH build"
,
"hostname"
:
"luthien"
,
"configureCall"
:
"/home/ram/src/cdo/configure --enable-openmp CC=gcc CFLAGS='-g -O2'"
,
"makeCall"
:
"make -j 12"
,
"sync"
:
false
},
"macOSGCC"
:
{
"hostname"
:
"wanglung"
,
"configureCall"
:
"./configure CC=gcc CFLAGS='-g -O2'"
,
"makeCall"
:
"make -j 12"
,
"sync"
:
true
},
"macOSCLANG"
:
{
"hostname"
:
"wanglung"
,
"configureCall"
:
"./configure CC=clang CFLAGS='-g -O2'"
,
"makeCall"
:
"make -j 12"
,
"sync"
:
true
},
"macOSCLANG++"
:
{
"hostname"
:
"wanglung"
,
"configureCall"
:
"./configure --enable-cxx CC=clang CXX=clang++ CFLAGS='-g -O2'"
,
"makeCall"
:
"make -j 12"
,
"sync"
:
true
},
"macOSG++"
:
{
"hostname"
:
"wanglung"
,
"configureCall"
:
"./configure --enable-cxx CC=gcc CXX=g++ CFLAGS='-g -O2'"
,
"makeCall"
:
"make -j 12"
,
"sync"
:
true
}
}
}
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