From ede3b5a0b355dfec2150b2f667fbb0b5f22c60d3 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Mon, 16 May 2005 17:11:19 +0000 Subject: [PATCH] Modify error message for greater clarity. --- src/partition_allocator/partition_allocator.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/partition_allocator/partition_allocator.c b/src/partition_allocator/partition_allocator.c index 99704372e7d..dde9473578b 100644 --- a/src/partition_allocator/partition_allocator.c +++ b/src/partition_allocator/partition_allocator.c @@ -1563,7 +1563,9 @@ static char *_set_internal_wires(List nodes, int size, int conn_type) set=1; } } else { - error("AHHHHHHH I can't do it in _set_internal_wires"); + error("No network connection to create bglblock " + "containing bgl[%s]", name); + error("Use smap to define bglbokcs in bluegene.conf"); xfree(name); return NULL; } -- GitLab