Skip to content

kevinabrown/dnd-radial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dragonfly visualization

Visualizing network performance counters of a dragonfly architecture on a supercomputer

Instalation

  • Download and install nodejs
  • Install bower

Note: "-g" means global installation and on osx must be run as sudo. You can install bower locally without the "-g"

  $ npm install -g bower
  • Install the libraries
  $ bower install

Data

Each run should have two file: ####counters.csv Header: sg,sr,sg,dg,dr,dc,color,counter1,counter2,..

Each row describes a link: src group, src row, src col, dest group, dest row, dest col, link color, [counter, ...]

####jobs.csv Header: g,r,c,n,core,jobid

runs.csv

Header: name,counters,jobs

One row per run including a name and paths to counters and jobs files

Running

  $ ./run

Open a browser and point it to localhost:8888

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.4%
  • CSS 8.3%
  • Python 7.1%
  • HTML 2.8%
  • Shell 1.4%