Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cmake refactoring in teshuite/smpi cont'd
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 4 Mar 2016 14:06:39 +0000 (15:06 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 4 Mar 2016 14:06:39 +0000 (15:06 +0100)
commitbcd50afc8279afbeed3aa52ff1976b7d11da2ccb
treef3509de0de8536fac61d6b079ecabac1520672e3
parente27a029fd9ac8f4fbeeb04faaa410c1c09422d74
cmake refactoring in teshuite/smpi cont'd
15 files changed:
.gitignore
teshsuite/smpi/CMakeLists.txt
teshsuite/smpi/allgather/CMakeLists.txt [deleted file]
teshsuite/smpi/bcast/CMakeLists.txt [deleted file]
teshsuite/smpi/bcast/bcast.c [deleted file]
teshsuite/smpi/bcast/bcast.tesh [deleted file]
teshsuite/smpi/coll-allgather/coll-allgather.c [moved from teshsuite/smpi/allgather/allgather_coll.c with 99% similarity]
teshsuite/smpi/coll-allgather/coll-allgather.tesh [moved from teshsuite/smpi/allgather/allgather_coll.tesh with 97% similarity]
teshsuite/smpi/coll-bcast/coll-bcast.c [moved from teshsuite/smpi/bcast/bcast_coll.c with 88% similarity]
teshsuite/smpi/coll-bcast/coll-bcast.tesh [moved from teshsuite/smpi/bcast/bcast_coll.tesh with 96% similarity]
teshsuite/smpi/indexed/CMakeLists.txt [deleted file]
teshsuite/smpi/type-indexed/type-indexed.c [moved from teshsuite/smpi/indexed/indexed_test.c with 94% similarity]
teshsuite/smpi/type-indexed/type-indexed.tesh [moved from teshsuite/smpi/indexed/indexed.tesh with 94% similarity]
tools/cmake/DefinePackages.cmake
tools/cmake/Tests.cmake