PDC Lab 14

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

NAME: FARIHA SAEED SECTION: B ROLL NO: 2020F-BCE-094

LAB # 14
Open Ended-II
OBJECTIVE: Construct storage bucket and upload mpi library. Configure library from
instance and write mpi program of your choice. (You can use AWS Cloud, Microsoft Azure or
google cloud platform to perform this lab).

CLOUD PLATFORM:
Microsoft Azure

1
NAME: FARIHA SAEED SECTION: B ROLL NO: 2020F-BCE-094

COMMANDS USED TO CONFIGURE MPI LIBRARY:


 sudo apt-get install mpich
 sudo dpkg --configure –a

STEP BY STEP SNIPPET OF EACH STEP:


STORAGE ACCOUNT:

SOURCE CODE:

2
NAME: FARIHA SAEED SECTION: B ROLL NO: 2020F-BCE-094

OUTPUT:

STORAGE ACCOUNT
lab14fariha.c uploaded to container

CONCLUSION:
In conclusion, our exploration centered on harnessing the capabilities of an Azure Linux virtual
machine for parallel computing through the Message Passing Interface (MPI). Key steps
included installing and validating MPI libraries, compiling a sample MPI code, and executing
parallel processing tasks. The seamless execution underscores the successful integration of MPI
libraries within a cloud setting, exemplifying the Azure platform's prowess in facilitating
distributed computing. This experiment not only demonstrated the efficacy of MPI in a cloud
environment but also highlighted the potential for leveraging distributed computing on the Azure

3
NAME: FARIHA SAEED SECTION: B ROLL NO: 2020F-BCE-094

platform.

You might also like