Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add simple gemm example for SMPI with sampling macros.
authordegomme <adegomme@users.noreply.github.com>
Tue, 26 Feb 2019 10:59:36 +0000 (11:59 +0100)
committerdegomme <adegomme@users.noreply.github.com>
Tue, 26 Feb 2019 12:08:02 +0000 (13:08 +0100)
commit06bf176b160c61ded9d6d7fc28936b1a8c928b82
tree25e1af21754b3b41f94ef40f994331c45b1478c9
parent68948e0bf68283fd55c3697ba839a78f12424f36
Add simple gemm example for SMPI with sampling macros.
Adapted from the proxy app from Codevault.
This could be a good basis for the tuto
examples/smpi/CMakeLists.txt
examples/smpi/gemm/gemm.c [new file with mode: 0644]
examples/smpi/gemm/gemm.tesh [new file with mode: 0644]