Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move large automatic arrays to the heap
netcdf_eightbyte.F90 and netcdf_expanded.F90 were generated with M4. Two changes repeated in numerous functions. defaultIntArray is allocated rather than placed on the stack. Added shapeValues variable to eliminate temporary stack usage by "reshape" intrinsic.
- Loading branch information