libgomp: OMP_STACKSIZE

1 
1 3.11 'OMP_STACKSIZE' - Set default thread stack size
1 ====================================================
1 
1 _Description_:
1      Set the default thread stack size in kilobytes, unless the number
1      is suffixed by 'B', 'K', 'M' or 'G', in which case the size is,
1      respectively, in bytes, kilobytes, megabytes or gigabytes.  This is
1      different from 'pthread_attr_setstacksize' which gets the number of
1      bytes as an argument.  If the stack size cannot be set due to
1      system constraints, an error is reported and the initial stack size
1      is left unchanged.  If undefined, the stack size is system
1      dependent.
1 
1 _Reference_:
1      OpenMP specification v4.5 (http://www.openmp.org/), Section 4.7
1