Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pm/hydra/mpiexec/mpiexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ static HYD_status find_launcher(void)
/* if there was an RMK set, see if we can use that as a launcher
* as well */
if (mpiexec_params.rmk)
if (HYD_bstrap_query_avail(mpiexec_params.rmk))
if (HYD_bstrap_query_avail(mpiexec_params.rmk) && !mpiexec_params.launcher)
mpiexec_params.launcher = MPL_strdup(mpiexec_params.rmk);

/* fallback to the default launcher */
Expand Down