8000 GitHub - Kegar3/uniwa-MPI-exercises: MPI Exercises for academic purposes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Kegar3/uniwa-MPI-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPI-Exercises README

Introduction

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.

Contents

  • Exercise 1

    • Source Code: askhsh1.c
    • Documentation: 1.pdf
    • Description: Overview of parallel computing concepts applied in a specific context.
  • Exercise 2

    • Source Code: askhsh2.c
    • Documentation: 2.pdf
    • Description: Advanced implementation of MPI in parallel computing.

Getting Started

Prerequisites

  • Basic knowledge of C programming.
  • MPI environment setup.

Setup

  1. Clone the repository.
  2. Ensure MPI is installed and configured.

Running the Exercises

  • Compile each .c file with an MPI compiler.
  • Execute with MPI.

Contribution

Feel free to contribute via pull requests. Ensure your changes align with the project's standards.

License

This project is under [MIT LICENSE]. Refer to the LICENSE file for details.

Acknowledgments

Special thanks to the course instructors and contributors who have shaped and refined these exercises.

About

MPI Exercises for academic purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0