Batch Run Elmer Analyses in Parallel on single machine

Numerical methods and mathematical models of Elmer
Post Reply
pmxppl
Posts: 15
Joined: 29 Jun 2021, 13:41
Antispam: Yes

Batch Run Elmer Analyses in Parallel on single machine

Post by pmxppl »

Hi,

If I have multiple analyses to be run can I batch run them in parallel using multiple threads on a single machine? If so can you point me towards some relevant documentation on how to do this.

Thanks and Kind Regards,

Paul
kevinarden
Posts: 2221
Joined: 25 Jan 2019, 01:28
Antispam: Yes

Re: Batch Run Elmer Analyses in Parallel on single machine

Post by kevinarden »

You can run as many Elmersolver analyses at the same time that you wish, as long as you handle the file locations in the setup and execution. Easiest way to do that is an unique directory for each run. Running them in batch at the same time means setting up a bash/command operating system file that runs each one, or go to each directory and start ElmerSolver manually.
pmxppl
Posts: 15
Joined: 29 Jun 2021, 13:41
Antispam: Yes

Re: Batch Run Elmer Analyses in Parallel on single machine

Post by pmxppl »

Thank you very much Kevin for your quick reply

Kind Regards,

Paul
Post Reply