Skip to content

MM-Nazari/Multicore-Programming-Labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multicore-Programming-Labs

Table of Contents

Project Description

Lab01

For a detailed Project description, please refer to the Lab01 Description PDF.
The Report for this Part is provided in the Lab01 Report PDF.

Lab02

For a detailed Project description, please refer to the Lab02 Description PDF.
The Report for this Part is provided in the Lab02 Report PDF.

Lab03

For a detailed Project description, please refer to the Lab03 Description PDF.
The Report for this Part is provided in the Lab03 Report PDF.

Lab04

For a detailed Project description, please refer to the Lab04 Description PDF.
The Report for this Part is provided in the Lab04 Report PDF.

Lab05

For a detailed Project description, please refer to the Lab05 Description PDF.
The Report for this Part is provided in the Lab05 Report PDF.

Lab06

For a detailed Project description, please refer to the Lab06 Description PDF.
The Report for this Part is provided in the Lab06 Report PDF.

Lab07

For a detailed Project description, please refer to the Lab07 Description PDF.
The Report for this Part is provided in the Lab07 Report PDF.

Built With

  • CUDA - NVIDIA's parallel computing platform and API model.
  • OpenMP - An API for parallel programming in shared-memory environments.

IDE

This project is developed using Visual Studio.

Installation

Step-by-step instructions on how to get the development environment running:

Steps

  1. Clone repository to your local system.
  2. Launch Visual Studio.
  3. Click on File > Open > Project/Solution.
  4. Navigate to the folder where you cloned the repository and select the project file (.sln file).
  5. Click on Build > Build Solution or press Ctrl+Shift+B to build the project.
  6. Click the Run button Run Image or press F5 to start the project.