Skip to content
Snippets Groups Projects
Commit b89c4592 authored by Danny Auble's avatar Danny Auble
Browse files

Fix issue with pmix. This makes it so Slurm will only work with

pmix >= 1.1.4.
parent 8a0fdbb4
No related branches found
No related tags found
No related merge requests found
......@@ -389,7 +389,7 @@ static void _set_procdatas(List lresp)
}
list_destroy(rankinfo);
kvp->value.data.array.array = (struct pmix_info_t *)info;
kvp->value.data.array.array = (pmix_info_t *)info;
info = NULL;
/* put the complex key to the list */
......
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