Hi everyone,
I am running a big simulation in Simlab and it takes a huge time to finish as it needs to go through several parameters to be completed. Does any of you have a suggestion on how to speed up the computation time?
I already set the number of the cores to the maximum, but I still do not see a noticeable difference compared to the time it takes when I set it to a low number.
Does any of you have any tips? Maybe parallel computation? Consider that I am doing everything from a separate python script file, hence it would be appreciated, if parallel computation is an option, that you also show how to implement it correctly in the source code.