-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add caliper to saxpy #112
Add caliper to saxpy #112
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is the CI run failing?
@pearce8 Fixed. The license comments had a # instead of forward slashes. |
adiak_libraries(); | ||
adiak_cmdline(); | ||
adiak_hostname(); | ||
adiak_clustername(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's just use adiak_collect_all()
for these
CALI_MARK_BEGIN("main"); | ||
|
||
adiak_namevalue("Problem", adiak_general, NULL, "%s", "standard"); | ||
CALI_MARK_BEGIN("problem"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the problem
region is redundant since it's essentially the same as main
No description provided.