PIPS
STEP_name_variable.h File Reference

Go to the source code of this file.

Macros

#define STEP_SLICE_INDEX_NAME   "IDX"
 
#define STEP_INDEX_LOW_NAME(index)   concatenate(entity_user_name(index),"_LOW",NULL)
 
#define STEP_INDEX_UP_NAME(index)   concatenate(entity_user_name(index),"_UP",NULL)
 
#define STEP_BOUNDS_LOW(index)   concatenate("STEP_", entity_user_name(index),"_LOW", NULL)
 
#define STEP_BOUNDS_UP(index)   concatenate("STEP_", entity_user_name(index),"_UP", NULL)
 
#define STEP_LOOPSLICES_NAME(index)   concatenate("STEP_",entity_user_name(index),"_LOOPSLICES",NULL)
 
#define STEP_SR_NAME(array)   concatenate("STEP_SR_",entity_user_name(array),NULL)
 
#define STEP_RR_NAME(array)   concatenate("STEP_RR_",entity_user_name(array),NULL)
 
#define STEP_COMM_SIZE_NAME   "STEP_COMM_SIZE" /**variable */
 In Runtime/step/STEP.h. More...
 
#define STEP_COMM_RANK_NAME   "STEP_COMM_RANK" /**variable */
 

Macro Definition Documentation

◆ STEP_BOUNDS_LOW

#define STEP_BOUNDS_LOW (   index)    concatenate("STEP_", entity_user_name(index),"_LOW", NULL)

Definition at line 8 of file STEP_name_variable.h.

◆ STEP_BOUNDS_UP

#define STEP_BOUNDS_UP (   index)    concatenate("STEP_", entity_user_name(index),"_UP", NULL)

Definition at line 9 of file STEP_name_variable.h.

◆ STEP_COMM_RANK_NAME

#define STEP_COMM_RANK_NAME   "STEP_COMM_RANK" /**variable */

Definition at line 16 of file STEP_name_variable.h.

◆ STEP_COMM_SIZE_NAME

#define STEP_COMM_SIZE_NAME   "STEP_COMM_SIZE" /**variable */

In Runtime/step/STEP.h.

Definition at line 15 of file STEP_name_variable.h.

◆ STEP_INDEX_LOW_NAME

#define STEP_INDEX_LOW_NAME (   index)    concatenate(entity_user_name(index),"_LOW",NULL)

Definition at line 6 of file STEP_name_variable.h.

◆ STEP_INDEX_UP_NAME

#define STEP_INDEX_UP_NAME (   index)    concatenate(entity_user_name(index),"_UP",NULL)

Definition at line 7 of file STEP_name_variable.h.

◆ STEP_LOOPSLICES_NAME

#define STEP_LOOPSLICES_NAME (   index)    concatenate("STEP_",entity_user_name(index),"_LOOPSLICES",NULL)

Definition at line 10 of file STEP_name_variable.h.

◆ STEP_RR_NAME

#define STEP_RR_NAME (   array)    concatenate("STEP_RR_",entity_user_name(array),NULL)

Definition at line 12 of file STEP_name_variable.h.

◆ STEP_SLICE_INDEX_NAME

#define STEP_SLICE_INDEX_NAME   "IDX"

Definition at line 5 of file STEP_name_variable.h.

◆ STEP_SR_NAME

#define STEP_SR_NAME (   array)    concatenate("STEP_SR_",entity_user_name(array),NULL)

Definition at line 11 of file STEP_name_variable.h.