FleCSI Configuration More...
Macros | |
#define | FLECSI_BACKEND |
The backend in use (one of the FLECSI_BACKEND_ macros). | |
#define | FLECSI_CALIPER_DETAIL |
The configured level of annotation detail (one of the FLECSI_CALIPER_DETAIL_ macros). | |
#define | FLECSI_ENABLE_FLOG |
Defined if Flog is enabled via the CMake option of the same name. | |
#define | FLECSI_VERSION |
FleCSI Version. | |
#define | FLECSI_BACKEND_legion |
A label for comparing to FLECSI_BACKEND . | |
#define | FLECSI_BACKEND_mpi |
A label for comparing to FLECSI_BACKEND . | |
#define | FLECSI_BACKEND_hpx |
A label for comparing to FLECSI_BACKEND . | |
#define | FLECSI_CALIPER_DETAIL_none |
An integer for comparing with FLECSI_CALIPER_DETAIL . | |
#define | FLECSI_CALIPER_DETAIL_low |
An integer for comparing with FLECSI_CALIPER_DETAIL . | |
#define | FLECSI_CALIPER_DETAIL_medium |
An integer for comparing with FLECSI_CALIPER_DETAIL . | |
#define | FLECSI_CALIPER_DETAIL_high |
An integer for comparing with FLECSI_CALIPER_DETAIL . | |
FleCSI Configuration
#define FLECSI_VERSION |
FleCSI Version.
Format:
#define FLECSI_BACKEND_legion |
A label for comparing to FLECSI_BACKEND
.
#define FLECSI_BACKEND_mpi |
A label for comparing to FLECSI_BACKEND
.
#define FLECSI_BACKEND_hpx |
A label for comparing to FLECSI_BACKEND
.
#define FLECSI_BACKEND |
The backend in use (one of the FLECSI_BACKEND_
macros).
#define FLECSI_ENABLE_FLOG |
Defined if Flog is enabled via the CMake option of the same name.
#define FLECSI_CALIPER_DETAIL_none |
An integer for comparing with FLECSI_CALIPER_DETAIL
.
The values are in increasing order.
#define FLECSI_CALIPER_DETAIL_low |
An integer for comparing with FLECSI_CALIPER_DETAIL
.
The values are in increasing order.
#define FLECSI_CALIPER_DETAIL_medium |
An integer for comparing with FLECSI_CALIPER_DETAIL
.
The values are in increasing order.
#define FLECSI_CALIPER_DETAIL_high |
An integer for comparing with FLECSI_CALIPER_DETAIL
.
The values are in increasing order.
#define FLECSI_CALIPER_DETAIL |
The configured level of annotation detail (one of the FLECSI_CALIPER_DETAIL_
macros).