Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add an example of use of the previous interface.
authorAugustin Degomme <degomme@idpann.imag.fr>
Fri, 25 Apr 2014 14:57:12 +0000 (16:57 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Fri, 25 Apr 2014 14:57:12 +0000 (16:57 +0200)
commit13923923e3d6b9d9bb2ab05a7b5ddd8b4f5aaa09
tree57323a81c820e3080d97afafcd6ed1acea70e5bc
parent149f133d9c4c83bfed16c146ef28b86ae989439d
Add an example of use of the previous interface.
This is based on the masterslave_mailbox example for MSG, but adds two instances of MPI application:
one doing a simple send/recv, the other performing an alltoall.
buildtools/Cmake/AddTests.cmake
buildtools/Cmake/DefinePackages.cmake
buildtools/Cmake/MakeExe.cmake
examples/smpi/smpi_msg_masterslave/CMakeLists.txt [new file with mode: 0644]
examples/smpi/smpi_msg_masterslave/deployment_masterslave_mailbox_smpi.xml [new file with mode: 0644]
examples/smpi/smpi_msg_masterslave/masterslave_mailbox_smpi.c [new file with mode: 0644]
examples/smpi/smpi_msg_masterslave/msg_smpi.tesh [new file with mode: 0644]