Skip to content
Snippets Groups Projects
Commit 23a705f6 authored by Ralf Mueller's avatar Ralf Mueller :fishing_pole_and_fish:
Browse files

idk

parent a83e790c
No related branches found
No related tags found
No related merge requests found
Pipeline #2451 failed
......@@ -11,13 +11,14 @@ build-gcc64:
before_script:
- . /sw/rhel6-x64/etc/profile.mistral && module list
- module load libtool autoconf automake
- module load gcc/6.4.0
# - git clone http://gitlab+deploy-token-2:Ei3CtzbsMN-v-S7LGkPZ@gitlab.dkrz.de/mpim-sw/libcdi.git && cd libcdi && git checkout develop
- pwd
- ls -alh
- cd libcdi && git checkout develop
- autoreconf -vfi && (cd libcdi && ./autogen.sh)
- ls -alh libcdi
- cd libcdi && git checkout develop && autogen.sh
- autoreconf -vfi --no-recursive
script:
- module load gcc/6.4.0
- mkdir gcc64 && cd gcc64 && ../configure CC=/sw/rhel6-x64/gcc/gcc-6.4.0/bin/gcc CXX=/sw/rhel6-x64/gcc/gcc-6.4.0/bin/g++ FC=/sw/rhel6-x64/gcc/gcc-6.4.0/bin/gfortran && make -j 4
artifacts:
paths:
......@@ -46,6 +47,7 @@ build-intel18:
- cd libcdi && git checkout develop
- autoreconf -vfi && (cd libcdi && ./autogen.sh)
script:
- module load gcc/6.4.0 intel
- mkdir intel18 && cd intel18 && ../configure CC=/sw/rhel6-x64/intel/intel-18.0.4/bin/icc CXX=/sw/rhel6-x64/intel/intel-18.0.4/bin/icpc FC=/sw/rhel6-x64/intel/intel-18.0.4/bin/ifort && make -j 4
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment