Skip to content

Commit 6a85be0

Browse files
committed
Fix definition of start_dvm when PRRTE is disabled
Signed-off-by: Michael Karo <[email protected]>
1 parent 96d36f6 commit 6a85be0

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
@@ -2140,7 +2140,7 @@ static int start_dvm(char **hostfiles, char **dash_host)
21402140
return OMPI_SUCCESS;
21412141
}
21422142
#else
2143-
static int start_dvm(char *hostfile, char *dash_host)
2143+
static int start_dvm(char **hostfiles, char **dash_host)
21442144
{
21452145
return OMPI_ERROR;
21462146
}

0 commit comments

Comments
 (0)