jharwell / sierra

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

feature/75-add-serial-running-option #75

Closed jharwell closed 5 years ago

jharwell commented 5 years ago

Because I'm now able to run at MASSIVE scale, I need to use all the cores on my development machine, and running a few simulations in parallel to get an idea of the results is no longer realistic. So, I need to be able to run N simulations serially on the local machine.

Command line option should be --exec=[serial,parallel,hpc], and would replace the current --no-msi flag.