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
dd532463
Commit
dd532463
authored
14 years ago
by
Deike Kleberg
Browse files
Options
Downloads
Patches
Plain Diff
Add parallel I/O test programs to build.
parent
e7ccd25b
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
Makefile.am
+1
-1
1 addition, 1 deletion
Makefile.am
Makefile.in
+1
-1
1 addition, 1 deletion
Makefile.in
configure
+2
-1
2 additions, 1 deletion
configure
configure.ac
+3
-1
3 additions, 1 deletion
configure.ac
pioExamples/pio_write.F90
+2
-2
2 additions, 2 deletions
pioExamples/pio_write.F90
with
9 additions
and
6 deletions
Makefile.am
+
1
−
1
View file @
dd532463
## Process this file with automake to produce Makefile.in
#
SUBDIRS
=
src interfaces app examples tests
SUBDIRS
=
src interfaces app examples tests
pioExamples
#
EXTRA_DIST
=
config/default doc/cdi_cman.pdf doc/cdi_fman.pdf src/cfortran.doc
#
...
...
This diff is collapsed.
Click to expand it.
Makefile.in
+
1
−
1
View file @
dd532463
...
...
@@ -267,7 +267,7 @@ top_builddir = @top_builddir@
top_srcdir
=
@top_srcdir@
#
SUBDIRS
=
src interfaces app examples tests
SUBDIRS
=
src interfaces app examples tests
pioExamples
#
EXTRA_DIST
=
config/default doc/cdi_cman.pdf doc/cdi_fman.pdf src/cfortran.doc
#
...
...
This diff is collapsed.
Click to expand it.
configure
+
2
−
1
View file @
dd532463
...
...
@@ -24397,7 +24397,7 @@ fi
ac_config_files="$ac_config_files Makefile src/Makefile interfaces/Makefile app/Makefile tests/Makefile examples/Makefile cdi.settings"
ac_config_files="$ac_config_files Makefile src/Makefile interfaces/Makefile app/Makefile tests/Makefile examples/Makefile cdi.settings
pioExamples/Makefile
"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
...
...
@@ -25692,6 +25692,7 @@ do
"tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
"examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
"cdi.settings") CONFIG_FILES="$CONFIG_FILES cdi.settings" ;;
"pioExamples/Makefile") CONFIG_FILES="$CONFIG_FILES pioExamples/Makefile" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
3
−
1
View file @
dd532463
...
...
@@ -180,7 +180,9 @@ ACX_CHECK_CFINT([$srcdir/src/cfortran.h])
AC_SUBST([CPPFLAGS])
AC_OUTPUT(Makefile src/Makefile interfaces/Makefile app/Makefile tests/Makefile examples/Makefile cdi.settings)
AC_OUTPUT([Makefile src/Makefile interfaces/Makefile app/Makefile \
tests/Makefile examples/Makefile cdi.settings \
pioExamples/Makefile])
# ----------------------------------------------------------------------
# Show configuration
...
...
This diff is collapsed.
Click to expand it.
pioExamples/pio_write.F90
+
2
−
2
View file @
dd532463
...
...
@@ -424,7 +424,7 @@ PROGRAM CDIWRITE
WRITE
(
0
,
*
)
'------------------------------------------------------------------'
END
IF
CALL
FLUSH
(
0
)
FLUSH
(
0
)
CALL
MPI_COMM_FREE
(
pioComm
,
error
)
CALL
MPI_FINALIZE
(
error
)
...
...
@@ -438,7 +438,7 @@ PROGRAM CDIWRITE
WRITE
(
0
,
*
)
'MAIN: Close time:'
,
sumCLOSE
,
's'
WRITE
(
0
,
*
)
'------------------------------------------------------------------'
CALL
FLUSH
(
0
)
FLUSH
(
0
)
#endif
...
...
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