Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cdo
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
cdo
Commits
bf1fed55
Commit
bf1fed55
authored
6 years ago
by
Ralf Mueller
Browse files
Options
Downloads
Patches
Plain Diff
change hostname of ralfs machine
parent
b14ab247
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.rake.json
+16
-16
16 additions, 16 deletions
.rake.json
with
16 additions
and
16 deletions
.rake.json
+
16
−
16
View file @
bf1fed55
{
"hosts"
:
{
"
luthie
n"
:
{
"
melia
n"
:
{
"hostname"
:
"localhost"
,
"dir"
:
"/home/ram/builds/cdo/auto"
,
"CC"
:
[
"gcc"
,
"
g++"
,
"clang"
,
"clang++
"
]
"CC"
:
[
"gcc"
,
"
clang
"
]
},
"breeze"
:
{
"hostname"
:
"breeze.mpimet.mpg.de"
,
"dir"
:
"/home/mpim/m300064/builds/remote"
,
"envConfigFiles"
:
[
"/etc/profile"
,
"~/.profile"
],
"CC"
:
[
"g
cc"
,
"g++"
,
"clang"
,
"clang++"
,
"icc"
,
"icpc
"
,
"pg
cc
"
]
"CC"
:
[
"g
nu"
,
"intel
"
,
"pg
i
"
]
},
"mistral"
:
{
"hostname"
:
"mistral.dkrz.de"
,
"dir"
:
"/work/mh0287/users/ralf/builds/remote/cdo"
,
"envConfigFiles"
:
[
"/etc/profile"
,
".profile"
],
"CC"
:
[
"g
c
c"
,
"g
++
"
,
"i
cc"
,
"icpc
"
]
"CC"
:
[
"g
nu_pi
c"
,
"g
nu
"
,
"i
ntel"
,
"pgi
"
]
},
"cygwin"
:
{
"hostname"
:
"cdo4windows-cyg.mpimet.mpg.de"
,
...
...
@@ -26,13 +26,12 @@
"hostname"
:
"daint.cscs.ch"
,
"dir"
:
"/users/ram/builds/cdo"
,
"username"
:
"ram"
,
"CC"
:
[
"i
cc
"
,
"pg
cc
"
,
"cray"
,
"g
cc
"
]
"CC"
:
[
"i
ntel
"
,
"pg
i
"
,
"cray"
,
"g
nu
"
]
},
"wanglung"
:
{
"hostname"
:
"wanglung.mpimet.mpg.de"
,
"dir"
:
"/home/zmaw/m300064/builds/remote/cdo"
,
"username"
:
"m300064"
,
"CC"
:
[
"icc"
,
"pgcc"
,
"cray"
,
"gcc"
]
"username"
:
"m300064"
},
"ubuntu-32bit"
:
{
"hostname"
:
"cdo4windows-ubuntu.mpimet.mpg.de"
,
...
...
@@ -46,31 +45,32 @@
"builders"
:
{
"localCLANG_noOpenMP"
:
{
"hostname"
:
"luthien"
,
"hostname"
:
"melian"
,
"preCommands"
:
""
,
"configureCall"
:
"/home/ram/src/cdo/configure --with-netcdf --disable-openmp CC=clang CXX=clang++ LDFLAGS=-lhdf5"
,
"makeCall"
:
"make -j 12"
,
"sync"
:
false
},
"localCLANG"
:
{
"hostname"
:
"
luthie
n"
,
"hostname"
:
"
melia
n"
,
"configureCall"
:
"/home/ram/src/cdo/configure --with-netcdf CC=clang CXX=clang++ CFLAGS='-g -O0' CXXFLAGS='-g -fopenmp' LDFLAGS='-lhdf5 -fopenmp=libiomp5'"
,
"makeCall"
:
"make -j 12"
,
"sync"
:
false
},
"localCLANG_Debug"
:
{
"hostname"
:
"
luthie
n"
,
"hostname"
:
"
melia
n"
,
"configureCall"
:
"/home/ram/src/cdo/configure --with-netcdf CC=clang CXX=clang++ CFLAGS='-g -O0 -Wall -fopenmp' CXXFLAGS='-g -O0 -Wall -fopenmp=libiomp5'"
,
"makeCall"
:
"make -j 12"
,
"sync"
:
false
},
"localGCC"
:
{
"hostname"
:
"
luthie
n"
,
"hostname"
:
"
melia
n"
,
"configureCall"
:
"/home/ram/src/cdo/configure --enable-hirlam-extensions --with-grib_api --with-netcdf --with-magics --with-udunits2 CFLAGS='-g -O3 -std=gnu99 -Wall -fopenmp -march=native' CPPFLAGS='-I/usr/include/magics' LDFLAGS='-leccodes'"
,
"makeCall"
:
"make -j 12"
,
"sync"
:
false
},
"localGCC_stackFail"
:
{
"hostname"
:
"
luthie
n"
,
"hostname"
:
"
melia
n"
,
"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
...
...
@@ -101,21 +101,21 @@
"sync"
:
true
},
"localPgi"
:
{
"hostname"
:
"
luthie
n"
,
"hostname"
:
"
melia
n"
,
"configureCall"
:
"./configure CC=pgcc CXX=pgc++ FC=pgfortran CPPFLAGS=-I/home/ram/local/pgi/linux86-64/17.10/include"
,
"makeCall"
:
"make -j 12"
,
"sync"
:
true
},
"localGCC_static"
:
{
"doc"
:
"local builder with default GCC - VPATH build - As-Static-As-Possible"
,
"hostname"
:
"
luthie
n"
,
"hostname"
:
"
melia
n"
,
"configureCall"
:
"/home/ram/src/cdo/configure --enable-openmp --enable-all-static --with-netcdf --with-hdf5 --with-proj --with-udunits2 CC=gcc CFLAGS='-g -O2'"
,
"makeCall"
:
"make -j 12"
,
"sync"
:
false
},
"AUR"
:{
"doc"
:
"local buildder for testing AUR-package"
,
"hostname"
:
"
luthie
n"
,
"hostname"
:
"
melia
n"
,
"configureCall"
:
"/home/ram/src/cdo/configure --prefix=/usr --with-netcdf=/usr --with-udunits2=/usr --with-hdf5=/usr --with-szlib=/usr --with-proj=/usr --with-fftw3 --with-curl=/usr --with-eccodes=/usr --with-magics=/usr --with-libxml2=/usr CFLAGS='-g -O3 -std=gnu99 -Wall -fopenmp -march=native' CXXFLAGS='-g -O3 -std=c++11 -Wall -fopenmp -march=native' LIBS='-lhdf5 -ljasper -lpng -lopenjpeg' CPPFLAGS='-I/usr/include/magics -I/usr/include/libxml2'"
,
"makeCall"
:
"make -j 12"
,
"sync"
:
false
...
...
@@ -151,7 +151,7 @@
"sync"
:
true
},
"localIntel"
:
{
"hostname"
:
"
luthie
n"
,
"hostname"
:
"
melia
n"
,
"configureCall"
:
"/home/ram/src/cdo/configure --with-netcdf --with-eccodes CC=/home/ram/src/tools/spack/opt/spack/linux-arch-x86_64/gcc-7.2.0/intel-18.0.1-si3z4sjcsfivnzl6znctszuevsktcflf/compilers_and_libraries_2018.1.163/linux/bin/intel64/icc CXX=/home/ram/src/tools/spack/opt/spack/linux-arch-x86_64/gcc-7.2.0/intel-18.0.1-si3z4sjcsfivnzl6znctszuevsktcflf/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc FC=/home/ram/src/tools/spack/opt/spack/linux-arch-x86_64/gcc-7.2.0/intel-18.0.1-si3z4sjcsfivnzl6znctszuevsktcflf/compilers_and_libraries_2018.1.163/linux/bin/intel64/ifort"
,
"makeCall"
:
"make -j 12"
,
"sync"
:
false
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment