Skip to content

enfurars/MPI-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MPI-Project

Message Passing Interface using Microsoft MPI and mpi4py library.

Please read project description for detailed information.

Manuals to Run the Project

  • Install Python and add its executable to the PATH.

  • Install MPI from microsoft and add its executable to the PATH.

  • Libraries:

    • Install numpy with pip install numpy
    • Install mpi4py with pip install mpi4py
  • Command:

    • execute the following command in the same directory with code files and your input file

    • mpiexec -n 1 python master.py input.txt output.txt

  • note that you may need to change the name of the input.txt based on your file name.

About

Message Passing Interface using Microsoft MPI and mpi4py library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages