Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
changed match_recv and match_send...They were requiring matching communicators,
authorMark Stillwell <mark.stillwell@ens-lyon.fr>
Thu, 26 May 2011 08:39:56 +0000 (10:39 +0200)
committerMark Stillwell <mark.stillwell@ens-lyon.fr>
Thu, 26 May 2011 08:39:56 +0000 (10:39 +0200)
commit303cb119b0fdc5f3a11f361062a2a8d422ade378
tree779e44c6fd0f35066a9cee580ab4959f3ef9419b
parent30c05d70f2d6c4ce599d3c65f95ff2a394e87935
changed match_recv and match_send...They were requiring matching communicators,
which was causing communication to fail after MPI_comm_dup. Real mpi only tests for
matching size, src, tag.
src/smpi/smpi_base.c