Skip to content

Commit 7b5e062

Browse files
committed
Remove outdated examples and configs
1 parent 3dc5503 commit 7b5e062

15 files changed

+2
-550
lines changed

cmake/hostconfig/gitlab-butte-xlc.cmake

-27
This file was deleted.

cmake/hostconfig/gitlab-quartz-clang.cmake

-28
This file was deleted.

cmake/hostconfig/gitlab-quartz-gcc.cmake

-31
This file was deleted.

cmake/hostconfig/gitlab-quartz-intel.cmake

-29
This file was deleted.

cmake/hostconfig/gitlab-quartz-pgi.cmake

-28
This file was deleted.

cmake/hostconfig/llnl-toss3-gcc.cmake

-22
This file was deleted.

cmake/toolchains/bgq-dynamic.toolchain

-6
This file was deleted.

examples/configs/callpath-sampling.conf

-11
This file was deleted.

examples/configs/papi_cycles.conf

-2
This file was deleted.

examples/configs/report.calql

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
select
2-
sum(time.duration) as Time,
2+
sum(time.duration.ns) as Time,
33
count()
44
group by
5-
prop:nested
5+
path
66
format
77
tree

examples/configs/sampling.conf

-55
This file was deleted.

examples/scripts/compiler/cali-instrument

-23
This file was deleted.

examples/scripts/compiler/cali-uninstrument

-1
This file was deleted.

0 commit comments

Comments
 (0)