Skip to content

bartosz-rogowski/parallel-and-distributed-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Parallel and distributed systems

Projects for university course "Parallel and distributed systems".

Table of contents

  1. Parallel MPI Application
  2. Distributed Application

1. Parallel MPI Application: Minimal Spanning Tree - Prim's Algorithm

Prim's algorithm (Parallel Version) written within OpenMPI.

How to run a program (via Makefile):

  • make prepare - for preparing environment (adjusted to the laboratory conditions)
  • make - for compiling the program
  • make run - to run the default version of program, takes 3 args:
    • n - number of processes
    • in - path to the file with input data
    • out optional - path to the file with output data (adjacency matrix of MST)
  • make run0_ (_ means number between 1 and 5)

link to documentation


2. Distributed <type to be established> Application: <subject to be established>

Prim's algorithm (Distributed Version) written within UPC++.

How to run a program (via Makefile):

  • make prepare - for preparing environment (adjusted to the laboratory conditions)
  • make compile - for compiling the program
  • make run - to run the default version of program, takes 3 args:
    • n - number of processes
    • in - path to the file with input data
    • out optional - path to the file with output data (adjacency matrix of MST)
  • make run0_ (_ means number between 1 and 5)

link to documentation

About

Projects for university course "Parallel and distributed systems"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published