Replies: 1 comment
-
First, just to check, make sure to not launch the script 32 times on the node. This might be happening when you do Also, if it is only a single node, you don't need to use slurm cluster manager; you can just use regular distributed computing with If everything is good above, the next thing to try is increase the population size. The default is about 30. I would go up to 300. That should let each worker work for much longer without communicating with the head worker. Additional tweaks to try would be to increase |
Beta Was this translation helpful? Give feedback.
-
Hi, trying to tune my
pysr
code on slurm, and just want to know if there are any tweaks I can do to increase CPU usage efficiency. I'm running a whole node job with 32 cores. Only 23% of CPU time was used. Head worker occupation was 6.9%. The start of the .sh file and my definedPySRRegressor
shown below.Are there any things in
PySRRegressor
that I can tweak that might increase the CPU usage?Beta Was this translation helpful? Give feedback.
All reactions