Data Reshaping Restrictions/3
Consider also the following restrictions:
- BLOCK DATA (i.e. statically) initialized data cannot be reshaped
- alloca(3) or malloc(3) arrays cannot be reshaped
- F90: a dynamically sized automatic array can be distributed, but an F90 allocatable array is not
- cannot mix I/O for a reshaped array with namelist I/O of a function call in the same I/O statement
- a common block containing a reshaped array cannot be linked -Xlocal