p_str            1117 orte/mca/ras/slurm/ras_slurm_module.c     char *p_str;
p_str            1126 orte/mca/ras/slurm/ras_slurm_module.c     p_str = strtok(tmp, " ");
p_str            1127 orte/mca/ras/slurm/ras_slurm_module.c     while (p_str) {
p_str            1128 orte/mca/ras/slurm/ras_slurm_module.c         if (NULL != strstr(p_str, "slurm_jobid")) {
p_str            1129 orte/mca/ras/slurm/ras_slurm_module.c             pos = strchr(p_str, '=');
p_str            1132 orte/mca/ras/slurm/ras_slurm_module.c         } else if (NULL != strstr(p_str, "allocated_node_list")) {
p_str            1133 orte/mca/ras/slurm/ras_slurm_module.c             pos = strchr(p_str, '=');
p_str            1136 orte/mca/ras/slurm/ras_slurm_module.c         } else if (NULL != strstr(p_str, "tasks_per_node")) {
p_str            1137 orte/mca/ras/slurm/ras_slurm_module.c             pos = strchr(p_str, '=');
p_str            1140 orte/mca/ras/slurm/ras_slurm_module.c         } else if (NULL != strstr(p_str, "app")) {
p_str            1141 orte/mca/ras/slurm/ras_slurm_module.c             pos = strchr(p_str, '=');
p_str            1145 orte/mca/ras/slurm/ras_slurm_module.c         p_str = strtok(NULL, " ");