Setting a Range for the Number of Processes

To limit the number of processes running on one node, you can use the perhost-range min:max option. For example: the following command defines the number of MPI ranks on each node, between 4 and 8:

$ mpitune --perhost-range 4:8