path_to_mpirun 448 orte/orted/orted_submit.c orte_cmd_options.path_to_mpirun = NULL; path_to_mpirun 456 orte/orted/orted_submit.c orte_cmd_options.path_to_mpirun = opal_dirname(argv[0]); path_to_mpirun 461 orte/orted/orted_submit.c tmp_basename = opal_basename(orte_cmd_options.path_to_mpirun); path_to_mpirun 463 orte/orted/orted_submit.c char* tmp = orte_cmd_options.path_to_mpirun; path_to_mpirun 464 orte/orted/orted_submit.c orte_cmd_options.path_to_mpirun = opal_dirname(tmp); path_to_mpirun 467 orte/orted/orted_submit.c free(orte_cmd_options.path_to_mpirun); path_to_mpirun 468 orte/orted/orted_submit.c orte_cmd_options.path_to_mpirun = NULL; path_to_mpirun 474 orte/orted/orted_submit.c NULL != orte_cmd_options.path_to_mpirun) { path_to_mpirun 482 orte/orted/orted_submit.c tmp_basename = strdup(orte_cmd_options.path_to_mpirun); path_to_mpirun 494 orte/orted/orted_submit.c free(orte_cmd_options.path_to_mpirun); path_to_mpirun 495 orte/orted/orted_submit.c orte_cmd_options.path_to_mpirun = NULL; path_to_mpirun 498 orte/orted/orted_submit.c } else if (NULL != orte_cmd_options.path_to_mpirun) { path_to_mpirun 499 orte/orted/orted_submit.c param = strdup(orte_cmd_options.path_to_mpirun); path_to_mpirun 66 orte/orted/orted_submit.h char *path_to_mpirun;