On Fri, 21 Jan 2022 at 13:40, linux guy linuxguy123@gmail.com wrote:
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 ?
I have used GNU parallel for similar tasks, but not for several years. At the time I was using it, new capabilities were appearing regularly.