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
A global struct is being used inside a parallel region. This may be due to using persistent or global data in functions
Who is online
Users browsing this forum: No registered users and 29 guests