Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MPI: we don't mess with argc/argv anymore nowadays
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 1 Aug 2019 03:53:31 +0000 (05:53 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 1 Aug 2019 04:09:47 +0000 (06:09 +0200)
commitb5af0e296f9c0b2b43c81112197c76e87f74ab9b
tree594cdbef29ce3a2f011e9d31a89a7d3a9e5d3b45
parent3c787cd697c3e542d32c25ae71203a98fa049342
MPI: we don't mess with argc/argv anymore nowadays

Previously, the rank and instance were added in argv, mandating a
specific handling of MPI_Init parameters. But now, they are passed as
properties, and the argv is left unmodified. So there is no need to
deal specifically with the MPI_Init parameters.
include/smpi/smpi.h
include/smpi/smpi_extended_traces.h
src/smpi/internals/smpi_global.cpp
tools/smpi/generate_smpi_defines.pl