Skip to content
Snippets Groups Projects
Unverified Commit 6a85be0d authored by Michael Karo's avatar Michael Karo
Browse files

Fix definition of start_dvm when PRRTE is disabled


Signed-off-by: default avatarMichael Karo <mike0042@gmail.com>
parent 96d36f6d
Branches
No related tags found
No related merge requests found
...@@ -2140,7 +2140,7 @@ static int start_dvm(char **hostfiles, char **dash_host) ...@@ -2140,7 +2140,7 @@ static int start_dvm(char **hostfiles, char **dash_host)
return OMPI_SUCCESS; return OMPI_SUCCESS;
} }
#else #else
static int start_dvm(char *hostfile, char *dash_host) static int start_dvm(char **hostfiles, char **dash_host)
{ {
return OMPI_ERROR; return OMPI_ERROR;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment