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
042d5e27
Commit
042d5e27
authored
3 years ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
Do not build example 'collectData2003' when the Fortran interface of YAXT is missing.
parent
f8b7474e
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
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/pio/Makefile.am
+6
-0
6 additions, 0 deletions
examples/pio/Makefile.am
with
6 additions
and
0 deletions
examples/pio/Makefile.am
+
6
−
0
View file @
042d5e27
...
...
@@ -7,7 +7,13 @@ noinst_PROGRAMS += compareResourcesArray
endif
ENABLE_MPI
if
ENABLE_CF_INTERFACE
if
ENABLE_MPI
if
BUILD_PIO_FC_PROGRAMS
noinst_PROGRAMS
+=
collectData2003
endif
BUILD_PIO_FC_PROGRAMS
else
!ENABLE_MPI
noinst_PROGRAMS
+=
collectData2003
endif
!ENABLE_MPI
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