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

fix to API call used in test suite for PMI bug

parent f746f962
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ int main (int argc, char *argv[])
launch->user_managed_io = true; /* This is the key to using
"user managed" IO */
if (slurm_step_launch(ctx, launch, NULL) != SLURM_SUCCESS) {
if (slurm_step_launch(ctx, "", launch, NULL) != SLURM_SUCCESS) {
slurm_perror("slurm_step_launch");
rc = 1;
goto done;
......
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