Hey Sasha, I didn't know what 's' or 'S' did until I looked into the code. This documents it. Nothing fancy.
Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory
>From c83408de7be662b08fa0ac10d759ca46515f9e21 Mon Sep 17 00:00:00 2001 From: Albert Chu <[EMAIL PROTECTED]> Date: Wed, 13 Aug 2008 09:57:16 -0700 Subject: [PATCH] document start command Signed-off-by: Albert Chu <[EMAIL PROTECTED]> --- ibsim/sim_cmd.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ibsim/sim_cmd.c b/ibsim/sim_cmd.c index e4591d1..1f6ba88 100644 --- a/ibsim/sim_cmd.c +++ b/ibsim/sim_cmd.c @@ -731,6 +731,7 @@ static int dump_help(FILE * f) ); fprintf(f, "\tBaselid \"nodeid\"[port] <lid> [lmc] : change port's lid (lmc)\n"); + fprintf(f, "\tStart - start the simulator if currently inactive\n"); fprintf(f, "\tVerbose [newlevel] - show/set simulator verbosity\n"); fprintf(f, "\t\t\t0 - silent\n"); fprintf(f, "\t\t\t1 - debug verbose\n"); -- 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
