-
In README.md, we have the example:
But how do we incorporate many nodes? I have a cluster with many nodes, 2 CPUs per node, and 20 cores per node. So if I was running on a single node, I would do:
If I want to extend to 3 nodes, for example, should I just triple OMP_NUM_THREADS? So for 3 nodes, 2 CPUs per node, and 20 cores per CPU, I would do:
Is this correct? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
OpenMP does not support multi-nodes, and currently we don't support multi-nodes training as well. |
Beta Was this translation helpful? Give feedback.
OpenMP does not support multi-nodes, and currently we don't support multi-nodes training as well.