Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[smpi,example] an example of matrix multiplication with non contignous memory
authorjean-noel quintin <jnquintin@dhcp-892b9b4c.ucd.ie>
Tue, 9 Oct 2012 08:12:28 +0000 (09:12 +0100)
committerjean-noel quintin <jnquintin@dhcp-892b9b4c.ucd.ie>
Tue, 9 Oct 2012 08:12:28 +0000 (09:12 +0100)
commita4eb1ae8b7be9ad432765f2a6a3d16c115c03603
tree758a74390796b2cc0d1c260599d20d7ece74ff72
parentf54458a7bb43175fc8e22322bf8b36dd5af06969
[smpi,example] an example of matrix multiplication with non contignous memory
I hope this example is relevant and could increase the coverage
18 files changed:
buildtools/Cmake/MakeExe.cmake
examples/smpi/MM/2.5D_MM.c [new file with mode: 0644]
examples/smpi/MM/2.5D_MM.h [new file with mode: 0644]
examples/smpi/MM/CMakeLists.txt [new file with mode: 0644]
examples/smpi/MM/MM_mpi.c [new file with mode: 0644]
examples/smpi/MM/Matrix_init.c [new file with mode: 0644]
examples/smpi/MM/Matrix_init.h [new file with mode: 0644]
examples/smpi/MM/Summa.c [new file with mode: 0644]
examples/smpi/MM/Summa.h [new file with mode: 0644]
examples/smpi/MM/command_exemple [new file with mode: 0644]
examples/smpi/MM/host [new file with mode: 0644]
examples/smpi/MM/param.c [new file with mode: 0644]
examples/smpi/MM/param.h [new file with mode: 0644]
examples/smpi/MM/param_template_file.txt [new file with mode: 0644]
examples/smpi/MM/timer.c [new file with mode: 0644]
examples/smpi/MM/timer.h [new file with mode: 0644]
examples/smpi/MM/topo.c [new file with mode: 0644]
examples/smpi/MM/topo.h [new file with mode: 0644]