You are not logged in.

#1 2012-06-29 09:45:03

hildensia
Member
Registered: 2012-06-29
Posts: 6

simrun - run n instance of a programm in parallel

this is a veeery simple tool I wrote for starting n instances of a programm, while specifying that only j of them should run in parallel.

I needed it for starting a shitload of testruns for a learning algorithm i developed. I wanted to run it 1000 times, but then even our server wasn't able to handle all of them in parallel. so this little tool starts 20 of them in parallel waits for them to return and starts them again until every 1000 are done. think of it as "make -j" for every programm.

Github page:
https://github.com/hildensia/simrun

Offline

Board footer

Powered by FluxBB