libxmp/libxmpf in Omni Compiler  1.3.4
xmp_scalasca.h File Reference
#include "epik_user.h"
Include dependency graph for xmp_scalasca.h:

Go to the source code of this file.

Macros

#define _XMP_M_EPIK_USER_START   EPIK_USER_START
 profiling start More...
 
#define _XMP_M_EPIK_USER_END   EPIK_USER_END
 profiling stop More...
 
#define _XMP_M_EPIK_GEN_OFF()   epk_mpi_nogen = 1
 turn off event generation More...
 
#define _XMP_M_EPIK_GEN_ON()   epk_mpi_nogen = 0
 turn on event generation More...
 

Variables

int epk_mpi_nogen
 flag to indicate whether event generation is turned on or off More...
 

Macro Definition Documentation

◆ _XMP_M_EPIK_GEN_OFF

#define _XMP_M_EPIK_GEN_OFF ( )    epk_mpi_nogen = 1

turn off event generation

◆ _XMP_M_EPIK_GEN_ON

#define _XMP_M_EPIK_GEN_ON ( )    epk_mpi_nogen = 0

turn on event generation

◆ _XMP_M_EPIK_USER_END

#define _XMP_M_EPIK_USER_END   EPIK_USER_END

profiling stop

◆ _XMP_M_EPIK_USER_START

#define _XMP_M_EPIK_USER_START   EPIK_USER_START

profiling start

Variable Documentation

◆ epk_mpi_nogen

int epk_mpi_nogen

flag to indicate whether event generation is turned on or off