From 7c96aecfaf5f36e7fa82095aec36e7d3bb1d321b Mon Sep 17 00:00:00 2001 From: Brice Goglin Date: Sun, 21 Sep 2014 20:48:05 +0200 Subject: [PATCH] hwloc: errors: improve the advice to send hwloc-gather-topology files in the OS error message (cherry picked from commit open-mpi/hwloc@f77aa01b3c23181107162ac2c8f6155c62d7c798) Signed-off-by: Jeff Squyres --- opal/mca/hwloc/hwloc191/hwloc/src/topology.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opal/mca/hwloc/hwloc191/hwloc/src/topology.c b/opal/mca/hwloc/hwloc191/hwloc/src/topology.c index d5d1c842f6..28bf670726 100644 --- a/opal/mca/hwloc/hwloc191/hwloc/src/topology.c +++ b/opal/mca/hwloc/hwloc191/hwloc/src/topology.c @@ -79,7 +79,7 @@ void hwloc_report_os_error(const char *msg, int line) fprintf(stderr, "*\n"); fprintf(stderr, "* Please report this error message to the hwloc user's mailing list,\n"); #ifdef HWLOC_LINUX_SYS - fprintf(stderr, "* along with the output from the hwloc-gather-topology script.\n"); + fprintf(stderr, "* along with the output+tarball generated by the hwloc-gather-topology script.\n"); #else fprintf(stderr, "* along with any relevant topology information from your platform.\n"); #endif