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

Adding test verifying -Ihpx.os_threads=all #2270

Merged
merged 2 commits into from
Jul 30, 2016
Merged

Adding test verifying -Ihpx.os_threads=all #2270

merged 2 commits into from
Jul 30, 2016

Conversation

hkaiser
Copy link
Member

@hkaiser hkaiser commented Jul 28, 2016

This fixes #2262


int main(int argc, char* argv[])
{
std::vector<std::string> cfg = { "hpx.os_threads=all" };
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This probably won't work as our test runner scripts explicitly set the number of threads to use on the command line. IIRC, the arguments passed on the command line will override the config.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. I'll change this not to pass along the command line options to HPX.

@hkaiser hkaiser merged commit d2d84e6 into master Jul 30, 2016
@hkaiser hkaiser deleted the fixing_2262 branch July 30, 2016 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test hpx.os_threads=all
2 participants