Skip to content

The aim of the program is averaging each array element with its four adjacent ones. Many of these operations will be independent from one another and can thus be executed parallelly. Being a distributed memory architecture, chunks of the array are split among the machines available, processed and parts of them exchanged to update their borders t…

Notifications You must be signed in to change notification settings

yissok/Distributed-Memory-Parallel-Computing-Proof-of-Concept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Distributed-Memory-Parallel-Computing-Proof-of-Concept

The aim of the program is averaging each array element with its four adjacent ones. Many of these operations will be independent from one another and can thus be executed parallelly. Being a distributed memory architecture, chunks of the array are split among the machines available, processed and parts of them exchanged to update their borders to approach the correct values more quickly.

About

The aim of the program is averaging each array element with its four adjacent ones. Many of these operations will be independent from one another and can thus be executed parallelly. Being a distributed memory architecture, chunks of the array are split among the machines available, processed and parts of them exchanged to update their borders t…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages