Skip to content

Commit

Permalink
Feature saxpy caliper support (#115)
Browse files Browse the repository at this point in the history
* Add caliper to saxpy

* add license

* Fix license

* Consolidate adiak calls

* Consolidate adiak calls

---------

Co-authored-by: Riyaz Haque <[email protected]>
Co-authored-by: pearce8 <[email protected]>
  • Loading branch information
3 people authored Jan 17, 2024
1 parent 2f93189 commit ce41ac6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions repo/saxpy/saxpy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,6 @@ int main(int argc, char** argv) {
* Set Caliper and Adiak metadata
*----------------------------------------------------------*/
adiak_init(&comm);
adiak_user();
adiak_uid();
adiak_launchdate();
adiak_executable();
adiak_executablepath();
adiak_collect_all();
adiak_namevalue("compiler", adiak_general, NULL, "%s", SAXPY_COMPILER_ID);
adiak_namevalue("compiler version", adiak_general, NULL, "%s", SAXPY_COMPILER_VERSION);
Expand Down

0 comments on commit ce41ac6

Please sign in to comment.