Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update comm, datatype from mpich trunk
authorAugustin Degomme <augustin.degomme@imag.fr>
Thu, 17 Jul 2014 14:54:35 +0000 (16:54 +0200)
committerAugustin Degomme <augustin.degomme@imag.fr>
Thu, 17 Jul 2014 14:54:35 +0000 (16:54 +0200)
commit50bc81a8526eb95a52e6a4b4a2ae1be94dfb24c1
tree0ccae1b442fa42fcc3dec27412b0fc1ac36b623c
parentda4b64609d1b4d1829801004cab5ea40ec8b22f1
Update comm, datatype from mpich trunk
29 files changed:
buildtools/Cmake/AddTests.cmake
teshsuite/smpi/mpich3-test/CMakeLists.txt
teshsuite/smpi/mpich3-test/coll/CMakeLists.txt
teshsuite/smpi/mpich3-test/comm/CMakeLists.txt
teshsuite/smpi/mpich3-test/comm/cmfree.c
teshsuite/smpi/mpich3-test/comm/comm_idup_mul.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/comm_idup_overlap.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/comm/dup.c
teshsuite/smpi/mpich3-test/comm/dup_with_info.c
teshsuite/smpi/mpich3-test/comm/testlist
teshsuite/smpi/mpich3-test/datatype/CMakeLists.txt
teshsuite/smpi/mpich3-test/datatype/darray-pack.c
teshsuite/smpi/mpich3-test/datatype/dataalign.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/get-elements-pairtype.c
teshsuite/smpi/mpich3-test/datatype/get-struct.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/hvecblklen.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/large-count.c
teshsuite/smpi/mpich3-test/datatype/large_type.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/large_type_sendrec.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/pairtype-size-extent.c
teshsuite/smpi/mpich3-test/datatype/segtest.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/sendrecvt2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/sendrecvt4.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/structpack2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/datatype/testlist
teshsuite/smpi/mpich3-test/datatype/tfree.c
teshsuite/smpi/mpich3-test/datatype/vecblklen.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/include/dtypes.h [new file with mode: 0644]
teshsuite/smpi/mpich3-test/util/dtypes.c [new file with mode: 0644]