#ifndef ATLAS_DAMM_SUM_H #define ATLAS_DAMM_SUM_H #include "atlas_amm.h" #ifdef ATL_AMM_NCASES #if ATL_AMM_NCASES != 28 #error "NCASES MISMATCH!" #endif #else #define ATL_AMM_NCASES 28 #endif #define ATL_AMM_MAXMB 156 #define ATL_AMM_MAXNB 153 #define ATL_AMM_MAXKB 152 #define ATL_AMM_MAXKMAJ 2 #define ATL_AMM_66IDX 4 #define ATL_AMM_66NB 12 #define ATL_AMM_66MB 12 #define ATL_AMM_66KB 12 #define ATL_AMM_66RATIO 0.6768 #define ATL_MAXM_RKK 156 #define ATL_MAXN_RKK 153 #define ATL_MAXK_RKK 152 #define ATL_MAXKMAJ_RKK 0 #define ATL_66IDX_RKK 0 #define ATL_66NB_RKK 60 #define ATL_66MB_RKK 60 #define ATL_66KB_RKK 3 #define ATL_66RATIO_RKK 0.7562 #define ATL_AMMFLG_KRUNTIME(flg_) ((flg_) & 1) #define ATL_AMMFLG_KMAJOR(flg_) ((flg_) & 2) #endif /* end include file guard */