Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Training_Test
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
petros.anastasiadis
Training_Test
Commits
b884aedf
Commit
b884aedf
authored
Sep 20, 2017
by
petros.anastasiadis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parent
1f9f48e5
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
28 deletions
+18
-28
External_Functions/README.md
External_Functions/README.md
+5
-6
GPUs/README.md
GPUs/README.md
+3
-4
MPI/README.md
MPI/README.md
+3
-5
OpenMP/README.md
OpenMP/README.md
+3
-4
Outputs/README.md
Outputs/README.md
+1
-4
Serial/README.md
Serial/README.md
+3
-5
No files found.
External_Functions/README.md
View file @
b884aedf
/
****************************************************
/
Basic helpfull functions used by some of the programs.
Function explanation and usage included in corresponding header(.h) files.
# Basic helpfull functions used by some of the programs.
### Function explanation and usage included in corresponding header(.h) files.
Modify at your own risk!
```
->input.c
20/05/2017: Completed
...
...
@@ -21,6 +22,4 @@ Modify at your own risk!
->timer.c
06/09/2017: Completed
19/09/2017: Modified for better precision
/
****************************************************
/
```
GPUs/README.md
View file @
b884aedf
/
****************************************************
/
A single GPU impementation of the Matrix-Vector algorithm with:
# A single GPU impementation of the Matrix-Vector algorithm with:
```
->cuBLAS(BLAS routines implemented on the GPU by NVIDIA)
07/09/2017: Completed
13/09/2017: Modified to use unified memory
->CUDA (under construction)
```
/
****************************************************
/
MPI/README.md
View file @
b884aedf
/
****************************************************
/
A parallel MPI implementation of the matrix-vector multiplication algorithm
# A parallel MPI implementation of the matrix-vector multiplication algorithm
```
->MPI(Basic implementation using intel mpi for compilation)
19/09/2017: Completed
->MPI-OpenMP(Hybrid implementation with MPI for data management between nodes and OpenMP for computations)
20/09/2017: Completed
/
****************************************************
/
```
OpenMP/README.md
View file @
b884aedf
/
****************************************************
/
Two OpenMP impementations of the Matrix-Vector algorithm:
# Two OpenMP impementations of the Matrix-Vector algorithm:
```
->OpenMP (a simple naive parallel for implementation)
07/09/2017: Completed
->OpenMP_aff(matrix initialization with first touch policy to minimize socket memory transactions. Threads are bind to certain cores)
13/09/2017: Completed
18/09/2017: Added thread binding to match memmory alocation pattern
```
/
****************************************************
/
Outputs/README.md
View file @
b884aedf
/
****************************************************
/
# A folder containing program outputs and error checking files (Debug)
A folder containing program outputs and error checking files (Debug)
/
****************************************************
/
Serial/README.md
View file @
b884aedf
/
****************************************************
/
A serial impementation of the Matrix-Vector algorithm:
# A serial impementation of the Matrix-Vector algorithm:
```
->Serial(Mostly used for time comparison and error checking)
05/09/2017: Completed
/
****************************************************
/
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment