39 #ifndef POMP2_USER_LIB_H 
   40 #define POMP2_USER_LIB_H 
   59 #if defined( __SUNPRO_C ) 
   60 #pragma error_messages (off, E_NOWAIT_REDUCTION_USE) 
   66 #ifndef __opari2_region_handle 
   68 #define __opari2_region_handle 
   71 typedef OPARI2_Region_handle POMP2_USER_Region_handle;
 
  126 POMP2_Begin( POMP2_USER_Region_handle* pomp2_handle,
 
  127              const char                ctc_string[] );
 
  133 POMP2_End( POMP2_USER_Region_handle* pomp2_handle );
 
  142                           const char                ctc_string[] );
 
void POMP2_Begin(POMP2_USER_Region_handle *pomp2_handle, const char ctc_string[])
void POMP2_End(POMP2_USER_Region_handle *pomp2_handle)
void POMP2_Finalize(void)
void POMP2_USER_Assign_handle(POMP2_USER_Region_handle *pomp2_handle, const char ctc_string[])
size_t POMP2_USER_Get_num_regions(void)
void * OPARI2_Region_handle
Definition: pomp2_user_lib.h:67
const char * POMP2_Get_opari2_version(void)
void POMP2_USER_Init_regions(void)