Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fpincheck
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
Markus Rampp
fpincheck
Commits
ee1dc914
Commit
ee1dc914
authored
8 months ago
by
Markus Rampp
Browse files
Options
Downloads
Patches
Plain Diff
CI: adapt to new gitlab ci module image at MPCDF
parent
e58c1a35
No related branches found
No related tags found
No related merge requests found
Pipeline
#221512
passed
8 months ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-7
8 additions, 7 deletions
.gitlab-ci.yml
with
8 additions
and
7 deletions
.gitlab-ci.yml
+
8
−
7
View file @
ee1dc914
image
:
gitlab-registry.mpcdf.mpg.de/mpcdf/module-image
stages
:
-
build
-
test
...
...
@@ -8,8 +5,9 @@ stages:
build-gcc
:
stage
:
build
image
:
gitlab-registry.mpcdf.mpg.de/mpcdf/ci-module-image/gcc_13-openmpi_4_1:2024
script
:
-
module load gcc
/12
openmpi
/4
-
module load gcc openmpi
-
make COMPILER=GCC MPIFC=mpifort MPILD=mpifort
artifacts
:
paths
:
...
...
@@ -19,8 +17,9 @@ build-gcc:
build-intel
:
stage
:
build
image
:
gitlab-registry.mpcdf.mpg.de/mpcdf/ci-module-image/intel_2023_1_0_x-impi_2021_9:2024
script
:
-
module load intel
/2023.1.0.x impi/2021.9
-
module load intel
impi
-
make COMPILER=INTEL
artifacts
:
paths
:
...
...
@@ -30,8 +29,9 @@ build-intel:
test-gcc
:
stage
:
test
image
:
gitlab-registry.mpcdf.mpg.de/mpcdf/ci-module-image/gcc_13-openmpi_4_1:2024
script
:
-
module load gcc
/12
openmpi
/4
-
module load gcc openmpi
-
export OMP_NUM_THREADS=2
-
export OMP_PLACES=cores
-
mpiexec -n 2 ./pinning_mpi.x
...
...
@@ -40,8 +40,9 @@ test-gcc:
test-intel
:
stage
:
test
image
:
gitlab-registry.mpcdf.mpg.de/mpcdf/ci-module-image/intel_2023_1_0_x-impi_2021_9:2024
script
:
-
module load intel
/2023.1.0.x impi/2021.9
-
module load intel
impi
-
export OMP_NUM_THREADS=2
-
export OMP_PLACES=cores
-
mpiexec -n 2 ./pinning_mpi.x
...
...
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