[Bug libgomp/63700] It is impossible to set the OpenMP stack size from inside a program

2024-06-04 Thread walter.zimmer at dlr dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63700 --- Comment #3 from Walter Zimmer --- Still, we're looking for a way to accomplish this. Any news? I didn't see anything concerning stack size in the current OpenMP docs.

[Bug libgomp/63700] It is impossible to set the OpenMP stack size from inside a program

2018-02-06 Thread walter.zimmer at dlr dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63700 --- Comment #2 from Walter Zimmer --- We upgraded to gcc 7 and it seems nothing has changed in setting the stack size (except for Darwin). One solution would be to add a gomp call to alter the stack size in gomp_thread_attr after it was initiali

[Bug libgomp/63700] New: Is is impossible to set the OpenMP stack size from inside a program

2014-10-31 Thread walter.zimmer at dlr dot de
Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: walter.zimmer at dlr dot de CC: jakub at gcc dot gnu.org We have a binary which uses a lot of stack due to external libray we have no control over. Single threaded