Skip to content

Commit

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

* add license

* Fix license

* Consolidate adiak calls

---------

Co-authored-by: Riyaz Haque <your-email@example.com>
Co-authored-by: pearce8 <pearce8@llnl.gov>
  • Loading branch information
3 people authored Jan 17, 2024
1 parent 1507a8e commit 2f93189
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions repo/saxpy/saxpy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,7 @@ int main(int argc, char** argv) {
adiak_launchdate();
adiak_executable();
adiak_executablepath();
adiak_libraries();
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");
Expand Down

0 comments on commit 2f93189

Please sign in to comment.