Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 389 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 389 Bytes

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 )