Came across this compile-time variable that controls whether the arrays are statically sized (on stack) or on the heap (with allocate). This choice may have a performance impact and so would be good to check.
The old shell script for compiling (exp/MOM_compile.csh) has this enabled disabled, i.e., the arrays were static dynamic.
Came across this compile-time variable that controls whether the arrays are statically sized (on stack) or on the heap (with allocate). This choice may have a performance impact and so would be good to check.
The old shell script for compiling (
exp/MOM_compile.csh) has thisenableddisabled, i.e., the arrays werestaticdynamic.