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
b684479a
Commit
b684479a
authored
Jun 23, 2016
by
Ralf Mueller
Browse files
add options to load user defined environment files
parent
f6a6f636
Changes
1
Hide whitespace changes
Inline
Side-by-side
.rake.json
View file @
b684479a
...
...
@@ -2,6 +2,7 @@
"thunder"
:
{
"hostname"
:
"thunder5.zmaw.de"
,
"dir"
:
"/scratch/mpi/CC/mh0287/users/m300064/builds/remote"
,
"envConfigFiles"
:
[
"/etc/profile"
,
".profile"
],
"CC"
:
[
"icpc"
,
"icc"
,
"clang"
,
"clang++"
,
"gcc"
,
"g++"
]
},
"luthien"
:
{
...
...
@@ -12,11 +13,13 @@
"mpipc"
:
{
"hostname"
:
"mpipc150.mpi.zmaw.de"
,
"dir"
:
"/scratch/local1/m300064/builds/remote"
,
"envConfigFiles"
:
[
"/etc/profile"
,
".profile"
],
"CC"
:
[
"gcc"
]
},
"mistral"
:
{
"hostname"
:
"mistral.dkrz.de"
,
"dir"
:
"/work/mh0287/users/ralf/builds/remote"
,
"envConfigFiles"
:
[
"/etc/profile"
,
".profile"
],
"CC"
:
[
"gcc"
,
"g++"
,
"icc"
,
"icpc"
]
},
"cygwin"
:
{
...
...
@@ -38,6 +41,7 @@
"ubuntu-32bit"
:
{
"hostname"
:
"cdo4windows-ubuntu.mpimet.mpg.de"
,
"dir"
:
"/home/mpimet/build/cdo"
,
"envConfigFiles"
:
[
"/etc/profile"
,
".profile"
],
"username"
:
"mpimet"
}
},
...
...
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