- This project generates a file with a huge list of the 3 vallues of the location of many points in space,
and use the datafile that was generated for 2 other programs which do check if the points have a certain distance from zero.
The first is a serial version and the second is the parallel version of the program.
The point of the program is to compare the execution time,how many points had bigger distance etc.
Generaly the differences between both excecutions
- OpenMP
- OpenMPI
- and Cuda
- The first is about the OpenMp and OpenMPI time and value usage compared to a serial version
- A program which Generates a datafile acording to makefile's variables.
- A program which is the Siriac version and which will use the datafile.
- A program which is the Parallel version and which will use the datafile.
- Branch "Cuda" is about Cuda time and value usage compared to a serial
- A program which Generates a datafile acording to makefile's variables.
- A program which is the Siriac version and which will use the datafile and
does not use functions that Parralel version can not use. - A program which is the Parallel version on Cuda and which will use the datafile
- "GNU GENERAL PUBLIC LICENSE" Version 3, 29 June 2007
More info on licence file