Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure.ac #1

Open
bvikranth opened this issue Aug 13, 2017 · 2 comments
Open

configure.ac #1

bvikranth opened this issue Aug 13, 2017 · 2 comments

Comments

@bvikranth
Copy link

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

@bvikranth
Copy link
Author

Unable to compile NPB benchmarks with ompicc

@gzachos
Copy link

gzachos commented May 19, 2018

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants