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
c65bfddc
Commit
c65bfddc
authored
5 years ago
by
Ralf Mueller
Browse files
Options
Downloads
Patches
Plain Diff
avoid manual loading of the module system
parent
011065d6
No related branches found
No related tags found
No related merge requests found
Pipeline
#2505
failed
5 years ago
Stage: build
Stage: check
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-7
0 additions, 7 deletions
.gitlab-ci.yml
with
0 additions
and
7 deletions
.gitlab-ci.yml
+
0
−
7
View file @
c65bfddc
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
...
...
@@ -9,7 +8,6 @@ stages:
build-gcc64
:
stage
:
build
before_script
:
-
. /sw/rhel6-x64/etc/profile.mistral && module list
-
module load libtool autoconf automake
-
cd libcdi && git checkout develop && ./autogen.sh && cd ..
-
autoreconf -vfi --no-recursive
...
...
@@ -28,8 +26,6 @@ build-gcc64:
check-gcc64
:
stage
:
check
needs
:
[
"
build-gcc64"
]
before_script
:
-
. /sw/rhel6-x64/etc/profile.mistral && module list
script
:
-
module load gcc/6.4.0
-
cd gcc64 && make check
...
...
@@ -41,7 +37,6 @@ check-gcc64:
build-intel18
:
stage
:
build
before_script
:
-
. /sw/rhel6-x64/etc/profile.mistral && module list
-
module load libtool autoconf automake
-
cd libcdi && git checkout develop && ./autogen.sh && cd ..
-
autoreconf -vfi --no-recursive
...
...
@@ -60,8 +55,6 @@ build-intel18:
check-intel18
:
stage
:
check
needs
:
[
"
build-intel18"
]
before_script
:
-
. /sw/rhel6-x64/etc/profile.mistral && module list
script
:
-
module load gcc/6.4.0 intel
-
cd intel18 && make check
...
...
This diff is collapsed.
Click to expand it.
Ralf Mueller
@k202125
mentioned in commit
f6f7357c
·
5 years ago
mentioned in commit
f6f7357c
mentioned in commit f6f7357c6909c326dfa10dccf9e5d5cb824854f8
Toggle commit list
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