|
libxmp/libxmpf in Omni Compiler
1.3.4
|
#include "epik_user.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... | |
| #define _XMP_M_EPIK_GEN_OFF | ( | ) | epk_mpi_nogen = 1 |
turn off event generation
| #define _XMP_M_EPIK_GEN_ON | ( | ) | epk_mpi_nogen = 0 |
turn on event generation
| #define _XMP_M_EPIK_USER_END EPIK_USER_END |
profiling stop
| #define _XMP_M_EPIK_USER_START EPIK_USER_START |
profiling start
| int epk_mpi_nogen |
flag to indicate whether event generation is turned on or off