Skip to content

Commit 5e8910a

Browse files
committed
fix for name change to prte
Signed-off-by: Howard Pritchard <[email protected]>
1 parent 1be9597 commit 5e8910a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/dpm/dpm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,7 @@ static char *find_prte(void)
19751975
#if OMPI_USING_INTERNAL_PRRTE
19761976
/* 2) If using internal PRRTE, use our bindir. Note that this
19771977
* will obey OPAL_PREFIX and OPAL_DESTDIR */
1978-
opal_asprintf(&filename, "%s%sprte", opal_install_dirs.bindir, OPAL_PATH_SEP);
1978+
opal_asprintf(&filename, "%s%sompi-prte", opal_install_dirs.bindir, OPAL_PATH_SEP);
19791979
return filename;
19801980
#else
19811981

0 commit comments

Comments
 (0)