aboutsummaryrefslogtreecommitdiff
path: root/net/mpich/files/patch-src_pm_hydra_lib_tools_bootstrap_external_slurm__query__node__list.c
blob: 920a91348c9ac40c1a40efe36ab10ba21af36434 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/pm/hydra/lib/tools/bootstrap/external/slurm_query_node_list.c.orig	2023-06-06 14:38:37 UTC
+++ src/pm/hydra/lib/tools/bootstrap/external/slurm_query_node_list.c
@@ -26,7 +26,7 @@ static HYD_status list_to_nodes(char *str)
 #if defined(HAVE_SLURM)
 static HYD_status list_to_nodes(char *str)
 {
-    hostlist_t hostlist;
+    hostlist_t *hostlist;
     char *host;
     int k = 0;
     HYD_status status = HYD_SUCCESS;