Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start to reorganize teshsuite/simdag
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 16 Mar 2016 21:05:53 +0000 (22:05 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 16 Mar 2016 21:50:12 +0000 (22:50 +0100)
commit576fac0b2f9ff651dfc7454bba89bbf0f76e934d
treea95fa7a66ba7939227fb53ef5ab04af348d78ecd
parentc196d5468b9bf03da04bfdd45bb5f80b8d071b63
start to reorganize teshsuite/simdag
37 files changed:
.gitignore
teshsuite/simdag/CMakeLists.txt [new file with mode: 0644]
teshsuite/simdag/availability/CMakeLists.txt [deleted file]
teshsuite/simdag/availability/availability.c [moved from teshsuite/simdag/availability/availability_test.c with 100% similarity]
teshsuite/simdag/availability/availability.tesh [moved from teshsuite/simdag/availability/availability_test.tesh with 89% similarity]
teshsuite/simdag/basic/basic6.tesh
teshsuite/simdag/comm-mxn-all2all/comm-mxn-all2all.c [moved from teshsuite/simdag/network/mxn/mxn-all2all.c with 100% similarity]
teshsuite/simdag/comm-mxn-all2all/comm-mxn-all2all.tesh [new file with mode: 0644]
teshsuite/simdag/comm-mxn-independent/comm-mxn-independent.c [moved from teshsuite/simdag/network/mxn/mxn-independent_comm.c with 100% similarity]
teshsuite/simdag/comm-mxn-independent/comm-mxn-independent.tesh [new file with mode: 0644]
teshsuite/simdag/comm-mxn-scatter/comm-mxn-scatter.c [moved from teshsuite/simdag/network/mxn/mxn-scatter.c with 100% similarity]
teshsuite/simdag/comm-mxn-scatter/comm-mxn-scatter.tesh [new file with mode: 0644]
teshsuite/simdag/comm-p2p-latency-1/comm-p2p-latency-1.c [moved from teshsuite/simdag/network/p2p/p2p-latency1.c with 100% similarity]
teshsuite/simdag/comm-p2p-latency-1/comm-p2p-latency-1.tesh [new file with mode: 0644]
teshsuite/simdag/comm-p2p-latency-2/comm-p2p-latency-2.c [moved from teshsuite/simdag/network/p2p/p2p-latency2.c with 100% similarity]
teshsuite/simdag/comm-p2p-latency-2/comm-p2p-latency-2.tesh [new file with mode: 0644]
teshsuite/simdag/comm-p2p-latency-3/comm-p2p-latency-3.c [moved from teshsuite/simdag/network/p2p/p2p-latency3.c with 100% similarity]
teshsuite/simdag/comm-p2p-latency-3/comm-p2p-latency-3.tesh [new file with mode: 0644]
teshsuite/simdag/comm-p2p-latency-bound/comm-p2p-latency-bound.c [moved from teshsuite/simdag/network/p2p/p2p-latency_bound.c with 100% similarity]
teshsuite/simdag/comm-p2p-latency-bound/comm-p2p-latency-bound.tesh [new file with mode: 0644]
teshsuite/simdag/incomplete/CMakeLists.txt [deleted file]
teshsuite/simdag/network/mxn/CMakeLists.txt [deleted file]
teshsuite/simdag/network/mxn/mxn-all2all.tesh [deleted file]
teshsuite/simdag/network/mxn/mxn-independent_comm.tesh [deleted file]
teshsuite/simdag/network/mxn/mxn-scatter.tesh [deleted file]
teshsuite/simdag/network/p2p/CMakeLists.txt [deleted file]
teshsuite/simdag/network/p2p/p2p-latency1.tesh [deleted file]
teshsuite/simdag/network/p2p/p2p-latency2.tesh [deleted file]
teshsuite/simdag/network/p2p/p2p-latency3.tesh [deleted file]
teshsuite/simdag/network/p2p/p2p-latency_bound.tesh [deleted file]
teshsuite/simdag/platforms/CMakeLists.txt
teshsuite/simdag/platforms/platform_2p_1bb.xml [moved from teshsuite/simdag/network/p2p/platform_2p_1bb.xml with 100% similarity]
teshsuite/simdag/platforms/platform_2p_1fl.xml [moved from teshsuite/simdag/network/p2p/platform_2p_1fl.xml with 100% similarity]
teshsuite/simdag/platforms/platform_2p_1sl.xml [moved from teshsuite/simdag/network/p2p/platform_2p_1sl.xml with 100% similarity]
teshsuite/simdag/platforms/platform_2p_1switch.xml [moved from teshsuite/simdag/network/p2p/platform_2p_1switch.xml with 100% similarity]
teshsuite/simdag/platforms/platform_4p_1switch.xml [moved from teshsuite/simdag/network/mxn/platform_4p_1switch.xml with 100% similarity]
tools/cmake/DefinePackages.cmake