Skip to content

Commit

Permalink
Use 'HWThread' instead of 'core' in executable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTheBear committed Dec 3, 2021
1 parent 5959a3a commit 57ccada
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions test/executable_tests/likwid-perfctr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
-S 1s -C 0 | EXIT 1 | GREP Option(s) -g <string> or -W <string> must be given on commandline
-S 1s -c 0 -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP Branch
-S 1s -C 0 -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP Branch
-S 1s -c 0,1 -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP core 0 | GREP core 1 | GREP Branch
-S 1s -c 0-1 -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP core 0 | GREP core 1 | GREP Branch
-S 1s -c 0,1-1 -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP core 0 | GREP core 1 | GREP Branch
-S 1s -C 0,1 -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP core 0 | GREP core 1 | GREP Branch
-S 1s -C 0-1 -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP core 0 | GREP core 1 | GREP Branch
-S 1s -C 0,1-1 -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP core 0 | GREP core 1 | GREP Branch
-S 1s -c E:N:2 -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP core 0 | GREP Branch
-S 1s -c E:N:2:1:2 -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP core 0 | GREP Branch
-S 1s -c M:scatter -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP core 0 | GREP Branch
-S 1s -C E:N:2 -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP core 0 | GREP Branch
-S 1s -C E:N:2:1:2 -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP core 0 | GREP Branch
-S 1s -C M:scatter -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP core 0 | GREP Branch
-c 0 -g BRANCH -f hostname | EXIT 0 | GREP Group 1: BRANCH | GREP core 0 | GREP Branch
-C 0 -g BRANCH -f hostname | EXIT 0 | GREP Group 1: BRANCH | GREP core 0 | GREP Branch
-S 1s -c 0,1 -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP HWThread 0 | GREP HWThread 1 | GREP Branch
-S 1s -c 0-1 -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP HWThread 0 | GREP HWThread 1 | GREP Branch
-S 1s -c 0,1-1 -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP HWThread 0 | GREP HWThread 1 | GREP Branch
-S 1s -C 0,1 -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP HWThread 0 | GREP HWThread 1 | GREP Branch
-S 1s -C 0-1 -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP HWThread 0 | GREP HWThread 1 | GREP Branch
-S 1s -C 0,1-1 -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP HWThread 0 | GREP HWThread 1 | GREP Branch
-S 1s -c E:N:2 -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP HWThread 0 | GREP Branch
-S 1s -c E:N:2:1:2 -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP HWThread 0 | GREP Branch
-S 1s -c M:scatter -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP HWThread 0 | GREP Branch
-S 1s -C E:N:2 -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP HWThread 0 | GREP Branch
-S 1s -C E:N:2:1:2 -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP HWThread 0 | GREP Branch
-S 1s -C M:scatter -g BRANCH -f | EXIT 0 | GREP Group 1: BRANCH | GREP HWThread 0 | GREP Branch
-c 0 -g BRANCH -f hostname | EXIT 0 | GREP Group 1: BRANCH | GREP HWThread 0 | GREP Branch
-C 0 -g BRANCH -f hostname | EXIT 0 | GREP Group 1: BRANCH | GREP HWThread 0 | GREP Branch
-C 0 -g BRANCH -f -m hostname | EXIT 1 | GREP Marker API result file does not exist
-C 0 -g BRANCH -f -t 200ms hostname | EXIT 0 | GREP Cores: 0
-C 0 -g BRANCH -f -t 200ms hostname | EXIT 0 | GREP HWThreads: 0
-C 0 -g BRANCH -f -m ../streamGCC | EXIT 0 | GREP Region triad | GREP Region copy
4 changes: 2 additions & 2 deletions test/executable_tests/likwid-powermeter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
-c 0 hostname | EXIT 0 | GREP consumed | GREP socket 0
-M 1 | EXIT 0 | GREP Runtime: 2
-M 0 | EXIT 1 | GREP Operation not permitted
-t | EXIT 0 | GREP Current core temperatures: | GREP Socket 0 Core 0:
-f | EXIT 0 | GREP Current core temperatures: | GREP Socket 0 Core 0:
-t | EXIT 0 | GREP Current HW thread temperatures: | GREP Socket 0 HWThread 0:
-f | EXIT 0 | GREP Current HW thread temperatures: | GREP Socket 0 HWThread 0:

0 comments on commit 57ccada

Please sign in to comment.