jharwell / sierra

Automation framework for the scientific method in AI research
MIT License
18 stars 1 forks source link

enh/101-hpc-batch-exp-runs #101

Closed jharwell closed 5 years ago

jharwell commented 5 years ago

Right now it runs all the simulations for an experiment at once. However, on Mesabi nodes which have 24 cores, I can only use 48 at a time. So if I want to average the results of 100 runs I need to be able to specifythe # of jobs that parallel can run in parallel when running on HPC.

jharwell commented 5 years ago

GNU Parallel already does this by default I think