/* PRIM Options */

/* Energy Diagnostics */
#cmakedefine ENERGY_DIAGNOSTICS

/* Using PRIMITIVE */
#define _PRIM

/* WK_GRAD */
#define _WK_GRAD 1

/* _PRESTART */
#define _PRESTART 1

/* PIO with interpolation */
#cmakedefine PIO_INTERP

/* Number of cells NC*NC in each element (Default value NC=4) */
#define NC @NUM_CELLS@

/* Number of POINTS in the element (Default value is 4) */
#define NP @NUM_POINTS@

/* Number of POINTS in the element (Default value is 1) */
#define PLEV @NUM_PLEV@

/* Basic PIO */
#cmakedefine PIO

/* TIMING */
#define TIMING 1

/* Using MPI */
#define _MPI 1

#define TRILINOS 1

/* Quadruple-precision */
#cmakedefine01 HOMME_QUAD_PREC

/* Horizontal OpenMP (over elements) */
#cmakedefine HORIZ_OPENMP

/* Vertical OpenMP (within elements) */
#cmakedefine COLUMN_OPENMP

