File: papi.cmake

package info (click to toggle)
madness 0.10.1%2Bgit20200818.eee5fd9f-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 34,948 kB
  • sloc: cpp: 280,841; ansic: 12,626; python: 4,961; fortran: 4,245; xml: 1,053; makefile: 716; sh: 276; perl: 244; yacc: 227; lex: 188; asm: 141; csh: 55
file content (8 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
if(ENABLE_PAPI)
  
  find_package(Papi REQUIRED)
      
  # Set the output variables
  set(HAVE_PAPI 1)

endif()