paz-lavi/histogram_parallel
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
////////////////////////////////////////////////////////////// we used cuda version 10.2 in the Makefile!!!! Instructions: Complie with the attached makefile. To run you can use the "make run" command only if exist a "data.txt" file in the directory. Else run with the command "mpiexec -np 2 ./hw8 <INFUT FILE NAME / FULL PATH>". The program run with only 2 processes! output will printed to the console: part 1: The histogram array part 2 : Histogram as a vertical graph ////////////////////////////////////////////////////////////// Thank you.