We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be9597 commit 5e8910aCopy full SHA for 5e8910a
ompi/dpm/dpm.c
@@ -1975,7 +1975,7 @@ static char *find_prte(void)
1975
#if OMPI_USING_INTERNAL_PRRTE
1976
/* 2) If using internal PRRTE, use our bindir. Note that this
1977
* will obey OPAL_PREFIX and OPAL_DESTDIR */
1978
- opal_asprintf(&filename, "%s%sprte", opal_install_dirs.bindir, OPAL_PATH_SEP);
+ opal_asprintf(&filename, "%s%sompi-prte", opal_install_dirs.bindir, OPAL_PATH_SEP);
1979
return filename;
1980
#else
1981
0 commit comments