Features not in MPI


Up: Background Next: Is MPI Large or Small? Previous: Features of MPI (cont.)


  • Non-message-passing concepts not included:
    -- process management
    -- remote memory transfers
    -- active messages
    -- threads
    -- virtual shared memory

  • MPI does not address these issues, but has tried to remain compatible with these ideas (e.g. thread safety as a goal, intercommunicators)



    Up: Background Next: Is MPI Large or Small? Previous: Features of MPI (cont.)