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
6052fb1f
Commit
6052fb1f
authored
6 years ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
Build examples only when 'make check'.
parent
1ec5a711
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/Makefile.am
+3
-3
3 additions, 3 deletions
examples/Makefile.am
examples/pio/Makefile.am
+3
-3
3 additions, 3 deletions
examples/pio/Makefile.am
with
6 additions
and
6 deletions
examples/Makefile.am
+
3
−
3
View file @
6052fb1f
...
...
@@ -2,12 +2,12 @@
#
EXTRA_DIST
=
cdi_read_f2003.f90 cdi_write_f2003.f90
#
noinst
_PROGRAMS
=
cdi_write cdi_write_relativ cdi_write_ens cdi_write_hybrid cdi_write_local cdi_read cdi_copy
check
_PROGRAMS
=
cdi_write cdi_write_relativ cdi_write_ens cdi_write_hybrid cdi_write_local cdi_read cdi_copy
if
CREATE_ISOC
noinst
_PROGRAMS
+=
cdi_read_f2003 cdi_write_f2003
check
_PROGRAMS
+=
cdi_read_f2003 cdi_write_f2003
endif
if
ENABLE_NETCDF
noinst
_PROGRAMS
+=
cdi_write_const
check
_PROGRAMS
+=
cdi_write_const
endif
#
AM_CPPFLAGS
=
-I
$(
top_srcdir
)
/src
...
...
This diff is collapsed.
Click to expand it.
examples/pio/Makefile.am
+
3
−
3
View file @
6052fb1f
noinst
_PROGRAMS
=
collectData collectDataNStreams
check
_PROGRAMS
=
collectData collectDataNStreams
AM_CPPFLAGS
=
-I
$(
top_srcdir
)
/src
$(
YAXT_CFLAGS
)
AM_FCFLAGS
=
$(
FPP_INCOPT
)$(
top_srcdir
)
/src
$(
MPI_FC_INCLUDE
)
AM_CFLAGS
=
$(
MPI_C_INCLUDE
)
if
USE_MPI
noinst
_PROGRAMS
+=
compareResourcesArray
check
_PROGRAMS
+=
compareResourcesArray
AM_FCFLAGS
+=
$(
FPP_DEFOPT
)
USE_MPI
endif
if
USE_FC
noinst
_PROGRAMS
+=
collectData2003
check
_PROGRAMS
+=
collectData2003
endif
collectData_SOURCES
=
collectData.c
...
...
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