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
305c51a7
Commit
305c51a7
authored
2 years ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
Update CI scripts on Daint: account for the software update.
parent
8bb6ae45
No related branches found
No related tags found
1 merge request
!14
Draft: K202125/cdi 1.8.x pio merge followup
Pipeline
#19700
failed
2 years ago
Stage: external
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ci/bb/daint-cscs/test.all.cray-12.0.3
+1
-1
1 addition, 1 deletion
.ci/bb/daint-cscs/test.all.cray-12.0.3
.ci/bb/daint-cscs/utils.sh
+18
-11
18 additions, 11 deletions
.ci/bb/daint-cscs/utils.sh
with
19 additions
and
12 deletions
.ci/bb/daint-cscs/test.all.cray-1
1
.0.
0
→
.ci/bb/daint-cscs/test.all.cray-1
2
.0.
3
+
1
−
1
View file @
305c51a7
...
...
@@ -7,7 +7,7 @@ script_dir=$(cd "$(dirname "$0")"; pwd)
top_srcdir
=
$(
cd
"
${
script_dir
}
/../../.."
;
pwd
)
.
"
${
script_dir
}
/utils.sh"
init_cray1
100
init_cray1
203
test
-f
"
${
top_srcdir
}
/configure"
||
"
${
top_srcdir
}
/autogen.sh"
...
...
This diff is collapsed.
Click to expand it.
.ci/bb/daint-cscs/utils.sh
+
18
−
11
View file @
305c51a7
...
...
@@ -98,21 +98,21 @@ init_env ()
}
#
# Sets variables for tests with Cray 1
1
.0.
0
.
# Sets variables for tests with Cray 1
2
.0.
3
.
#
init_cray1
100
()
init_cray1
203
()
{
init_env
switch_for_module craype PrgEnv-cray cce/1
1
.0.
0
cray-mpich cray-netcdf
switch_for_module craype PrgEnv-cray cce/1
2
.0.
3
cray-mpich cray-netcdf
CC
=
cc
CXX
=
CC
FC
=
ftn
MPI_LAUNCH
=
"
$(
which srun
)
-p cscsci -C gpu -A d56 -t 05:00"
ECCODES_ROOT
=
'/project/d56/libcdi-ci-sw/cce-1
1
.0.
0
-haswell/eccodes-2.2
1.0-x3o7v65
'
PPM_ROOT
=
'/project/d56/libcdi-ci-sw/cce-1
1
.0.
0
-haswell/scales-ppm-1.0.
6
-4
3iofhw
'
YAXT_ROOT
=
'/project/d56/libcdi-ci-sw/cce-1
1
.0.
0
-haswell/yaxt-0.9.
0-h6fg2ur
'
ECCODES_ROOT
=
'/project/d56/libcdi-ci-sw/cce-1
2
.0.
3
-haswell/eccodes-2.2
4.2-o2a4fw3
'
PPM_ROOT
=
'/project/d56/libcdi-ci-sw/cce-1
2
.0.
3
-haswell/scales-ppm-1.0.
8
-4
4zlrlu
'
YAXT_ROOT
=
'/project/d56/libcdi-ci-sw/cce-1
2
.0.
3
-haswell/yaxt-0.9.
2.1-enz3pcz
'
# Here we fix a never-ending story with Libtool overlinkning, absence of
# '*.la' files when they could help, and '-Wl,--disable/enable-new-dtags':
...
...
@@ -125,17 +125,24 @@ init_cray1100 ()
init_pgi2011
()
{
init_env
switch_for_module craype PrgEnv-pgi pgi/20.1.1 cray-mpich cray-netcdf
# We use deprecated versions (the most recent compatible with PGI though) of
# the Cray packages and have to make sure that the default versions are
# unloaded (otherwise, we get various warnings and errors):
module unload cray-mpich cray-netcdf cray-netcdf-hdf5parallel cray-hdf5 cray-hdf5-parallel
switch_for_module craype PrgEnv-pgi/6.0.8 pgi/20.1.1 cray-mpich/7.7.15 cray-netcdf/4.7.4.0 cray-hdf5/1.12.0.0
CC
=
cc
CXX
=
CC
FC
=
ftn
MPI_LAUNCH
=
"
$(
which srun
)
-p cscsci -C gpu -A d56 -t 05:00"
ECCODES_ROOT
=
'/project/d56/libcdi-ci-sw/pgi-20.1.1-haswell/eccodes-2.21.0-hxzyycf'
PPM_ROOT
=
'/project/d56/libcdi-ci-sw/pgi-20.1.1-haswell/scales-ppm-1.0.6-tjpvz46'
# YAXT 0.9.0 cannot be built with PGI 20.1.1:
YAXT_ROOT
=
'/project/d56/libcdi-ci-sw/pgi-20.1.1-haswell/yaxt-0.7.0-p1-lirxrt4'
ECCODES_ROOT
=
'/project/d56/libcdi-ci-sw/pgi-20.1.1-haswell/eccodes-2.24.2-hwtl5nr'
PPM_ROOT
=
'/project/d56/libcdi-ci-sw/pgi-20.1.1-haswell/scales-ppm-1.0.8-z2nxqya'
YAXT_ROOT
=
'/project/d56/libcdi-ci-sw/pgi-20.1.1-haswell/yaxt-0.9.2.1-3orop7g'
# The deprecated versions of the Cray packages are not in the default linker
# search path:
export
LD_LIBRARY_PATH
=
"
${
MPICH_DIR
}
/lib:
${
NETCDF_DIR
}
/lib:
${
HDF5_DIR
}
/lib:
${
LD_LIBRARY_PATH
-
}
"
# Here we fix a never-ending story with Libtool overlinkning, absence of
# '*.la' files when they could help, and '-Wl,--disable/enable-new-dtags':
...
...
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