Skip to content
Snippets Groups Projects
Commit fe846dce authored by Kerstin Ronneberger's avatar Kerstin Ronneberger
Browse files

funkt module load?

parent 40aa137c
No related branches found
No related tags found
No related merge requests found
Pipeline #2516 passed
......@@ -9,7 +9,7 @@ stages:
build-gcc64:
stage: build
before_script:
- . /sw/rhel6-x64/etc/profile.mistral && module list
- module list
- module load libtool autoconf automake
- cd libcdi && git checkout develop && ./autogen.sh && cd ..
- autoreconf -vfi --no-recursive
......@@ -23,7 +23,7 @@ build-gcc64:
artifacts:
paths:
- $CI_BUILDS_DIR/mpim-sw/cdo
expire_in: 5min
expire_in: 15min
only:
- gitlab-ci
tags:
......@@ -33,7 +33,7 @@ check-gcc64:
stage: check
needs: ["build-gcc64"]
before_script:
- . /sw/rhel6-x64/etc/profile.mistral && module list
- module list
script:
- module load gcc/6.4.0
- cd gcc64 && make check
......@@ -45,7 +45,7 @@ check-gcc64:
build-intel18:
stage: build
before_script:
- . /sw/rhel6-x64/etc/profile.mistral && module list
- module list
- module load libtool autoconf automake
- cd libcdi && git checkout develop && ./autogen.sh && cd ..
- autoreconf -vfi --no-recursive
......@@ -55,7 +55,7 @@ build-intel18:
artifacts:
paths:
- $CI_BUILDS_DIR/mpim-sw/cdo
expire_in: 5min
expire_in: 15min
only:
- gitlab-ci
tags:
......@@ -65,7 +65,7 @@ check-intel18:
stage: check
needs: ["build-intel18"]
before_script:
- . /sw/rhel6-x64/etc/profile.mistral && module list
- module list
script:
- module load gcc/6.4.0 intel
- cd intel18 && make check
......
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