MPI-Exercises
is a repository containing exercises for the "Introduction to Parallel Computing" course. These exercises, written in C using the Message Passing Interface (MPI), offer practical experience in parallel programming.
-
Exercise 1
- Source Code:
askhsh1.c
- Documentation:
1.pdf
- Description: Overview of parallel computing concepts applied in a specific context.
- Source Code:
-
Exercise 2
- Source Code:
askhsh2.c
- Documentation:
2.pdf
- Description: Advanced implementation of MPI in parallel computing.
- Source Code:
- Basic knowledge of C programming.
- MPI environment setup.
- Clone the repository.
- Ensure MPI is installed and configured.
- Compile each
.c
file with an MPI compiler. - Execute with MPI.
Feel free to contribute via pull requests. Ensure your changes align with the project's standards.
This project is under [MIT LICENSE]. Refer to the LICENSE file for details.
Special thanks to the course instructors and contributors who have shaped and refined these exercises.