-
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
Feature saxpy caliper support #114
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.
The adiak_collect_all()
function replaces all of the implicit adiak calls, i.e. you can also delete the user, uid, launchdate, executable, and executablepath calls.
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.
adiak_cmdline(); | ||
adiak_hostname(); | ||
adiak_clustername(); | ||
adiak_collect_all(); | ||
adiak_namevalue("compiler", adiak_general, NULL, "%s", SAXPY_COMPILER_ID); | ||
adiak_namevalue("compiler version", adiak_general, NULL, "%s", SAXPY_COMPILER_VERSION); | ||
CALI_MARK_BEGIN("main"); |
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.
@daboehme The separation between "main" and "problem" is to allow for definition of other problems later on. However, if we have to remove one, can we remove "main" and keep "problem" or vice-versa?
No description provided.