ROSS
ross-base.h File Reference
#include <stdint.h>
#include <stddef.h>
#include "config.h"
#include <float.h>

Go to the source code of this file.

Macros

#define NORETURN
#define __attribute__(x)
#define MPI_TYPE_TW_STIME   MPI_DOUBLE
#define TW_STIME_CRT(x)
#define TW_STIME_DBL(x)
#define TW_STIME_CMP(x, y)
#define TW_STIME_ADD(x, y)
#define TW_STIME_MAX   DBL_MAX

Macro Definition Documentation

◆ __attribute__

#define __attribute__ ( x)

Definition at line 17 of file ross-base.h.

◆ MPI_TYPE_TW_STIME

#define MPI_TYPE_TW_STIME   MPI_DOUBLE

Definition at line 40 of file ross-base.h.

◆ NORETURN

#define NORETURN

Definition at line 15 of file ross-base.h.

◆ TW_STIME_ADD

#define TW_STIME_ADD ( x,
y )
Value:
((x) + (y))

Definition at line 44 of file ross-base.h.

◆ TW_STIME_CMP

#define TW_STIME_CMP ( x,
y )
Value:
(((x) < (y)) ? -1 : ((x) > (y)))

Definition at line 43 of file ross-base.h.

◆ TW_STIME_CRT

#define TW_STIME_CRT ( x)
Value:
(x)

Definition at line 41 of file ross-base.h.

◆ TW_STIME_DBL

#define TW_STIME_DBL ( x)
Value:
(x)

Definition at line 42 of file ross-base.h.

◆ TW_STIME_MAX

#define TW_STIME_MAX   DBL_MAX

Definition at line 45 of file ross-base.h.