Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix build and dist, add missing folder
authorAugustin Degomme <degomme@idpann.imag.fr>
Fri, 12 Jul 2013 17:09:37 +0000 (19:09 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Fri, 12 Jul 2013 17:13:32 +0000 (19:13 +0200)
commit8006a03b1ef66a0ddd4a4983ef170781a87a7225
tree89493453f28fc2184d9ef3ee36ae07dafe6cf0be
parentb7dc075d2c3bdf2b384cb8897d16a4c0aa8ab0f7
fix build and dist, add missing folder
65 files changed:
teshsuite/smpi/mpich3-test/CMakeLists.txt
teshsuite/smpi/mpich3-test/attr/CMakeLists.txt
teshsuite/smpi/mpich3-test/coll/CMakeLists.txt
teshsuite/smpi/mpich3-test/comm/CMakeLists.txt
teshsuite/smpi/mpich3-test/datatype/CMakeLists.txt [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/blockindexed-misc.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/blockindexed-zero-count.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/contents.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/contig-zero-count.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/contigstruct.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/cxx-types.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/darray-cyclic.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/darray-pack.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/gaddress.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/get-elements-pairtype.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/get-elements.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/getpartelm.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/hindexed-zeros.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/hindexed_block.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/hindexed_block_contents.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/indexed-misc.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/large-count.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/lbub.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/localpack.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/longdouble.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/lots-of-types.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/pairtype-pack.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/pairtype-size-extent.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/simple-commit.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/simple-pack-external.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/simple-pack.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/simple-resized.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/simple-size-extent.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/sizedtypes.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/slice-pack-external.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/slice-pack.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/struct-derived-zeros.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/struct-empty-el.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/struct-ezhov.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/struct-no-real-types.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/struct-pack.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/struct-verydeep.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/struct-zero-count.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/subarray-pack.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/subarray.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/testlist [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/tfree.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/tmatchsize.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/transpose-pack.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/tresized.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/tresized2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/triangular-pack.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/typecommit.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/typefree.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/typelb.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/typename.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/unpack.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/unusual-noncontigs.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/zero-blklen-vector.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/zeroblks.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/zeroparms.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/group/CMakeLists.txt
teshsuite/smpi/mpich3-test/init/CMakeLists.txt
teshsuite/smpi/mpich3-test/pt2pt/CMakeLists.txt
teshsuite/smpi/mpich3-test/util/mtest.c [new file with mode: 0644]