Tag: Message Passing Interface

  • Message Passing Interface (MPI) : Hello World!

    In this post, we are going to look at the hello world code for Message Passing Interface (MPI). To compile this code, use following command – To execute this code, run following command – This command creates 4 processes. Each of this process, executes the same “a.out” file. For 4 processes, one will get output…