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
Merge requests
!11
Consolidation with CDI-PIO (1.8.x)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Consolidation with CDI-PIO (1.8.x)
cdi-1.8.x-pio-merge-followup
into
cdi-1.8.x
Overview
21
Commits
663
Pipelines
28
Changes
236+
Merged
Sergey Kosukhin
requested to merge
cdi-1.8.x-pio-merge-followup
into
cdi-1.8.x
3 years ago
Overview
11
Commits
663
Pipelines
28
Changes
236
Expand
This is a follow-up on
!8 (closed)
.
Edited
2 years ago
by
Sergey Kosukhin
0
0
Merge request reports
Compare
cdi-1.8.x
version 24
6717d915
2 years ago
version 23
85b7a1ea
2 years ago
version 22
7b234d41
2 years ago
version 21
1bc5e581
2 years ago
version 20
18d44119
2 years ago
version 19
305c51a7
2 years ago
version 18
8bb6ae45
2 years ago
version 17
ebd885a0
2 years ago
version 16
d7ae9ee7
2 years ago
version 15
fe20219e
2 years ago
version 14
a2a63b7e
2 years ago
version 13
91737b64
2 years ago
version 12
5eb8cbb1
3 years ago
version 11
d9f38654
3 years ago
version 10
d9f38654
3 years ago
version 9
a41dd2c4
3 years ago
version 8
a7a2b4fd
3 years ago
version 7
98293507
3 years ago
version 6
98293507
3 years ago
version 5
48a56362
3 years ago
version 4
4a4b8677
3 years ago
version 3
23b28f72
3 years ago
version 2
352b4cfe
3 years ago
version 1
352b4cfe
3 years ago
cdi-1.8.x (base)
and
latest version
latest version
d6ede7b4
663 commits,
2 years ago
version 24
6717d915
662 commits,
2 years ago
version 23
85b7a1ea
662 commits,
2 years ago
version 22
7b234d41
662 commits,
2 years ago
version 21
1bc5e581
666 commits,
2 years ago
version 20
18d44119
660 commits,
2 years ago
version 19
305c51a7
659 commits,
2 years ago
version 18
8bb6ae45
658 commits,
2 years ago
version 17
ebd885a0
653 commits,
2 years ago
version 16
d7ae9ee7
652 commits,
2 years ago
version 15
fe20219e
650 commits,
2 years ago
version 14
a2a63b7e
647 commits,
2 years ago
version 13
91737b64
647 commits,
2 years ago
version 12
5eb8cbb1
640 commits,
3 years ago
version 11
d9f38654
638 commits,
3 years ago
version 10
d9f38654
98 commits,
3 years ago
version 9
a41dd2c4
69 commits,
3 years ago
version 8
a7a2b4fd
67 commits,
3 years ago
version 7
98293507
62 commits,
3 years ago
version 6
98293507
62 commits,
3 years ago
version 5
48a56362
63 commits,
3 years ago
version 4
4a4b8677
61 commits,
3 years ago
version 3
23b28f72
61 commits,
3 years ago
version 2
352b4cfe
60 commits,
3 years ago
version 1
352b4cfe
600 commits,
3 years ago
236+ files
+
69919
−
45376
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
236+
Search (e.g. *.vue) (Ctrl+P)
Some changes are not shown.
For a faster browsing experience, only
236 of 236+
files are shown. Download one of the files below to see all changes.
Plain diff
Patches
.ci/bb/breeze-mpim/test.all.clang
0 → 100755
+
34
−
0
Options
#!/bin/bash
set
-eu
set
-o
pipefail
script_dir
=
$(
cd
"
$(
dirname
"
$0
"
)
"
;
pwd
)
top_srcdir
=
$(
cd
"
${
script_dir
}
/../../.."
;
pwd
)
.
"
${
script_dir
}
/utils.sh"
init_clang1201
test
-f
"
${
top_srcdir
}
/configure"
||
"
${
top_srcdir
}
/autogen.sh"
"
${
top_srcdir
}
/configure"
\
--disable-maintainer-mode
\
--enable-cf-interface
\
--enable-iso-c-interface
\
--enable-mpi
\
--enable-option-checking
=
fatal
\
--enable-ppm-dist-array
\
--with-eccodes
=
"
${
ECCODES_ROOT
}
"
\
--with-netcdf
=
"
${
NETCDF_ROOT
}
"
\
CC
=
"
${
MPICC
}
"
\
CPPFLAGS
=
"-I
${
UUID_ROOT
}
/include"
\
FC
=
"
${
MPIFC
}
"
\
LDFLAGS
=
"-I
${
UUID_ROOT
}
/lib"
\
MPI_LAUNCH
=
"
${
MPI_LAUNCH
}
"
\
PKG_CONFIG_PATH
=
"
${
YAXT_ROOT
}
/lib/pkgconfig:
${
PPM_ROOT
}
/lib/pkgconfig"
make
-j8
make
-j8
check
||
{
cat
tests/test-suite.log
;
exit
1
;
}
check_all_tests_passed tests/test-suite.log
Loading