Group: comp.lang.fortran · Group Profile · Search for exceed 10 serial in comp.lang.fortran
Author: Tobias Burnus
Date: Nov 10, 2007 03:29
On Nov 10, 12:52 am, Bart Vandewoestyne <MyFirstName.MyLastN...@telenet.be> wrote: I get: ...unlimited". For OpenMP the memory is put on the stack whereas the serial program uses static memory. Thus for the OpenMP program your stack is ... array that will be put on the stack; if the size is exceeded static memory is used (except in procedures marked as RECURSIVE). Use ...
|