dispy node is not using all cores of CPUs of one node

Questions, issues regarding dispy / pycos

Moderator: admin

Post Reply
nilashan
Posts: 4
Joined: Fri Jan 08, 2021 6:29 am

dispy node is not using all cores of CPUs of one node

Post by nilashan »

Hi All,

When I start dispy node with 8 cpu cores, when I submit a job, it's not using all it's cores. I see only one core is being used. Are there any ways to utilize all cores forcefully? When I trigger the top command, I see only one python process.

Thanks.

Regards,
Nilashan
Giri
Site Admin
Posts: 58
Joined: Sun Dec 27, 2020 5:35 pm

Re: dispy node is not using all cores of CPUs of one node

Post by Giri »

One dispy job uses one CPU. To use more CPUs, you should submit more jobs. You can submit more jobs than available CPUs, in which case dispy scheduler will run at most as many jobs as available CPUs and submit more jobs as some jobs are finished.
Post Reply