Home
last modified time | relevance | path

Searched refs:mpiexec_pathenv (Results 1 – 2 of 2) sorted by relevance

/dports/net/openmpi3/openmpi-3.1.6/orte/mca/odls/base/
H A Dodls_base_default_fns.c817 char *pathenv = NULL, *mpiexec_pathenv = NULL; in orte_odls_base_spawn_proc() local
864 mpiexec_pathenv = *argvptr + 15; in orte_odls_base_spawn_proc()
876 if (NULL != mpiexec_pathenv) { in orte_odls_base_spawn_proc()
879 asprintf(&full_search, "%s:%s", mpiexec_pathenv, pathenv); in orte_odls_base_spawn_proc()
881 asprintf(&full_search, "%s", mpiexec_pathenv); in orte_odls_base_spawn_proc()
891 if (NULL != mpiexec_pathenv) { in orte_odls_base_spawn_proc()
/dports/net/openmpi/openmpi-4.1.1/orte/mca/odls/base/
H A Dodls_base_default_fns.c1081 char *pathenv = NULL, *mpiexec_pathenv = NULL; in orte_odls_base_default_launch_local() local
1267 mpiexec_pathenv = *argvptr + 15; in orte_odls_base_default_launch_local()
1279 if (NULL != mpiexec_pathenv) { in orte_odls_base_default_launch_local()
1282 asprintf(&full_search, "%s:%s", mpiexec_pathenv, pathenv); in orte_odls_base_default_launch_local()
1284 asprintf(&full_search, "%s", mpiexec_pathenv); in orte_odls_base_default_launch_local()
1294 if (NULL != mpiexec_pathenv) { in orte_odls_base_default_launch_local()