MCA_BTL_UCT_MAX_WORKERS  129 opal/mca/btl/uct/btl_uct_component.c     if (mca_btl_uct_component.num_contexts_per_module > MCA_BTL_UCT_MAX_WORKERS) {
MCA_BTL_UCT_MAX_WORKERS  130 opal/mca/btl/uct/btl_uct_component.c         mca_btl_uct_component.num_contexts_per_module = MCA_BTL_UCT_MAX_WORKERS;
MCA_BTL_UCT_MAX_WORKERS  150 opal/mca/btl/uct/btl_uct_tl.c     for (int context_id = 0 ; context_id < MCA_BTL_UCT_MAX_WORKERS ; ++context_id) {
MCA_BTL_UCT_MAX_WORKERS  392 opal/mca/btl/uct/btl_uct_tl.c     tl->uct_dev_contexts = calloc (MCA_BTL_UCT_MAX_WORKERS, sizeof (tl->uct_dev_contexts[0]));