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
Wrap can generate reentry guards for all MPI functions when enabling the -g option. However, a global static int will be used, which is not thread safe.
The text was updated successfully, but these errors were encountered:
Wrap can generate reentry guards for all MPI functions when enabling the
-g
option. However, a globalstatic int
will be used, which is not thread safe.The text was updated successfully, but these errors were encountered: