Skip to content

Commit

Permalink
Move large automatic arrays to the heap
Browse files Browse the repository at this point in the history
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
Roy-KC committed Aug 21, 2023
1 parent 926e0ce commit 3acb049
Show file tree
Hide file tree
Showing 3 changed files with 502 additions and 411 deletions.
Loading

0 comments on commit 3acb049

Please sign in to comment.