Hello,<br><br>I want to pack additional information into the MPI message header (add a new field in the header struct). <br>I went through the MPICH code roughly and found that there are different header types for different communication styles. (
e.g. for eager and for rndv). <br><br>I have two question:<br>1. <span style="font-weight: bold;">How many header types are there and which .h files are they in?</span><br>2. <span style="font-weight: bold;">Is there any hook or callback for each MPI API? (I want to perform some additional work before and after the MPI functions)
<br><br></span>Best<br><br>Andrew<br><br>