starting gui multisplit from code
Posted: Sun Jun 08, 2014 10:48 am
Hi
I have what seems to be a weird question. Usually when I want to do multisplit on a model that I am running. I do:
Tools-> Parallel Computing -> threads=8 & Multiplit on
Refresh
and it works. But I can't seems to find the correct commands so that this clicks will be automatically run from the code,
When I do the following code:
pc.nthread(8)
pc.multisplit()
I do not see any improvement in the speed of the simulation. Only when I click on the gui on Multisplit checkbox I then see any effect on the simulation time..
I understand that there need to be some kind of load balance command, but I can't seem to find it.
How can I activate the gui Multisplit() command via code?
Thank You
I have what seems to be a weird question. Usually when I want to do multisplit on a model that I am running. I do:
Tools-> Parallel Computing -> threads=8 & Multiplit on
Refresh
and it works. But I can't seems to find the correct commands so that this clicks will be automatically run from the code,
When I do the following code:
pc.nthread(8)
pc.multisplit()
I do not see any improvement in the speed of the simulation. Only when I click on the gui on Multisplit checkbox I then see any effect on the simulation time..
I understand that there need to be some kind of load balance command, but I can't seem to find it.
How can I activate the gui Multisplit() command via code?
Thank You