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

Adding caliper annotations #70

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
640f7d0
Initial Caliper support
daboehme Aug 25, 2018
32a638f
Add documentation on Caliper
daboehme Sep 21, 2018
caa0771
Caliper instrumentation update
daboehme Mar 15, 2019
326df96
Use Caliper ConfigManager
daboehme Sep 11, 2019
5fff3bf
Update Makefile
daboehme Jan 3, 2020
debc943
Merge branch 'master' into feature/caliper-annotations
Apr 11, 2020
8623ca8
Merge branch 'LLNL:master' into feature/caliper-annotations
daboehme Nov 3, 2022
4c6a722
Merge branch 'LLNL:master' into feature/caliper-annotations
daboehme Oct 30, 2024
42ecaff
commenting out cuda
Oct 30, 2024
f7f81e1
use gcc build
Oct 30, 2024
5010c6a
changing makefile for spack
Oct 31, 2024
f3e53ef
fixing caliper directory?
Oct 31, 2024
76f22b9
fixing linker
Oct 31, 2024
ec2b3a5
caliper-mpi
Oct 31, 2024
62bede1
undoing change
Oct 31, 2024
d2f1581
initial adiak test
Oct 31, 2024
ca6bd82
adding to adiak
Nov 1, 2024
00ae5d0
tracking more things w/ adiak
Nov 1, 2024
b9f60a7
adding commandline recording
Nov 1, 2024
ab56bd3
potential adiak fix
Nov 1, 2024
a5ccef3
adding adiak to makefile
Nov 4, 2024
26ec548
adding duse_adiak
Nov 4, 2024
87388cb
fix?
Nov 4, 2024
f492f31
fixed maybe
Nov 4, 2024
d46a284
fixed maybe
Nov 4, 2024
c7f263f
fixing functions
Nov 4, 2024
2b8e0a8
fixing functions
Nov 4, 2024
e0b3fb2
removing some adiak tracking
Nov 4, 2024
c92142f
adding hostname tracking
Nov 6, 2024
4c4e606
moving adiak lines
Nov 7, 2024
94b9a3a
additional adiak
Nov 7, 2024
40ec0c3
c++
Nov 7, 2024
fdcab7e
fix params
Nov 7, 2024
0105f4d
possible fix
Nov 7, 2024
334ba51
fixing adiak notation
Nov 7, 2024
bb24b68
collect_all
Nov 18, 2024
9432d5d
nSteps
Nov 18, 2024
da899a6
adding FOM to metadata
Nov 18, 2024
b2b1a76
moving adiak variable
Nov 18, 2024
c1ce810
adding import stdlib
Nov 20, 2024
d1ad195
adding import stdlib
Nov 20, 2024
b55703e
adding import stdlib
Nov 20, 2024
8d11b46
adding import stdlib
Nov 20, 2024
735c86b
adding import stdlib
Nov 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adding import stdlib
august-knox committed Nov 20, 2024
commit c1ce81093d1525a6d19d3c4c1efe98746194774d
1 change: 1 addition & 0 deletions src/main.cc
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@
#include "CycleTracking.hh"
#include "CoralBenchmark.hh"
#include "EnergySpectrum.hh"
#include <stdint.h>

#include "git_hash.hh"
#include "git_vers.hh"