From d07c2283a50a4d270559c39c923c1964b13b6f25 Mon Sep 17 00:00:00 2001 From: is Date: Sat, 9 Nov 2002 10:56:27 +0000 Subject: repair column formatting of pvm console "conf" output --- parallel/pvm3/patches/patch-ay | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parallel/pvm3/patches/patch-ay (limited to 'parallel/pvm3/patches/patch-ay') diff --git a/parallel/pvm3/patches/patch-ay b/parallel/pvm3/patches/patch-ay new file mode 100644 index 00000000000..2b28774df0a --- /dev/null +++ b/parallel/pvm3/patches/patch-ay @@ -0,0 +1,14 @@ +--- console/cmds.c.old Wed Oct 30 12:47:26 2002 ++++ console/cmds.c Wed Oct 30 12:49:37 2002 +@@ -1365,9 +1365,9 @@ + if (!pvm_config(&nhosts, &narchs, &hostlist)) { + printf("%d host%s, %d data format%s\n", + nhosts, (nhosts > 1 ? "s" : ""), narchs, (narchs > 1 ? "s" : "")); +- fputs(" HOST DTID ARCH SPEED DSIG\n", stdout); ++ fputs(" HOST DTID ARCH SPEED DSIG\n", stdout); + for (i = 0; i < nhosts; i++) +- printf("%24s %8x %8s%8d 0x%08x\n", ++ printf("%24s %8x %12s%8d 0x%08x\n", + hostlist[i].hi_name, + hostlist[i].hi_tid, + hostlist[i].hi_arch, -- cgit v1.2.3