From a2ff7e734c806bddffe643c806f05ac8a2593ae4 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 24 Feb 2006 03:26:37 +0000 Subject: [PATCH] listen --- Common/CommandLine.cpp | 4 ++-- doc/gmsh.1 | 4 ++-- doc/texinfo/command_line.texi | 2 +- doc/texinfo/opt_solver.texi | 5 +++++ 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp index 2e542c188a..ddc5459d97 100644 --- a/Common/CommandLine.cpp +++ b/Common/CommandLine.cpp @@ -1,4 +1,4 @@ -// $Id: CommandLine.cpp,v 1.67 2006-01-06 00:34:20 geuzaine Exp $ +// $Id: CommandLine.cpp,v 1.68 2006-02-24 03:26:37 geuzaine Exp $ // // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // @@ -101,7 +101,7 @@ void Print_Usage(char *name){ Msg(DIRECT, " -a, -g, -m, -s, -p Start in automatic, geometry, mesh, solver or post-processing mode"); #endif Msg(DIRECT, " -pid Print process id on stdout"); - Msg(DIRECT, " -listen Always listen to external solver requests"); + Msg(DIRECT, " -listen Always listen to incoming connection requests"); Msg(DIRECT, " -v int Set verbosity level"); Msg(DIRECT, " -nopopup Don't popup dialog windows in scripts"); Msg(DIRECT, " -string \"string\" Parse option string at startup"); diff --git a/doc/gmsh.1 b/doc/gmsh.1 index 0288c90418..c6f187eb99 100644 --- a/doc/gmsh.1 +++ b/doc/gmsh.1 @@ -1,4 +1,4 @@ -.\" $Id: gmsh.1,v 1.67 2005-11-24 20:01:26 geuzaine Exp $ +.\" $Id: gmsh.1,v 1.68 2006-02-24 03:26:37 geuzaine Exp $ .TH Gmsh 1 "25 November 2005" "Gmsh 1.61" "Gmsh Manual Pages" .UC 4 .\" ******************************************************************** @@ -129,7 +129,7 @@ start in automatic, geometry, mesh, solver or post-processing mode. print pid on stdout. .TP 4 .B \-listen -always listen to external solver requests. +always listen to incoming connection requests. .TP 4 .B \-v int set verbosity level. diff --git a/doc/texinfo/command_line.texi b/doc/texinfo/command_line.texi index 017fc951ad..9022ea4503 100644 --- a/doc/texinfo/command_line.texi +++ b/doc/texinfo/command_line.texi @@ -88,7 +88,7 @@ Start in automatic, geometry, mesh, solver or post-processing mode @item -pid Print pid on stdout @item -listen -Always listen to external solver requests +Always listen to incoming connection requests. @item -v int Set verbosity level @item -nopopup diff --git a/doc/texinfo/opt_solver.texi b/doc/texinfo/opt_solver.texi index b6b06f13f9..bf2796855a 100644 --- a/doc/texinfo/opt_solver.texi +++ b/doc/texinfo/opt_solver.texi @@ -613,6 +613,11 @@ Command associated with the fifth button for solver 4@* Default value: @code{""}@* Saved in: @code{General.OptionsFileName} +@item Solver.AlwaysListen +Always listen to incoming connection requests?@* +Default value: @code{0}@* +Saved in: @code{General.OptionsFileName} + @item Solver.MaximumDelay Maximum delay (in seconds) allowed for solver response@* Default value: @code{4}@* -- GitLab