Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a 16 byte envelope to each MPI message.
authorAugustin Degomme <adegomme@gmail.com>
Wed, 3 Jun 2020 00:19:51 +0000 (02:19 +0200)
committerAugustin Degomme <adegomme@gmail.com>
Wed, 3 Jun 2020 00:21:28 +0000 (02:21 +0200)
commit009ff7e4463fae3c7a2181c1f8147fd100afbfdd
tree24870baf80afa2c72a78105f86dafd67e4504e73
parent743770fb87bf6ed74488728208c0a411a0063e7d
add a 16 byte envelope to each MPI message.
This simulates the send of src/dest,tag, and communicator, as in all MPI implems.
This avoids 0-sized messages to be sent to the lower layers, and should be more realistic
This will change simulation times a little bit.
src/smpi/mpi/smpi_request.cpp