From 15aee95f243135e78977edf6f81e90081f19ba30 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Fri, 27 Mar 2009 21:02:32 +0000
Subject: [PATCH] Don't  treat node names in the topology.conf file as a fatal
 error. It may be easiest to generate such a file

---
 src/plugins/topology/tree/topology_tree.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/topology/tree/topology_tree.c b/src/plugins/topology/tree/topology_tree.c
index 73b7f5a1bf2..78f7508acfe 100644
--- a/src/plugins/topology/tree/topology_tree.c
+++ b/src/plugins/topology/tree/topology_tree.c
@@ -162,7 +162,7 @@ static void _validate_switches(void)
 		if (ptr->nodes) {
 			switch_ptr->level = 0;	/* leaf switch */
 			switch_ptr->nodes = xstrdup(ptr->nodes);
-			if (node_name2bitmap(ptr->nodes, false, 
+			if (node_name2bitmap(ptr->nodes, true, 
 					     &switch_ptr->node_bitmap)) {
 				fatal("Invalid node name (%s) in switch "
 				      "config (%s)", 
-- 
GitLab