Skip to content

Commit

Permalink
Fixes names for some PAPI values
Browse files Browse the repository at this point in the history
  • Loading branch information
jplehr committed Apr 30, 2021
1 parent aad76e2 commit 5f068ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PAPI := /opt/papi/install
#PAPI := /shared/apps/.gcc/4.9/.openmpi/4.0/papi/5.7.0
#PAPI := /shared/apps/.gcc/9.1/.openmpi/4.0/papi/5.7.0
COMPILER := $(CXX)
#COMPILER := $(CXX)
#COMPILER := gcc4.9.4
#COMPILER := gcc9.1.0
#COMPILER := clang10.0.0
Expand Down
4 changes: 2 additions & 2 deletions PapiInstance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ int getEnvEventCode(char *event_code) {
{ "SR_INS", PAPI_SR_INS },
{ "BR_INS", PAPI_BR_INS },
{ "VEC_INS", PAPI_VEC_INS },
{ "FLOPS", PAPI_FLOPS },
{ "FLOPS", PAPI_FP_OPS },
{ "RES_STL", PAPI_RES_STL },
{ "FP_STAL", PAPI_FP_STAL },
{ "TOT_CYC", PAPI_TOT_CYC },
{ "IPS", PAPI_IPS },
//{ "IPS", PAPI_IPS },
{ "LST_INS", PAPI_LST_INS },
{ "SYC_INS", PAPI_SYC_INS },
{ "L1_DCH", PAPI_L1_DCH },
Expand Down

0 comments on commit 5f068ec

Please sign in to comment.