Skip to content

MM-Nazari/Multicore-Programming-Final-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Word Frequency Analyser

Table of Contents

Project Description

For a detailed project description, please refer to the Project Description 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.