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
yilizheng edited this page Dec 19, 2014
·
56 revisions
Frequently asked questions
My UPC++ app uses async remote function invocation and it seems to hang in a barrier.
Please try to set the following environment variable before running the UPC++ app
export GASNET_SUPERNODE_MAXSIZE=1 ## disable process shared memory (pshm) if your code deadlocks