In the documentation for example of descinit we find the following attributes in the descriptor of a distributed array (arguments 4 and 5):
* MB (global input) INTEGER
* The blocking factor used to distribute the rows of the
* matrix. MB >= 1.
*
* NB (global input) INTEGER
* The blocking factor used to distribute the columns of the
* matrix. NB >= 1.
What is the blocking factor described here ?