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
f8b7474e
Commit
f8b7474e
authored
3 years ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
Build examples (that are not needed for testing) when 'make all'.
parent
62b21151
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!34
Version 2.2.0
,
!13
Consolidation with CDI-PIO (develop)
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/Makefile.am
+3
-1
3 additions, 1 deletion
examples/Makefile.am
examples/pio/Makefile.am
+3
-3
3 additions, 3 deletions
examples/pio/Makefile.am
with
6 additions
and
4 deletions
examples/Makefile.am
+
3
−
1
View file @
f8b7474e
SUBDIRS
=
pio
check
_PROGRAMS
=
\
noinst
_PROGRAMS
=
\
cdi_append
\
cdi_copy
\
cdi_read
\
...
...
@@ -10,6 +10,8 @@ check_PROGRAMS = \
cdi_write_local
\
cdi_write_relativ
check_PROGRAMS
=
if
ENABLE_NETCDF
check_PROGRAMS
+=
cdi_write_const
endif
...
...
This diff is collapsed.
Click to expand it.
examples/pio/Makefile.am
+
3
−
3
View file @
f8b7474e
check
_PROGRAMS
=
\
noinst
_PROGRAMS
=
\
collectData
\
collectDataNStreams
if
ENABLE_MPI
check
_PROGRAMS
+=
compareResourcesArray
noinst
_PROGRAMS
+=
compareResourcesArray
endif
ENABLE_MPI
if
ENABLE_CF_INTERFACE
check
_PROGRAMS
+=
collectData2003
noinst
_PROGRAMS
+=
collectData2003
endif
ENABLE_CF_INTERFACE
AM_CPPFLAGS
=
-I
$(
top_srcdir
)
/src
...
...
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