wlm_detected      142 orte/mca/plm/alps/plm_alps_component.c     char *wlm_detected = NULL;
wlm_detected      144 orte/mca/plm/alps/plm_alps_component.c     wlm_detected = wlm_detect_get_active();
wlm_detected      152 orte/mca/plm/alps/plm_alps_component.c     if (NULL == wlm_detected) {
wlm_detected      153 orte/mca/plm/alps/plm_alps_component.c         wlm_detected = (char *)wlm_detect_get_default();
wlm_detected      156 orte/mca/plm/alps/plm_alps_component.c                              ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), wlm_detected));
wlm_detected      160 orte/mca/plm/alps/plm_alps_component.c     if((NULL != wlm_detected) && !strcmp(slurm, wlm_detected)) {