Skip to content
GitLab
Menu
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-CVS
Commits
c8404c07
Commit
c8404c07
authored
Oct 30, 2007
by
robl
Browse files
add a LLNL testcase
parent
ec6f752d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
src/mpi/romio/test/Makefile.in
View file @
c8404c07
...
@@ -8,7 +8,8 @@ USER_CFLAGS = @CPPFLAGS@ @USER_CFLAGS@ $(INCLUDE_DIR)
...
@@ -8,7 +8,8 @@ USER_CFLAGS = @CPPFLAGS@ @USER_CFLAGS@ $(INCLUDE_DIR)
USER_FFLAGS
=
@CPPFLAGS@ @USER_FFLAGS@
$(INCLUDE_DIR)
USER_FFLAGS
=
@CPPFLAGS@ @USER_FFLAGS@
$(INCLUDE_DIR)
CTESTS
=
simple perf async coll_test coll_perf misc file_info excl large_array
\
CTESTS
=
simple perf async coll_test coll_perf misc file_info excl large_array
\
atomicity noncontig i_noncontig noncontig_coll split_coll shared_fp
\
atomicity noncontig i_noncontig noncontig_coll split_coll shared_fp
\
large_file psimple error status noncontig_coll2 aggregation1 aggregation2
large_file psimple error status noncontig_coll2 aggregation1 aggregation2
\
write_all_test
FTESTS
=
fcoll_test fperf fmisc pfcoll_test
FTESTS
=
fcoll_test fperf fmisc pfcoll_test
srcdir
=
@srcdir@
srcdir
=
@srcdir@
...
...
src/mpi/romio/test/runtests.in
View file @
c8404c07
...
@@ -272,6 +272,13 @@ $mpirun -np 4 ./aggregation2 $FILENAME
...
@@ -272,6 +272,13 @@ $mpirun -np 4 ./aggregation2 $FILENAME
# CheckOutput aggregation2
# CheckOutput aggregation2
CleanExe aggregation2
CleanExe aggregation2
#
#
echo
'**** Testing write_all_test (run 1)****'
$mpirun
-np
4 ./write_all_test
-nzp
2
-zplace
2
-nzw
2
-naw
2
-size
100
\
-offm
8
-hints
romio_cb_write
enable
-fname
$FILENAME
echo
'**** Testing write_all_test (run 2)****'
$mpirun
-np
4 ./write_all_test
-nzp
2
-zplace
2
-nzw
2
-naw
2
-size
100
\
-offm
4
-hints
romio_cb_write
enable
-fname
$FILENAME
CleanExe write_all_test
OutTime
OutTime
if
[
$subset_only
-eq
0
]
;
then
if
[
$subset_only
-eq
0
]
;
then
testfiles
=
"
$testfiles
misc.out"
testfiles
=
"
$testfiles
misc.out"
...
...
src/mpi/romio/test/write_all_test.c
0 → 100644
View file @
c8404c07
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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