Generalizing the Type


Up: Sending and Receiving messages Next: Sample Program using Library Calls Previous: Generalizing the Buffer Description


  • A single type field is too constraining. Often overloaded to provide needed flexibility.
  • Problems:
    -- under user control
    -- wild cards allowed (MPI_ANY_TAG)
    -- library use conflicts with user and with other libraries



    Up: Sending and Receiving messages Next: Sample Program using Library Calls Previous: Generalizing the Buffer Description