PIPS
STEP_name_variable.h
Go to the documentation of this file.
1 /*
2  Variable name in genereted file
3 */
4 
5 #define STEP_SLICE_INDEX_NAME "IDX"
6 #define STEP_INDEX_LOW_NAME(index) concatenate(entity_user_name(index),"_LOW",NULL)
7 #define STEP_INDEX_UP_NAME(index) concatenate(entity_user_name(index),"_UP",NULL)
8 #define STEP_BOUNDS_LOW(index) concatenate("STEP_", entity_user_name(index),"_LOW", NULL)
9 #define STEP_BOUNDS_UP(index) concatenate("STEP_", entity_user_name(index),"_UP", NULL)
10 #define STEP_LOOPSLICES_NAME(index) concatenate("STEP_",entity_user_name(index),"_LOOPSLICES",NULL)
11 #define STEP_SR_NAME(array) concatenate("STEP_SR_",entity_user_name(array),NULL)
12 #define STEP_RR_NAME(array) concatenate("STEP_RR_",entity_user_name(array),NULL)
13 
14 /* In Runtime/step/STEP.h */
15 #define STEP_COMM_SIZE_NAME "STEP_COMM_SIZE" /* variable */
16 #define STEP_COMM_RANK_NAME "STEP_COMM_RANK" /* variable */