Hey Sasha, Nothing fancy. Just noticed this typo.
Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory
>From d2a016c703a88a816a8c07f85a92930579446d2e Mon Sep 17 00:00:00 2001 From: Albert L. Chu <[EMAIL PROTECTED]> Date: Tue, 29 Jul 2008 10:44:18 -0700 Subject: [PATCH] fix config file instruction typo Signed-off-by: Albert L. Chu <[EMAIL PROTECTED]> --- opensm/opensm/osm_subnet.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opensm/opensm/osm_subnet.c b/opensm/opensm/osm_subnet.c index 19351d1..d83865f 100644 --- a/opensm/opensm/osm_subnet.c +++ b/opensm/opensm/osm_subnet.c @@ -1556,7 +1556,7 @@ int osm_subn_write_conf_file(char *file_name, IN osm_subn_opt_t *const p_opts) p_opts->ids_guid_file ? p_opts->ids_guid_file : null_str); fprintf(opts_file, - "# The file holding guid routing order guids (for Up/Down)\n" + "# The file holding guid routing order guids (for MinHop and Up/Down)\n" "guid_routing_order_file %s\n\n", p_opts->guid_routing_order_file ? p_opts->guid_routing_order_file : null_str); -- 1.5.4.5
_______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
