soloktanjung
Full Member level 6
Hi,
I use a machine with 12 cores to run a medium size design. I use this command for multithread processing:
But I'm trying to use distributed processing in SoC Encounter to improve the runtime (faster run) using this command instead of above:
I tried to run the distributed processing (ecoroute command) and but noticed that there are not much runtime improvement.
Does anyone has any experience with distributed processing is SoC Encounter to advice me please?
Thanks in advance.
I use a machine with 12 cores to run a medium size design. I use this command for multithread processing:
Code:
setMultiCpuUsage -numThreads max
But I'm trying to use distributed processing in SoC Encounter to improve the runtime (faster run) using this command instead of above:
Code:
setMultiCpuUsage -superThreadsNumThreads max -superThreadsNumHosts 6
I tried to run the distributed processing (ecoroute command) and but noticed that there are not much runtime improvement.
Does anyone has any experience with distributed processing is SoC Encounter to advice me please?
Thanks in advance.