Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
a2ff7e73
Commit
a2ff7e73
authored
19 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
listen
parent
99ceba98
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Common/CommandLine.cpp
+2
-2
2 additions, 2 deletions
Common/CommandLine.cpp
doc/gmsh.1
+2
-2
2 additions, 2 deletions
doc/gmsh.1
doc/texinfo/command_line.texi
+1
-1
1 addition, 1 deletion
doc/texinfo/command_line.texi
doc/texinfo/opt_solver.texi
+5
-0
5 additions, 0 deletions
doc/texinfo/opt_solver.texi
with
10 additions
and
5 deletions
Common/CommandLine.cpp
+
2
−
2
View file @
a2ff7e73
// $Id: CommandLine.cpp,v 1.6
7
2006-0
1-06 00:34:20
geuzaine Exp $
// $Id: CommandLine.cpp,v 1.6
8
2006-0
2-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"
);
...
...
This diff is collapsed.
Click to expand it.
doc/gmsh.1
+
2
−
2
View file @
a2ff7e73
.\" $Id: gmsh.1,v 1.6
7
200
5-11-24 20:01:26
geuzaine Exp $
.\" $Id: gmsh.1,v 1.6
8
200
6-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.
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/command_line.texi
+
1
−
1
View file @
a2ff7e73
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/opt_solver.texi
+
5
−
0
View file @
a2ff7e73
...
...
@@ -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}@*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment