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
a6cbc789
Commit
a6cbc789
authored
2 years ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
Move CI script for ICON serial integration to Levante.
parent
3526fc98
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!11
Consolidation with CDI-PIO (1.8.x)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.ci/bb/levante-dkrz/test.icon.gcc-11.2.0
+14
-7
14 additions, 7 deletions
.ci/bb/levante-dkrz/test.icon.gcc-11.2.0
with
14 additions
and
7 deletions
.ci/bb/
mistral
-dkrz/test.icon.gcc-
6.4
.0
→
.ci/bb/
levante
-dkrz/test.icon.gcc-
11.2
.0
+
14
−
7
View file @
a6cbc789
...
...
@@ -6,13 +6,10 @@ script_dir=$(cd "$(dirname "$0")"; pwd)
top_srcdir
=
$(
cd
"
${
script_dir
}
/../../.."
;
pwd
)
.
"
${
script_dir
}
/utils.sh"
init_gcc
64
0
init_gcc
112
0
test
-f
"
${
top_srcdir
}
/configure"
||
"
${
top_srcdir
}
/autogen.sh"
# The configure wrappers of ICON export LD_LIBRARY_PATH:
export
LD_LIBRARY_PATH
=
"
${
NETCDF_ROOT
}
/lib:
${
GRIBAPI_ROOT
}
/lib:
${
LD_LIBRARY_PATH
-
}
"
"
${
top_srcdir
}
/configure"
\
--disable-cdi-app
\
--disable-maintainer-mode
\
...
...
@@ -32,15 +29,25 @@ export LD_LIBRARY_PATH="${NETCDF_ROOT}/lib:${GRIBAPI_ROOT}/lib:${LD_LIBRARY_PATH
--without-grib_api
\
--without-szlib
\
--without-threads
\
BUILD_CC
=
\
BUILD_CFLAGS
=
\
BUILD_CXX
=
\
BUILD_F77
=
\
BUILD_FC
=
\
BUILD_FCFLAGS
=
\
BUILD_LDFLAGS
=
\
BUILD_LIBS
=
\
BUILD_MPI_C_LIB
=
\
BUILD_MPI_FC_LIB
=
\
CC
=
"
${
MPICC
}
"
\
CFLAGS
=
'-g -march=native -mpc64 -O2'
\
CPPFLAGS
=
"-I
${
NETCDF_ROOT
}
/include -I
${
GRIBAPI
_ROOT
}
/include"
\
CPPFLAGS
=
"-I
${
NETCDF_ROOT
}
/include -I
${
ECCODES
_ROOT
}
/include"
\
CXX
=
no
\
F77
=
no
\
FC
=
"
${
MPIFC
}
"
\
FCFLAGS
=
'-std=f2008 -fmodule-private -fimplicit-none -fmax-identifier-length=63 -Wall -Wcharacter-truncation -Wconversion -Wunderflow -Wunused-parameter -Wno-surprising -fall-intrinsics -g -march=native -mpc64'
\
LDFLAGS
=
"-L
${
NETCDF_ROOT
}
/lib -L
${
GRIBAPI
_ROOT
}
/lib"
\
LIBS
=
'-l
grib_api
-lnetcdf'
\
LDFLAGS
=
"-L
${
NETCDF_ROOT
}
/lib -L
${
ECCODES
_ROOT
}
/lib
64
"
\
LIBS
=
'-l
eccodes
-lnetcdf'
\
MPIROOT
=
\
MPI_C_INCLUDE
=
\
MPI_C_LIB
=
\
...
...
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