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

Performance counter creation is no longer synchronized at startup #492

Closed
brycelelbach opened this issue Aug 12, 2012 · 1 comment
Closed
Milestone

Comments

@brycelelbach
Copy link
Member

Performance counter creation is no longer completed before user code is executed. Sometimes I get messages like this when running sheneos in distributed:

[what]: unknown performance counter: '/counters/messages{locality#1/total}/count/sent' (no create function for performance counter found: /counters/messages{locality#1/total}/count/sent (counter type is not defined): HPX(bad_parameter): ): HPX(bad_parameter)
[locality-id]: 0
[hostname]: 10.1.1.232:7910
[process-id]: 21462
[function]: query_counters::find_counters
[file]: /home/wash/hpx/src/util/query_counters.cpp
[line]: 58
[os-thread]: 1
[thread-id]: 00000000021050f8
[thread-description]: call_startup_functions_action
[version]: V1.0.0-trunk (AGAS: V2.1)
[boost]: V1.48.0
[build-type]: debug
[date]: Aug 12 2012 00:23:05
[platform]: linux
[compiler]: GNU C++ version 4.4.6
[stdlib]: GNU libstdc++ version 20111207

I am using 930877c

@hkaiser hkaiser closed this as completed Aug 12, 2012
@hkaiser
Copy link
Member

hkaiser commented Aug 12, 2012

Duplicate of #491

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