computation queue
hello,
is there any possibility in Flux to make a queueing system for the computations of different models?
For example I want to compute 2 different models with high computing times. First I want to compute the first one and after that the second one. Is there any queueing system like this in flux or have I to do it on my on?
Thanks.
Answers
-
Hi,
In Flux you have the possibility to launch many Flux projects in the same time using the batch solve.
In the Flux supervisor, below the “python script”, you have “Batch solver”. Once your project are ready, you select “Batch solver” and select all the projects after this, you click on the “Solve several projects” (this command is located at the bottom left of the supervisor).
Best regards.
0 -
Altair Forum User said:
hello,
is there any possibility in Flux to make a queueing system for the computations of different models?
For example I want to compute 2 different models with high computing times. First I want to compute the first one and after that the second one. Is there any queueing system like this in flux or have I to do it on my on?
Thanks.
For this kind of run (for any software!) you not need a 'queueing system'. If you work under Linux, just use a shell script to run one job after another.
If you have a 'job scheduler' like SGE, Torque, PBS,... your life is simpler :-)
0 -
hi,
Tank you. But he following error arises:
Do you know what I can do?
Thank you.
0 -
Sorry, I know nothing about 'FLUX3D'. I'm speaking from point of view of general computation techniques.
0 -
Altair Forum User said:
Did you have any progress on this? It's been a while since this was posted. I have exactly the same problem in Flux and it gets quite annoying.
If I remember well from the past (when I had a working batch-solve-button, some years ago), it is also useful to solve many scenarios in a project at once.
0