A global struct is being used inside a parallel region. This may be due to using persistent or global data in functions

Post Reply
fyousefi
Posts: 3284
Joined: Thu Feb 25, 2021 4:49 pm
Contact:

A global struct is being used inside a parallel region. This may be due to using persistent or global data in functions

Post by fyousefi »

A global struct is being used inside a parallel region. This may be due to using persistent or global data in functions called from within a parfor loop. Another reason might be that local variables take space greater than the specified stack size; these are moved to a static area and accessed by a global pointer. In this case consider increasing the stack size, if possible



FE
Post Reply

Who is online

Users browsing this forum: No registered users and 29 guests