Mapping arrays in CM Fortran
Arrays can be allocated on front-end (VAX, Sun,etc) or on the CM itself.
By default an array is a CM array if it ever used in a F90 array assignment in the current procedure; it is a front-end array if it is only ever used in F77 style.
Distributed arrays (“CM arrays”) can have any shape.