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

Extending command line option --hpx:print-counter-destination to support value 'none' #2481

Merged
merged 1 commit into from Feb 7, 2017

Conversation

hkaiser
Copy link
Member

@hkaiser hkaiser commented Feb 5, 2017

  • this suppresses any generated output (useful when using with ITT or APEX)

…ort value 'none'

- this suppresses any generated output (useful when using with ITT or APEX)
#if HPX_HAVE_ITTNOTIFY != 0 && !defined(HPX_HAVE_APEX)
// don't generate any console-output if the ITTNotify API is used
if (!no_output && destination_is_cout && use_ittnotify_api)
no_output = true;
Copy link
Member

Choose a reason for hiding this comment

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

is this really what we want? What about if we want to plot performance counters when not running under vtune?

Copy link
Member Author

Choose a reason for hiding this comment

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

In this case the use_itt_notify will be false, I guess.

Copy link
Member

Choose a reason for hiding this comment

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

Ahh, makes sense, I wasn't aware of that.

@hkaiser hkaiser merged commit 3ba536e into master Feb 7, 2017
@hkaiser hkaiser deleted the counter_no_output branch February 7, 2017 12:43
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.

None yet

2 participants