aboutsummaryrefslogtreecommitdiff
path: root/net/mpich/files/patch-src_pm_hydra_lib_tools_bootstrap_external_slurm__query__node__list.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mpich/files/patch-src_pm_hydra_lib_tools_bootstrap_external_slurm__query__node__list.c')
-rw-r--r--net/mpich/files/patch-src_pm_hydra_lib_tools_bootstrap_external_slurm__query__node__list.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/mpich/files/patch-src_pm_hydra_lib_tools_bootstrap_external_slurm__query__node__list.c b/net/mpich/files/patch-src_pm_hydra_lib_tools_bootstrap_external_slurm__query__node__list.c
deleted file mode 100644
index 920a91348c9a..000000000000
--- a/net/mpich/files/patch-src_pm_hydra_lib_tools_bootstrap_external_slurm__query__node__list.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;