required_stack_length  551 opal/datatype/opal_convertor.c             uint32_t required_stack_length = datatype->loops + 1;       \
required_stack_length  553 opal/datatype/opal_convertor.c             if( required_stack_length > convertor->stack_size ) {       \
required_stack_length  555 opal/datatype/opal_convertor.c                 convertor->stack_size = required_stack_length;          \