Skip to content

midsu/MPI-Parallelized-NLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MPI-Parallelized-NLP

Parralel Computing-CPSC 474

Fall 2022

Group members:

Chandra Lindy: 📫 [email protected]

Hamid Suha: 📫 [email protected]

Instructor: Doina Bein ([email protected])

Project 2: Programming using MPI

An algorithm that uses MPI commands to solve a problem

Directions:

To run the program, execute the following command:

mpiexec -n 4 python3 project.py

Introduction

For this project we choose a topic covered in class or similar to the topics that was provided as samples and designed an algorithm that uses MPI commands to solve a problem. You will describe the algorithm using clear pseudocode and implement your algorithms in python, compile, test it, and submit BOTH the report (as a PDF file) and the programs. We do not care about the efficiency of the algorithms at this point.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages