-
Dear all, In previous single analysis, it works fine to run the simulation on 4 cores in parallel by setting the cores= tasks=4 ; however in the Parametric analysis, set cores=4 tasks=4 leads to running 4 tasks of parametric sweep simultaneously. Moreover, set cores = 6 and tasks = 2, leads to running 2 tasks of parametric sweep at the same time, but each task runs in serial, namely only 2 cores are active, while 6 activated cores and 3 cores for each task are expected.
Anyone knows how to setup parametric analysis so that the tasks can be solved in parallel properly? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
I notice there is a proposal similar to my purpose Add more options to submit_job() #6316 I'm wandering how could this be implemented at this moment, is there any way to work around? Any help would be great appreciate! |
Beta Was this translation helpful? Give feedback.
Hi Jonathon,
thank you so much for your replies and inspiring discussion. Following your suggestion yesterday, I tried to work with ACF file out and finally find the solution after some demo retry.
One more thing I have to clarify is what I work on is Icepak, I should have mention it more clearly in the very beginning. And the different solvers behind Icepak (FVM solver from Fluent) and HFSS (FEM solver from Ansys) make our discussion a little bit less straightforward :)
In Icepak, SMP with MPI calls No. of processes = No. Tasks in Setup to run a single simulation case in parallel. Therefore, the No. Tasks = No. Cores is still necessary, and my purpose in Icepak could be achieved by modif…