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
2aa3b17a
Commit
2aa3b17a
authored
3 years ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
Update CI scripts on Breeze: switch to a dedicated software stack.
parent
3cecdc3c
No related branches found
No related tags found
1 merge request
!14
Draft: K202125/cdi 1.8.x pio merge followup
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ci/bb/breeze-mpim/test.all.nv-21.3.0
+1
-1
1 addition, 1 deletion
.ci/bb/breeze-mpim/test.all.nv-21.3.0
.ci/bb/breeze-mpim/utils.sh
+16
-10
16 additions, 10 deletions
.ci/bb/breeze-mpim/utils.sh
with
17 additions
and
11 deletions
.ci/bb/breeze-mpim/test.all.nv-21.3.0
+
1
−
1
View file @
2aa3b17a
...
...
@@ -21,7 +21,7 @@ init_nv2130
--enable-mpi
\
--enable-option-checking
=
fatal
\
--enable-ppm-dist-array
\
--with-
grib-api
=
"
${
GRIBAPI
_ROOT
}
"
\
--with-
eccodes
=
"
${
ECCODES
_ROOT
}
"
\
--with-netcdf
=
"
${
NETCDF_ROOT
}
"
\
CC
=
"
${
MPICC
}
"
\
FC
=
"
${
MPIFC
}
"
\
...
...
This diff is collapsed.
Click to expand it.
.ci/bb/breeze-mpim/utils.sh
+
16
−
10
View file @
2aa3b17a
...
...
@@ -97,7 +97,6 @@ init_env ()
saved_set
=
$-
set
+eu
.
/etc/profile.d/mpim.sh
module use /data/mpi/sclab/sip/m300488/nvhpc/modulefiles
set
-
${
saved_set
}
switch_for_module automake/1.16.1
...
...
@@ -112,23 +111,30 @@ init_env ()
init_nv2130
()
{
init_env
switch_for_module
nvhpc/21.3
switch_for_module
gcc/6.3.0
# The default environment module of NVHPC sets variables, which we do not
# want:
unset
CC CPP CXX F77 F90 FC
export
NVHPC
=
'/data/mpi/sclab/sip/m300488/nvhpc'
export
NVLOCALRC
=
"
${
NVHPC
}
/Linux_x86_64/21.3/compilers/bin/localrc.60300"
export
PATH
=
"
${
NVHPC
}
/Linux_x86_64/21.3/compilers/bin:
${
PATH
-
}
"
CC
=
nvc
CXX
=
nvc++
FC
=
nvfortran
export
PATH
=
"/data/mpi/sclab/sip/m300488/libcdi-ci-sw/nvhpc-21.3-sandybridge/mpich-3.4.2-sfxulsj/bin:
${
PATH
-
}
"
MPICC
=
mpicc
MPIFC
=
mpif90
MPI_LAUNCH
=
"
$(
which mpirun
)
--mca mpi_cuda_support 0 --oversubscribe"
MPI_LAUNCH
=
"
$(
which mpirun
)
"
ECCODES_ROOT
=
'/data/mpi/sclab/sip/m300488/libcdi-ci-sw/gcc-6.3.0-sandybridge/eccodes-2.21.0-3sdngaq'
NETCDF_ROOT
=
'/data/mpi/sclab/sip/m300488/libcdi-ci-sw/nvhpc-21.3-sandybridge/netcdf-c-4.8.0-vjppuov'
PPM_ROOT
=
'/data/mpi/sclab/sip/m300488/libcdi-ci-sw/nvhpc-21.3-sandybridge/scales-ppm-1.0.7-uy4z72r'
YAXT_ROOT
=
'/data/mpi/sclab/sip/m300488/libcdi-ci-sw/nvhpc-21.3-sandybridge/yaxt-0.9.2.1-lbqqemx'
GRIBAPI_ROOT
=
'/sw/stretch-x64/grib_api/grib_api-1.21.0-gccsys'
NETCDF_ROOT
=
'/sw/stretch-x64/netcdf/netcdf_c-4.6.1'
PPM
_ROOT
=
'/data/mpi/sclab/sip/m300488/cdi-
pio
-sw/
ppm
-1.0.
6-nv21
'
YAXT_ROOT
=
'/data/mpi/sclab/sip/m300488/cdi-pio-sw/yaxt-0.9.0-nv21'
# Here we fix a never-ending story with Libtool overlinkning, absence of
# '*.la' files when they could help, and '-Wl,--disable/enable-new-dtags':
HDF5
_ROOT
=
'/data/mpi/sclab/sip/m300488/
lib
cdi-
ci
-sw/
nvhpc-21.3-sandybridge/hdf5
-1.
1
0.
7-h7pvthl
'
export
LD_LIBRARY_PATH
=
"
${
ECCODES_ROOT
}
/lib:
${
HDF5_ROOT
}
/lib:
${
LD_LIBRARY_PATH
-
}
"
}
#
...
...
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