Landmask generation process fails if more than 127 processes are requested. Assuming because of the strategy we use, which is essentially to insert 1:NProcs repeatedly until the mask is filled, tries to put values >=128 into an 8 bit signed integer array. Would need a bit of a rework to handle more processes.