Skip to content
Snippets Groups Projects
Commit a2ff7e73 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

listen

parent 99ceba98
Branches
Tags
No related merge requests found
// $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");
......
.\" $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.
......
......@@ -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
......
......@@ -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}@*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment