rP and nP missing as options to parfor? #3

Closed
opened 2024-05-10 16:05:58 +02:00 by btglau · 1 comment
btglau commented 2024-05-10 16:05:58 +02:00 (Migrated from github.com)

Hello,

Thank you for writing this module! I would like to adjust rP and nP to control the memory/worker ratio for my parfor tasks, but it seems to be missing from the code?

Hello, Thank you for writing this module! I would like to adjust rP and nP to control the memory/worker ratio for my parfor tasks, but it seems to be missing from the code?
wimpomp commented 2024-05-24 17:03:36 +02:00 (Migrated from github.com)

I removed rP and nP a while ago when I changed quite few things, but forgot to take it from the readme. I now introduced the n_processes argument which will let you change the number of processes.

I removed rP and nP a while ago when I changed quite few things, but forgot to take it from the readme. I now introduced the n_processes argument which will let you change the number of processes.
Sign in to join this conversation.