Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
provide support for SMP in MPI communicators.
authorAugustin Degomme <augustin.degomme@imag.fr>
Fri, 1 Aug 2014 08:45:52 +0000 (10:45 +0200)
committerAugustin Degomme <augustin.degomme@imag.fr>
Fri, 1 Aug 2014 08:51:09 +0000 (10:51 +0200)
commitbdf55373a57bf69a2952f6cf5e2cc562f34918c9
tree5eb8c3c79bee0f8fb39aa1a88b452b014ea9eb0d
parent7a28ba92ba965d725cea3144fdc496e35e84006a
provide support for SMP in MPI communicators.
smpi_comm_init_smp(comm) will create subcommunicators for intra and inter ndoes communications.
This is based on what MVAPICH2 does
src/smpi/private.h
src/smpi/smpi_comm.c
src/smpi/smpi_global.c