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
@bvikranth Thanks for noticing. The check for pthread affinity was already fixed when you opened this request but the changes are yet to be published. Sorry for the late response but I was not watching this repository. You can find the official download page of OMPi here and the recently created official GitHub repository here.
pthread_affinity check is unable to set CAN_BIND properly.
replace with
pthread_attr_setaffinity_np(&attr, sizeof(cpuset), (const cpu_set_t *)&cpuset); ]])], instead of
pthread_setaffinity
The text was updated successfully, but these errors were encountered: