10 {
11
12 int init_version, lib_version;
14
15
17
19
23 }
24
26 printf( "Version.c: Compare and report versions from papi.h and the papi library.\n" );
27 printf( "-------------------------------------------------------------------------\n" );
28 printf( " MAJOR MINOR REVISION INCREMENT\n" );
29 printf( "-------------------------------------------------------------------------\n" );
30
31 printf( "PAPI_VER_CURRENT : %4d %6d %7d %10d\n",
36 printf( "PAPI_library_init: %4d %6d %7d %10d\n",
41 printf( "PAPI_VERSION : %4d %6d %7d %10d\n",
46 printf( "PAPI_get_opt : %4d %6d %7d %10d\n",
51
52 printf( "-------------------------------------------------------------------------\n" );
53 }
54
57 }
58
60
61 return 0;
62}
Get PAPI library or event set options.
initialize the PAPI library.
#define PAPI_VERSION_REVISION(x)
#define PAPI_VERSION_MAJOR(x)
#define PAPI_VERSION_INCREMENT(x)
#define PAPI_VERSION_MINOR(x)
int tests_quiet(int argc, char **argv)
void PAPI_NORETURN test_fail(const char *file, int line, const char *call, int retval)
void PAPI_NORETURN test_pass(const char *filename)