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
d9acb939
Commit
d9acb939
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
cd7e3a10
No related branches found
No related tags found
2 merge requests
!11
Consolidation with CDI-PIO (1.8.x)
,
!8
Consolidation with CDI-PIO (1.8.x)
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 @
d9acb939
...
@@ -7,7 +7,13 @@ noinst_PROGRAMS += compareResourcesArray
...
@@ -7,7 +7,13 @@ noinst_PROGRAMS += compareResourcesArray
endif
ENABLE_MPI
endif
ENABLE_MPI
if
ENABLE_CF_INTERFACE
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
noinst_PROGRAMS
+=
collectData2003
endif
!ENABLE_MPI
endif
ENABLE_CF_INTERFACE
endif
ENABLE_CF_INTERFACE
AM_CPPFLAGS
=
-I
$(
top_srcdir
)
/src
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