Skip to content
Snippets Groups Projects
Commit e054f618 authored by petros.anastasiadis's avatar petros.anastasiadis
Browse files

Readme updates, Global_maker

parent e172c74f
Branches
No related merge requests found
......@@ -3,11 +3,12 @@
## Intro
This training's purpose is to select a simple algorithm, and starting from a basic serial implementation to explore multiple parallel options and implementations.
In this case, we used the simple Matrix-Vector multiplication algorithm, because of its simplicity and parallelization posibilities. All our experiments were implemented and tested on the GRNET's ARIS HPC. Each program subdirectory ( GPUs, MPI, OpenMP ) contains the corresponding programs source code, submit scripts and makefiles.
## Directory breakdown
```
Training
├── External_Functions
├── GPUs
......@@ -16,8 +17,10 @@ Training
├── Outputs
│ └── Debug
└── Serial
```
## External_Functions
This directory contains basic helper functions used by most of our programs. These are included and compiled along with the programs in their own directories. Changing this directory's location requires updating the program makefiles.
## Serial
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment