We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3
DIGITAL ASSIGNMENT-4
PARALLEL AND DISTRIBUTED COMPUTING
CSE4001 ELA
NAME: SHISIR PANDEY
REGNO:20BCE2873
SUBMISSION DATE: 2/26/2023
1. Write a C program to handle message passing in the MPI application interface, which allows processes to communicate with one another. Create two processes that will pass the number ‘23’ from one to the other. CODE: #include <stdio.h>