Skip to content

Helps to generate graphs for analysing execution time of various programs under different Input sizes of data to process and varying number of threads.

Notifications You must be signed in to change notification settings

Manjunath-Jakaraddi/HPC-Graph-Generator

Repository files navigation

HPC-Graph-Generator

  • Modify the program to accept the following parameters
    1. argv[1] => Input Size
    2. argv[2] => Number of threads
  • Change the range of Input Size in the data Section of the following files
    1. script.sh
    2. graph_generator.py

Pre-Requisites

  • Python Libraries
    1. Numpy
    2. CSV
    3. MatPlotLib

Generating the Graph

  • Execute the script file (eg: ./script.sh )

About

Helps to generate graphs for analysing execution time of various programs under different Input sizes of data to process and varying number of threads.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published