Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add mpich3 test suite, to replace older one.
authorAugustin Degomme <degomme@idpann.imag.fr>
Fri, 12 Jul 2013 16:43:38 +0000 (18:43 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Fri, 12 Jul 2013 17:13:32 +0000 (19:13 +0200)
commitc81c99a491282f76757c2673961e3cdee6853539
treee7ffcae5a0c4b4680d253167510dede0b9ab3311
parentdb17323a11a3089f492c2cae1be7913673689d5c
Add mpich3 test suite, to replace older one.
This one is more complete, but a lot of tests are for MPI functions not supported in SMPI
Lots of tests are disabled, and some folders not (yet) included.
201 files changed:
buildtools/Cmake/AddTests.cmake
buildtools/Cmake/DefinePackages.cmake
buildtools/Cmake/MakeExe.cmake
teshsuite/smpi/mpich3-test/CMakeLists.txt [new file with mode: 0644]
teshsuite/smpi/mpich3-test/README [new file with mode: 0644]
teshsuite/smpi/mpich3-test/attr/CMakeLists.txt [new file with mode: 0644]
teshsuite/smpi/mpich3-test/attr/attr2type.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/attr/attrend.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/attr/attrend2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/attr/attrerr.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/attr/attrerrcomm.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/attr/attrerrtype.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/attr/attric.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/attr/attrorder.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/attr/attrordercomm.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/attr/attrordertype.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/attr/attrt.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/attr/baseattr2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/attr/baseattrcomm.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/attr/fkeyval.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/attr/fkeyvalcomm.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/attr/fkeyvaltype.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/attr/keyval_double_free.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/attr/testlist [new file with mode: 0644]
teshsuite/smpi/mpich3-test/checktests [new file with mode: 0755]
teshsuite/smpi/mpich3-test/coll/CMakeLists.txt [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/allgather2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/allgather3.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/allgatherv2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/allgatherv3.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/allgatherv4.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/allred.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/allred2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/allred3.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/allred4.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/allred5.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/allred6.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/allredmany.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/alltoall1.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/alltoallv.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/alltoallv0.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/alltoallw1.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/alltoallw2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/alltoallw_zeros.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/bcast2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/bcast3.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/bcasttest.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/bcastzerotype.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/coll10.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/coll11.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/coll12.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/coll13.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/coll2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/coll3.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/coll4.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/coll5.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/coll6.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/coll7.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/coll8.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/coll9.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/exscan.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/exscan2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/gather.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/gather2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/gather2_save.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/iallred.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/ibarrier.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/icallgather.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/icallgatherv.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/icallreduce.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/icalltoall.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/icalltoallv.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/icalltoallw.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/icbarrier.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/icbcast.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/icgather.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/icgatherv.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/icreduce.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/icscatter.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/icscatterv.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/log.txt [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/longuser.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/nonblocking.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/nonblocking2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/nonblocking3.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/op_commutative.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/opband.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/opbor.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/opbxor.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/opland.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/oplor.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/oplxor.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/opmax.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/opmaxloc.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/opmin.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/opminloc.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/opprod.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/opsum.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/red3.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/red4.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/red_scat_block.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/red_scat_block2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/redscat.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/redscat2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/redscat3.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/redscatbkinter.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/redscatblk3.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/redscatinter.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/reduce.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/reduce_local.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/scantst.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/scatter2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/scatter3.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/scattern.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/scatterv.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/testlist [new file with mode: 0644]
teshsuite/smpi/mpich3-test/coll/uoplong.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/CMakeLists.txt [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/cmfree.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/cmsplit.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/cmsplit2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/cmsplit_type.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/comm_create_group.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/comm_group_half.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/comm_group_rand.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/comm_idup.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/comm_info.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/commcreate1.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/commname.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/ctxalloc.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/ctxsplit.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/dup.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/dup_with_info.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/dupic.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/ic1.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/ic2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/iccreate.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/icgroup.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/icm.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/icsplit.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/probe-intercomm.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/testlist [new file with mode: 0644]
teshsuite/smpi/mpich3-test/group/CMakeLists.txt [new file with mode: 0644]
teshsuite/smpi/mpich3-test/group/groupcreate.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/group/groupnullincl.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/group/grouptest.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/group/grouptest2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/group/gtranks.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/group/gtranksperf.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/group/testlist [new file with mode: 0644]
teshsuite/smpi/mpich3-test/init/CMakeLists.txt [new file with mode: 0644]
teshsuite/smpi/mpich3-test/init/attrself.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/init/exitst1.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/init/exitst2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/init/exitst3.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/init/finalized.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/init/initstat.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/init/library_version.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/init/testlist [new file with mode: 0644]
teshsuite/smpi/mpich3-test/init/timeout.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/init/version.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/CMakeLists.txt [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/anyall.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/bottom.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/bsend1.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/bsend2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/bsend3.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/bsend4.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/bsend5.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/bsendalign.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/bsendfrag.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/bsendpending.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/cancelrecv.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/eagerdt.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/greq1.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/icsend.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/inactivereq.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/isendself.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/isendselfprobe.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/large_message.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/mprobe.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/pingping.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/probe-unexp.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/probenull.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/pscancel.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/rcancel.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/rqfreeb.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/rqstatus.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/scancel.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/scancel2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/sendall.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/sendflood.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/sendrecv1.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/sendrecv2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/sendrecv3.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/sendself.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/testlist [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/waitany-null.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/pt2pt/waittestnull.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/runtests [new file with mode: 0755]
teshsuite/smpi/mpich3-test/testlist [new file with mode: 0644]