Sasha, Here is a revised mesh patch #1 that incorporates changes based on your comments. I've attached the patch file to avoid the problems you were having with line breakage.
The purpose of this patch is to create a skeleton for the remaining code.
This patch
- creates a new command line flag --do_mesh_analysis and a new Boolean
that
is set if the flag is used.
- adds a description to opensm/doc/current-routing.txt
- adds a description to opensm/man/opensm.8.in
- adds code to main to implement the flag and option.
- adds text to usage() to support the new flag
- creates a new file osm_mesh.c to hold the algorithm code
- moves declarations from osm_ucast_lash.c and osm_mesh.c into header
files
- adds these files to Makefile.am
- adds a stub do_mesh_analysis() that is called from lash_core.
p1
Description: Binary data
_______________________________________________ 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
