Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
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
mpim-sw
libcdi
Commits
18250c5d
Commit
18250c5d
authored
4 years ago
by
Ralf Mueller
Browse files
Options
Downloads
Patches
Plain Diff
enable parallel tests
parent
97573e77
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#3072
failed
4 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+22
-22
22 additions, 22 deletions
.gitlab-ci.yml
with
22 additions
and
22 deletions
.gitlab-ci.yml
+
22
−
22
View file @
18250c5d
...
...
@@ -21,25 +21,25 @@ build-serial:
only
:
-
gitlab-ci
#
build-parallel:
#
stage: build
#
before_script:
#
- . /sw/rhel6-x64/etc/profile.mistral && module list
#
script:
#
- /sw/rhel6-x64/gcc/gcc-6.4.0/bin/gcc --version
#
- module load gcc/6.4.0
#
- module load intel
#
- module load openmpi/2.0.2p2_hpcx-intel14
#
- mpif90 --version
#
- mpicc --version
#
- mpirun --help
#
- ulimit -a
#
- mkdir gcc64-mpi && cd gcc64-mpi && ../configure CC=mpicc FC=mpif90 --with-netcdf=/sw/rhel6-x64/netcdf/netcdf_c-4.4.0-parallel-openmpi2-intel14 --with-szlib=/sw/rhel6-x64/sys/libaec-0.3.2-gcc48 --enable-iso-c-interface --with-jasper --with-grib_api=/sw/rhel6-x64/grib_api/grib_api-1.15.0-intel14 --enable-mpi && make -j2
#
artifacts:
#
paths:
#
- gcc64/config.log
#
expire_in: 5min
#
tags:
#
- xen, mistral
#
only:
#
- gitlab-ci
build-parallel
:
stage
:
build
before_script
:
-
. /sw/rhel6-x64/etc/profile.mistral && module list
script
:
-
/sw/rhel6-x64/gcc/gcc-6.4.0/bin/gcc --version
-
module load gcc/6.4.0
-
module load intel
-
module load openmpi/2.0.2p2_hpcx-intel14
-
mpif90 --version
-
mpicc --version
-
mpirun --help
-
ulimit -a
-
mkdir gcc64-mpi && cd gcc64-mpi && ../configure CC=mpicc FC=mpif90 --with-netcdf=/sw/rhel6-x64/netcdf/netcdf_c-4.4.0-parallel-openmpi2-intel14 --with-szlib=/sw/rhel6-x64/sys/libaec-0.3.2-gcc48 --enable-iso-c-interface --with-jasper --with-grib_api=/sw/rhel6-x64/grib_api/grib_api-1.15.0-intel14 --enable-mpi && make -j2
artifacts
:
paths
:
-
gcc64/config.log
expire_in
:
5min
tags
:
-
xen, mistral
only
:
-
gitlab-ci
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