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
15a845d5
Commit
15a845d5
authored
Jun 16, 2016
by
Ralf Mueller
Browse files
add linux-32bit remote machine
parent
1cc3b823
Changes
1
Hide whitespace changes
Inline
Side-by-side
.rake.json
View file @
15a845d5
...
...
@@ -34,6 +34,11 @@
"wanglung"
:
{
"hostname"
:
"wanglung.mpi.zmaw.de"
,
"dir"
:
"/home/zmaw/m300064/builds/remote"
},
"ubuntu-32bit"
:
{
"hostname"
:
"134.76.24.138"
,
"dir"
:
"/home/mpimet/build/cdo"
,
"username"
:
"mpimet"
}
},
...
...
@@ -94,6 +99,13 @@
"configureCall"
:
"./configure --enable-cxx CC=gcc CXX=g++ CFLAGS='-g -O2'"
,
"makeCall"
:
"make -j 12"
,
"sync"
:
true
},
"linux32bit"
:
{
"hostname"
:
"ubuntu-32bit"
,
"configureCall"
:
"./configure --with-netcdf "
,
"makeCall"
:
"make -j 3"
,
"username"
:
"mpimet"
,
"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