Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move smpi examples to teshsuite
authorAugustin Degomme <degomme@idpann.imag.fr>
Thu, 18 Oct 2012 11:00:37 +0000 (13:00 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Thu, 18 Oct 2012 13:39:24 +0000 (15:39 +0200)
commita2896352972149a8e2c7c014c3413c5c7c686227
tree15f1b2799d8a75e6500b30a23f8f210bdb367c56
parentbb7bb3965052aa05a4be5a7983c13c902481ae5c
move smpi examples to teshsuite
35 files changed:
buildtools/Cmake/AddTests.cmake
buildtools/Cmake/DefinePackages.cmake
buildtools/Cmake/MakeExe.cmake
examples/smpi/CMakeLists.txt
teshsuite/smpi/CMakeLists.txt [new file with mode: 0644]
teshsuite/smpi/allreduce.c [moved from examples/smpi/allreduce.c with 100% similarity]
teshsuite/smpi/alltoall2.c [moved from examples/smpi/alltoall2.c with 100% similarity]
teshsuite/smpi/alltoall_basic.c [moved from examples/smpi/alltoall_basic.c with 100% similarity]
teshsuite/smpi/alltoallv.c [moved from examples/smpi/alltoallv.c with 100% similarity]
teshsuite/smpi/barrier.c [moved from examples/smpi/barrier.c with 100% similarity]
teshsuite/smpi/bcast.c [moved from examples/smpi/bcast.c with 100% similarity]
teshsuite/smpi/bcast.tesh [moved from examples/smpi/bcast.tesh with 91% similarity]
teshsuite/smpi/compute.c [moved from examples/smpi/compute.c with 100% similarity]
teshsuite/smpi/compute2.c [moved from examples/smpi/compute2.c with 100% similarity]
teshsuite/smpi/compute3.c [moved from examples/smpi/compute3.c with 100% similarity]
teshsuite/smpi/dsend.c [moved from examples/smpi/dsend.c with 100% similarity]
teshsuite/smpi/get_processor_name.c [moved from examples/smpi/get_processor_name.c with 100% similarity]
teshsuite/smpi/hostfile [new file with mode: 0644]
teshsuite/smpi/hvector.tesh [moved from examples/smpi/hvector.tesh with 62% similarity]
teshsuite/smpi/hvector_test.c [moved from examples/smpi/hvector_test.c with 100% similarity]
teshsuite/smpi/indexed.tesh [moved from examples/smpi/indexed.tesh with 92% similarity]
teshsuite/smpi/indexed_test.c [moved from examples/smpi/indexed_test.c with 100% similarity]
teshsuite/smpi/pingpong.c [moved from examples/smpi/pingpong.c with 100% similarity]
teshsuite/smpi/pt2pt.tesh [moved from examples/smpi/pt2pt.tesh with 93% similarity]
teshsuite/smpi/reduce.c [moved from examples/smpi/reduce.c with 100% similarity]
teshsuite/smpi/reduce.tesh [moved from examples/smpi/reduce.tesh with 92% similarity]
teshsuite/smpi/scatter.c [moved from examples/smpi/scatter.c with 100% similarity]
teshsuite/smpi/sendrecv.c [moved from examples/smpi/sendrecv.c with 100% similarity]
teshsuite/smpi/sendtest.c [moved from examples/smpi/sendtest.c with 100% similarity]
teshsuite/smpi/split.c [moved from examples/smpi/split.c with 100% similarity]
teshsuite/smpi/struct.tesh [moved from examples/smpi/struct.tesh with 90% similarity]
teshsuite/smpi/struct_test.c [moved from examples/smpi/struct_test.c with 100% similarity]
teshsuite/smpi/ttest01.c [moved from examples/smpi/ttest01.c with 100% similarity]
teshsuite/smpi/vector.tesh [moved from examples/smpi/vector.tesh with 94% similarity]
teshsuite/smpi/vector_test.c [moved from examples/smpi/vector_test.c with 100% similarity]