catrueeb
Mechanical
- Nov 21, 2018
- 13
I am trying to run a big number of Jobs simultaneously, on a lot of different CPUs. In my Python Script I am runnning a loop which submits all the jobs WITHOUT calling waitforcompletion(). Still, if I run my script over 'abaqus cae noGUI=...' it is processing the jobs sequentially. Why is this? Î have thousands of jobs and would like to distribute them over my cores.