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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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…
yissok/Distributed-Memory-Parallel-Computing-Proof-of-Concept
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published