The number of virtual processes nvp is calculated like this:
nvp = threads_per_task * tasks_per_node
This is the number of processes per node, but shouldn't it rather be the number of processes across all nodes?
nvp = threads_per_task * tasks_per_node * num_nodes
The number of virtual processes nvp is calculated like this:
This is the number of processes per node, but shouldn't it rather be the number of processes across all nodes?