Skip to content
Snippets Groups Projects
Commit c0acb5c9 authored by Moe Jette's avatar Moe Jette
Browse files

fix for change in SLURM api

parent 8c8b23de
No related branches found
No related tags found
No related merge requests found
...@@ -1006,8 +1006,8 @@ slurm_step_launch(slurm_step_ctx ctx = NULL, HV* hv = NULL, SV* start_cb = NULL, ...@@ -1006,8 +1006,8 @@ slurm_step_launch(slurm_step_ctx ctx = NULL, HV* hv = NULL, SV* start_cb = NULL,
dot_ptr = strchr(launcher_host, '.'); dot_ptr = strchr(launcher_host, '.');
if (dot_ptr) if (dot_ptr)
dot_ptr[0] = '\0'; dot_ptr[0] = '\0';
RETVAL = slurm_step_launch(ctx, launcher_host, params.launcher_host = launcher_host;
&params, &callbacks); RETVAL = slurm_step_launch(ctx, &params, &callbacks);
} }
OUTPUT: OUTPUT:
RETVAL RETVAL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment