Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add io test in mpich testsuite.
authorAugustin Degomme <adegomme@gmail.com>
Tue, 10 Dec 2019 16:01:35 +0000 (17:01 +0100)
committerAugustin Degomme <adegomme@gmail.com>
Tue, 10 Dec 2019 16:16:57 +0000 (17:16 +0100)
commitde88ba6429025fa6d048915b20148bc7a301f07f
tree8dd8699f6f627288bd2a0e316547a0d0e6394443
parent30ba0be4e5902c638615637e69223b4e9db1f555
Add io test in mpich testsuite.
Works, but as files are simulated, content-checking after a read has to be disabled.
Also files have to be opened with an absolute path for now.
38 files changed:
teshsuite/smpi/hostfile_io
teshsuite/smpi/io-all-at/io-all-at.tesh
teshsuite/smpi/io-all/io-all.tesh
teshsuite/smpi/io-ordered/io-ordered.tesh
teshsuite/smpi/io-shared/io-shared.tesh
teshsuite/smpi/io-simple-at/io-simple-at.tesh
teshsuite/smpi/io-simple/io-simple.tesh
teshsuite/smpi/mpich3-test/io/CMakeLists.txt [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/async.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/async_any.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/bigtype.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/external32-derived-dtype.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/getextent.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/hindexed_io.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/i_aggregation1.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/i_aggregation2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/i_bigtype.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/i_coll_test.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/i_darray_read.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/i_hindexed.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/i_hindexed_io.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/i_noncontig.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/i_noncontig_coll.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/i_noncontig_coll2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/i_rdwrord.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/i_setviewcur.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/i_types_with_zeros.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/rdwrord.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/rdwrzero.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/resized.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/resized2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/setinfo.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/setviewcur.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/simple_collective.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/testlist [new file with mode: 0644]
teshsuite/smpi/mpich3-test/io/userioerr.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/runtests
tools/cmake/DefinePackages.cmake