You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Health and nQueens sources leads to produce always executables with UNTIED tasks when compiling with IF-Clause or Final Cut-Off, even when executables with TIED tasks should be produced.
I generated some dump of the object files and indeed the "flag" parameter passed to function "GOMP_task" has always the UNTIED bit set in the aforementioned scenarios.
The text was updated successfully, but these errors were encountered:
Health and nQueens sources leads to produce always executables with UNTIED tasks when compiling with IF-Clause or Final Cut-Off, even when executables with TIED tasks should be produced.
I generated some dump of the object files and indeed the "flag" parameter passed to function "GOMP_task" has always the UNTIED bit set in the aforementioned scenarios.
The text was updated successfully, but these errors were encountered: