PAPI_library_init() initializes the PAPI library. It must be called
before any PAPI functions can be used. If your application
is making use of threads
PAPI_thread_init (3)
must also be called prior to making any calls to the library other
than
PAPI_library_init().
version -- upon initialization, PAPI checks the argument against the internal value of
PAPI_VER_CURRENT when the library was compiled. This guards against portability
problems when updating the PAPI shared libraries on your system.