Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Projects for university course "Parallel and distributed systems"

NotificationsYou must be signed in to change notification settings

bartosz-rogowski/parallel-and-distributed-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 (viaMakefile):

  • 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
    • outoptional - 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 (viaMakefile):

  • 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
    • outoptional - 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

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp