Hi people.

I'm using a server to run a bunch of simulations.  By bunch I mean hundreds.  Each simulation takes from 10 minutes to 10 hours to run.  All of the simulations are run from the command line.  Every day I generate more simulation cases.

I'm looking for a method/system/app that I can give a list of tasks that will run them on the server, automatically, one after another.

How could I do this ?

Thanks