Is it possible to run different simulations automatically one after the other?

Leopold Bergk
Leopold Bergk Altair Community Member
edited November 2022 in Community Q&A

Hey Community,

I have several models that I want to simulate. Is there any way that Radioss can keep running until the simulation list ends? 

Thanks in advance

Leo

Tagged:

Best Answer

  • PaulAltair
    PaulAltair
    Altair Employee
    edited November 2022 Answer ✓

    If you are running locally and want to run a number of jobs, you can queue jobs using compute console: set maximum number of jobs to run in parallel to the value you want and any additional jobs will be queued on submission and then run when the previous one finishes. If you are running on a cluster or similar, then that would normally be handled by a queue manager of some sort (e.g. pbs) but you can also just put your runs sequentially into a bash script as a very rudimentary way of queuing them.

    image

Answers

  • PaulAltair
    PaulAltair
    Altair Employee
    edited November 2022 Answer ✓

    If you are running locally and want to run a number of jobs, you can queue jobs using compute console: set maximum number of jobs to run in parallel to the value you want and any additional jobs will be queued on submission and then run when the previous one finishes. If you are running on a cluster or similar, then that would normally be handled by a queue manager of some sort (e.g. pbs) but you can also just put your runs sequentially into a bash script as a very rudimentary way of queuing them.

    image