source: doc/theses/colby_parsons_MMath/benchmarks/actors/genPlots

Last change on this file was f945fa7, checked in by Peter A. Buhr <pabuhr@…>, 13 hours ago

fix spelling mistake in directory name

  • Property mode set to 100755
File size: 374 bytes
Line 
1#!/bin/bash -
2python3 plotData.py data/nasus_ALL.txt nasus
3python3 plotData.py data/pyke_ALL.txt pyke
4python3 plotData.py data/nasus_CFA.txt nasusCFA
5python3 plotData.py data/pyke_CFA.txt pykeCFA
6python3 plotData.py data/nasus_SEND.txt nasus
7python3 plotData.py data/pyke_SEND.txt pyke
8python3 plotData.py data/nasus_MEM.txt nasus
9python3 plotData.py data/pyke_MEM.txt pyke
Note: See TracBrowser for help on using the repository browser.