[ofa-general] Re: [OPENSM PATCH 1/5]: add guid_routing_order_file option

Al Chu chu11 at llnl.gov
Mon Jun 16 09:04:05 PDT 2008


On Mon, 2008-06-16 at 11:26 +0300, Sasha Khapyorsky wrote:
> Hi Al,
> 
> On 15:48 Fri 13 Jun     , Al Chu wrote:
> > @@ -1547,6 +1551,10 @@ int osm_subn_write_conf_file(char *file_name, IN osm_subn_opt_t *const p_opts)
> >  		" Up/Down algorithm instead\n# of GUIDs (one guid and"
> >  		" id in each line)\nids_guid_file %s\n\n",
> >  		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"
> > +		"guid_routing_order_file %s\n\n", p_opts->guid_routing_order_file);
> 
> I guess here should be:
> 
>   p_opts->guid_routing_order_file ? p_opts->guid_routing_order_file : null_str

Oops.  Thanks.

Al

> Sasha
-- 
Albert Chu
chu11 at llnl.gov
925-422-5311
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory




More information about the general mailing list