Skip to content

Commit

Permalink
Sync with paper version
Browse files Browse the repository at this point in the history
  • Loading branch information
jefg89 committed Oct 14, 2021
1 parent 8debf24 commit 764c145
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion simulationcontrol/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
SNIPER = os.path.dirname(HERE)

RESULTS_FOLDER = os.path.join(SNIPER, 'results')
NUMBER_CORES = 16
NUMBER_CORES = 32
SNIPER_CONFIG = 'gainestown'
6 changes: 3 additions & 3 deletions simulationcontrol/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,14 @@ def test_static_power():

def test_custom_app(appname = 'myapps-my_pi'):# note: the app name should in the format myapps-appname
#run(['4.0GHz', 'fastDVFS', 'maxFreq'], 'parsec-bodytrack-simmedium-2,splash2-ocean.ncont-large-1,parsec-streamcluster-simmedium-2' , save=true)
run(['4.0GHz', 'fastDVFS', 'maxFreq'], '{}-{}-{}'.format(appname, 1000, 1)+ ',{}-{}-{}'.format(appname, 10000, 1), save=True)
run(['4.0GHz', 'fastDVFS', 'maxFreq'], '{}-{}-{}'.format(appname, 1000, 1), save=True)
#run(['4.0GHz', 'mediumDVFS', 'maxFreq'], '{}-{}-{}'.format('myapps-my_pi', 100000000,1) + ',{}-{}-{}'.format('myapps-my_pi', 100000000,1) + ',{}-{}-{}'.format('myapps-my_pi', 100000000,1) + ',{}-{}-{}'.format(appname,1000000, 1) + ',{}-{}-{}'.format('myapps-my_pi', 100000000,1) + ',{}-{}-{}'.format('myapps-my_pi', 100000000,1) + ',{}-{}-{}'.format('myapps-my_pi', 100000000,1) + ',{}-{}-{}'.format('myapps-my_pi', 100000000,1) + ',{}-{}-{}'.format('myapps-my_pi', 1000000000,1) + ',{}-{}-{}'.format('myapps-my_pi', 1000000000,1) + ',{}-{}-{}'.format('myapps-my_pi', 1000000000,1) + ',{}-{}-{}'.format('myapps-my_pi', 1000000000,1) + ',{}-{}-{}'.format('myapps-my_pi', 100000000,1) ,save=False)
#run(['4.0GHz', 'slowDVFS', 'maxFreq'], 'parsec-x264-simsmall-1', save=True)

def my_parallel_execution():
run(['4.0GHz', 'slowDVFS', 'maxFreq'], '{}-{}-{}'.format('myapps-aes', 5000000,1) + ',splash2-lu.ncont-small-1,parsec-canneal-simsmall-2,splash2-fmm-small-1,' + \
run(['4.0GHz', 'slowDVFS', 'maxFreq'], '{}-{}-{}'.format('myapps-aes', 1000000,1) + ',splash2-lu.ncont-small-1,parsec-bodytrack-simsmall-2,splash2-fmm-small-1,' + \
'splash2-cholesky-small-1,splash2-radiosity-small-1,splash2-fft-small-1,parsec-fluidanimate-small-2,' + \
'splash2-radix-small-1,parsec-x264-simsmall-1,splash2-raytrace-small-1,parsec-blackscholes-simsmall-2,parsec-dedup-simsmall-2', save=True)
'splash2-radix-small-1,parsec-x264-simsmall-1,splash2-raytrace-small-1,parsec-blackscholes-simsmall-2,splash2-barnes-small-1', save=True)


def main():
Expand Down

0 comments on commit 764c145

Please sign in to comment.