#ifndef ATLAS_SAMM_SUM_H #define ATLAS_SAMM_SUM_H #include "atlas_amm.h" #ifdef ATL_AMM_NCASES #if ATL_AMM_NCASES != 22 #error "NCASES MISMATCH!" #endif #else #define ATL_AMM_NCASES 22 #endif #define ATL_AMM_MAXMB 168 #define ATL_AMM_MAXNB 168 #define ATL_AMM_MAXKB 168 #define ATL_AMM_MAXKMAJ 0 #define ATL_AMM_66IDX 7 #define ATL_AMM_66NB 24 #define ATL_AMM_66MB 24 #define ATL_AMM_66KB 24 #define ATL_AMM_66RATIO 0.7769 #define ATL_MAXM_RKK 168 #define ATL_MAXN_RKK 168 #define ATL_MAXK_RKK 168 #define ATL_MAXKMAJ_RKK 0 #define ATL_66IDX_RKK 0 #define ATL_66NB_RKK 72 #define ATL_66MB_RKK 78 #define ATL_66KB_RKK 3 #define ATL_66RATIO_RKK 0.8085 #define ATL_AMMFLG_KRUNTIME(flg_) ((flg_) & 1) #define ATL_AMMFLG_KMAJOR(flg_) ((flg_) & 2) #endif /* end include file guard */