la.env(NB=.laenv$NB, NBMIN=.laenv$NBMIN, NX=.laenv$NX, NS=.laenv$NS, NXSVD=.laenv$NXSVD, MAXB=.laenv$MAXB)
The range of problem sizes needed to determine the optimal block size or crossover point is machine dependent. For algorithms that require a crossover point, it is best to start by finding the best block size with the crossover point set to 0, and then locate the point at which blocked algorithm begins to outperform then unblocked algorithm using this block size. The best crossover point will be somewhat smaller than the latter value.
By experimenting with small values, it should be straightforward to choose NBMIN, the smallest block size that gives improvement over an unblocked method.
la.env( NB = 4, NBMIN = 2, NX = 2)