ocaml-papi icon indicating copy to clipboard operation
ocaml-papi copied to clipboard

Papi.add : Exception: Sys_error "Unknown PAPI error.".

Open Tertiu opened this issue 5 years ago • 0 comments

Can't add any event to an eventset.

Papi.init ();;

unit = ()

let es = Papi.create () ;;

val es : Papi.eventset =

Papi.add es L3_TCA;;

Exception: Sys_error "Unknown PAPI error.".

Tertiu avatar Mar 02 '20 10:03 Tertiu