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
Mangled names output by the static and dynamic analysis phases.
Problem: suggested OpenMP pragmas might contain these mangled names and lead to compilation errors when applied. Example: NPB.BT
Implement a post processing step to demangle the names using "nm --demangle" command by creating an intermediate mapping file.
Mangled names output by the static and dynamic analysis phases.
Problem: suggested OpenMP pragmas might contain these mangled names and lead to compilation errors when applied. Example: NPB.BT
Implement a post processing step to demangle the names using "nm --demangle" command by creating an intermediate mapping file.
Todo:
The text was updated successfully, but these errors were encountered: