Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
8a9a743f
Commit
8a9a743f
authored
Feb 21, 2013
by
William Gropp
Browse files
Files that were modified to supprt the tests of user-defined error handlers from Fortran
parent
006dd97e
Changes
5
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
8a9a743f
...
...
@@ -158,6 +158,8 @@ Makefile.am-stamp
/test/mpi/f90/ext/stamp-Makefile.am
/test/mpi/f90/io/Makefile.am
/test/mpi/f90/rma/Makefile.am
/test/mpi/errors/f90/errhan/Makefile.am
/test/mpi/errors/f90/errhan/testlist
# created solely from the f77 counterpart dirs
/test/mpi/f90/coll/
...
...
autogen.sh
View file @
8a9a743f
...
...
@@ -866,6 +866,15 @@ if [ -x ./maint/f77tof90 -a $do_f77tof90 = "yes" ] ; then
maint/f77tof90
$dir
test
/mpi/f90/
$leafDir
Makefile.am Makefile.ap
echo
"timestamp"
>
test
/mpi/f90/
$leafDir
/Makefile.am-stamp
done
for
dir
in
test
/mpi/errors/f77/
*
;
do
if
[
!
-d
$dir
]
;
then continue
;
fi
leafDir
=
`
basename
$dir
`
if
[
!
-d
test
/mpi/errors/f90/
$leafDir
]
;
then
mkdir test
/mpi/errors/f90/
$leafDir
fi
maint/f77tof90
$dir
test
/mpi/errors/f90/
$leafDir
Makefile.am Makefile.ap
echo
"timestamp"
>
test
/mpi/errors/f90/
$leafDir
/Makefile.am-stamp
done
echo
"done"
fi
...
...
test/mpi/configure.ac
View file @
8a9a743f
...
...
@@ -1406,7 +1406,11 @@ AC_OUTPUT(maint/testmerge \
errors/cxx/errhan/Makefile \
errors/cxx/io/Makefile \
errors/f77/Makefile \
errors/f77/errhan/Makefile \
errors/f77/errhan/addsize.h \
errors/f77/errhan/iooffset.h \
errors/f90/Makefile \
errors/f90/errhan/Makefile \
manual/Makefile \
manual/manyconnect \
manual/mpi_t/Makefile \
...
...
test/mpi/errors/f77/Makefile.am
View file @
8a9a743f
...
...
@@ -9,6 +9,6 @@ include $(top_srcdir)/Makefile_f77.mtest
EXTRA_DIST
=
testlist
# nothing tested in here for now...
SUBDIRS
=
SUBDIRS
=
errhan
DIST_
SUBDIRS
=
errhan
test/mpi/errors/f77/testlist
View file @
8a9a743f
# Empty for now
errhan
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment