Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TurTLE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
TurTLE
TurTLE
Commits
b3ea9a71
Commit
b3ea9a71
authored
1 year ago
by
Cristian Lalescu
Browse files
Options
Downloads
Patches
Plain Diff
updates images, toolchains
parent
953cb65f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+20
-34
20 additions, 34 deletions
.gitlab-ci.yml
with
20 additions
and
34 deletions
.gitlab-ci.yml
+
20
−
34
View file @
b3ea9a71
...
@@ -7,7 +7,7 @@ image: gitlab-registry.mpcdf.mpg.de/mpcdf/module-image:latest
...
@@ -7,7 +7,7 @@ image: gitlab-registry.mpcdf.mpg.de/mpcdf/module-image:latest
.load_modules
:
&load_modules
|
.load_modules
:
&load_modules
|
module purge
module purge
module load cmake ${COMPILER} ${MPI} gsl hdf5-mpi
/1.14.1
fftw-mpi anaconda/3/2023.03
module load cmake ${COMPILER} ${MPI} gsl hdf5-mpi fftw-mpi anaconda/3/2023.03
export FFTW_DIR=$FFTW_HOME
export FFTW_DIR=$FFTW_HOME
.build
:
&build
|
.build
:
&build
|
...
@@ -32,22 +32,20 @@ image: gitlab-registry.mpcdf.mpg.de/mpcdf/module-image:latest
...
@@ -32,22 +32,20 @@ image: gitlab-registry.mpcdf.mpg.de/mpcdf/module-image:latest
export CXX=${GCC_HOME}/bin/g++
export CXX=${GCC_HOME}/bin/g++
.export_INTEL_compilers
:
&export_INTEL_compilers
|
.export_INTEL_compilers
:
&export_INTEL_compilers
|
export CC=ic
c
export CC=ic
x
export CXX=icp
c
export CXX=icp
x
#.allow_docker_run_as_root: &allow_docker_run_as_root |
# export OMPI_ALLOW_RUN_AS_ROOT=1
# export OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
build-gcc-openmpi
:
build-gcc-openmpi
:
image
:
gitlab-registry.mpcdf.mpg.de/mpcdf/ci-module-image/gcc_13-openmpi_4_1
stage
:
build
stage
:
build
script
:
script
:
-
*load_modules
-
*load_modules
-
*export_GCC_compilers
-
*export_GCC_compilers
-
*build
-
*build
variables
:
variables
:
COMPILER
:
"
gcc/1
1
"
COMPILER
:
"
gcc/1
3
"
MPI
:
"
openmpi/4"
MPI
:
"
openmpi/4
.1
"
tags
:
tags
:
-
docker
-
docker
artifacts
:
artifacts
:
...
@@ -57,6 +55,7 @@ build-gcc-openmpi:
...
@@ -57,6 +55,7 @@ build-gcc-openmpi:
when
:
always
when
:
always
build-gcc-impi
:
build-gcc-impi
:
image
:
gitlab-registry.mpcdf.mpg.de/mpcdf/ci-module-image/gcc_13-impi_2021_9
stage
:
build
stage
:
build
script
:
script
:
-
*load_modules
-
*load_modules
...
@@ -65,8 +64,8 @@ build-gcc-impi:
...
@@ -65,8 +64,8 @@ build-gcc-impi:
export MPI_HOME=${I_MPI_ROOT}
export MPI_HOME=${I_MPI_ROOT}
-
*build
-
*build
variables
:
variables
:
COMPILER
:
"
gcc/1
1
"
COMPILER
:
"
gcc/1
3
"
MPI
:
"
impi/2021.
7
"
MPI
:
"
impi/2021.
9
"
tags
:
tags
:
-
docker
-
docker
artifacts
:
artifacts
:
...
@@ -76,6 +75,7 @@ build-gcc-impi:
...
@@ -76,6 +75,7 @@ build-gcc-impi:
when
:
always
when
:
always
build-intel
:
build-intel
:
image
:
gitlab-registry.mpcdf.mpg.de/mpcdf/ci-module-image/intel_2023_1_0_x-impi_2021_9
stage
:
build
stage
:
build
script
:
script
:
-
*load_modules
-
*load_modules
...
@@ -84,8 +84,8 @@ build-intel:
...
@@ -84,8 +84,8 @@ build-intel:
export MPI_HOME=${I_MPI_ROOT}
export MPI_HOME=${I_MPI_ROOT}
-
*build
-
*build
variables
:
variables
:
COMPILER
:
"
intel/2
1.7.1
"
COMPILER
:
"
intel/2
023.1.0.x
"
MPI
:
"
impi/2021.
7
"
MPI
:
"
impi/2021.
9
"
tags
:
tags
:
-
docker
-
docker
artifacts
:
artifacts
:
...
@@ -95,6 +95,7 @@ build-intel:
...
@@ -95,6 +95,7 @@ build-intel:
when
:
always
when
:
always
test-gcc-impi
:
test-gcc-impi
:
image
:
gitlab-registry.mpcdf.mpg.de/mpcdf/ci-module-image/gcc_13-impi_2021_9
stage
:
test
stage
:
test
script
:
script
:
-
*load_modules
-
*load_modules
...
@@ -105,29 +106,14 @@ test-gcc-impi:
...
@@ -105,29 +106,14 @@ test-gcc-impi:
tags
:
tags
:
-
docker
-
docker
variables
:
variables
:
COMPILER
:
"
gcc/1
1
"
COMPILER
:
"
gcc/1
3
"
MPI
:
"
impi/2021.
7
"
MPI
:
"
impi/2021.
9
"
needs
:
needs
:
-
job
:
build-gcc-impi
-
job
:
build-gcc-impi
artifacts
:
true
artifacts
:
true
#test-gcc-openmpi:
# stage: test
# script:
# - *load_modules
# - *export_GCC_compilers
# - *allow_docker_run_as_root
# - *run_tests
# tags:
# - docker
# variables:
# COMPILER: "gcc"
# MPI: "openmpi"
# needs:
# - job: build-gcc-openmpi
# artifacts: true
test-intel
:
test-intel
:
image
:
gitlab-registry.mpcdf.mpg.de/mpcdf/ci-module-image/intel_2023_1_0_x-impi_2021_9
stage
:
test
stage
:
test
script
:
script
:
-
*load_modules
-
*load_modules
...
@@ -138,8 +124,8 @@ test-intel:
...
@@ -138,8 +124,8 @@ test-intel:
tags
:
tags
:
-
docker
-
docker
variables
:
variables
:
COMPILER
:
"
intel/2
1.7.1
"
COMPILER
:
"
intel/2
023.1.0.x
"
MPI
:
"
impi/2021.
7
"
MPI
:
"
impi/2021.
9
"
needs
:
needs
:
-
job
:
build-intel
-
job
:
build-intel
artifacts
:
true
artifacts
:
true
...
@@ -160,8 +146,8 @@ build-doc:
...
@@ -160,8 +146,8 @@ build-doc:
tags
:
tags
:
-
docker
-
docker
variables
:
variables
:
COMPILER
:
"
gcc/1
1
"
COMPILER
:
"
gcc/1
3
"
MPI
:
"
impi/2021.
7
"
MPI
:
"
impi/2021.
9
"
artifacts
:
artifacts
:
paths
:
paths
:
-
build-doc/
-
build-doc/
...
...
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