You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -16,7 +16,7 @@ Print this help message and exit
16
16
Print all parameters, including obsolete, hidden and deprecated ones.
17
17
.TP
18
18
\fB\-\-accelerator\-mode\fR=\fI\,STRING\/\fR
19
-
Use GPU (cusparseSolver or openclSolver) or FPGA (fpgaSolver) as the linear solver, usage: '\-\-accelerator\-mode=[none|cusparse|opencl|fpga|amgcl]'. Default: "none"
19
+
Use GPU (cusparseSolver, openclSolver, amgcl or rocalution) in the linear solver, usage: '\-\-accelerator\-mode=[none|cusparse|opencl|amgcl|rocalution]'. Default: "none"
Continue with a non\-converged solution instead of giving up if we encounter a time step size smaller than the minimum time step size. Default: false
32
32
.TP
33
-
\fB\-\-cpr\-max\-ell\-iter\fR=\fI\,INTEGER\/\fR
34
-
MaxIterations of the elliptic pressure part of the cpr solver. Default: 20
35
-
.TP
36
33
\fB\-\-cpr\-reuse\-interval\fR=\fI\,INTEGER\/\fR
37
-
Reuse preconditioner interval. Used when CprReuseSetup is set to 4, then the preconditioner will be fully recreated instead of reused every N linear solve, where N is this parameter. Default: 10
34
+
Reuse preconditioner interval. Used when CprReuseSetup is set to 4, then the preconditioner will be fully recreated instead of reused every N linear solve, where N is this parameter. Default: 30
38
35
.TP
39
36
\fB\-\-cpr\-reuse\-setup\fR=\fI\,INTEGER\/\fR
40
-
Reuse preconditioner setup. Valid options are 0: recreate the preconditioner for every linear solve, 1: recreate once every timestep, 2: recreate if last linear solve took more than 10 iterations, 3: never recreate, 4: recreated every CprReuseInterval. Default: 3
37
+
Reuse preconditioner setup. Valid options are 0: recreate the preconditioner for every linear solve, 1: recreate once every timestep, 2: recreate if last linear solve took more than 10 iterations, 3: never recreate, 4: recreated every CprReuseInterval. Default: 4
41
38
.TP
42
39
\fB\-\-dbhp\-max\-rel\fR=\fI\,SCALAR\/\fR
43
40
Maximum relative change of the bottom\-hole pressure in a single iteration. Default: 1
@@ -63,9 +60,6 @@ Tell the output writer to use double precision. Useful for 'perfect' restarts. D
63
60
\fB\-\-ecl\-output\-interval\fR=\fI\,INTEGER\/\fR
64
61
The number of report steps that ought to be skipped between two writes of ECL results. Default: \fB\-1\fR
65
62
.TP
66
-
\fB\-\-ecl\-strict\-parsing\fR=\fI\,BOOLEAN\/\fR
67
-
Use strict mode for parsing \- all errors are collected before the applicaton exists. Default: false
Always attempt to finish a report step using a single substep. Default: false
128
119
.TP
@@ -145,26 +136,50 @@ Whether to reorder the entries of the matrix in the red\-black ILU preconditione
145
136
The size of the initial time step in days. Default: 1
146
137
.TP
147
138
\fB\-\-linear\-solver\fR=\fI\,STRING\/\fR
148
-
Configuration of solver. Valid options are: ilu0 (default), cpr (an alias for cpr_trueimpes), cpr_quasiimpes, cpr_trueimpesor amg. Alternatively, you can request a configuration to be read from a JSON file by giving the filename here, ending with '.json.'. Default: "ilu0"
139
+
Configuration of solver. Valid options are: ilu0 (default), dilu, cprw, cpr (an alias for cprw), cpr_quasiimpes, cpr_trueimpes, amg or hybrid (experimental). Alternatively, you can request a configuration to be read from a JSON file by giving the filename here, ending with '.json.'. Default: "ilu0"
Specify which variant of the modified\-ILU preconditioner ought to be used. Possible variants are: ILU (default, plain ILU), MILU_1 (lump diagonal with dropped row entries), MILU_2 (lump diagonal with the sum of the absolute values of the dropped row entries), MILU_3 (if diagonal is positive add sum of dropped row entrires. Otherwise subtract them), MILU_4 (if diagonal is positive add sum of dropped row entrires. Otherwise do nothing. Default: "ILU"
200
221
.TP
@@ -207,6 +228,15 @@ The minimum time step size (in days for field and metric unit and hours for lab
Provide additional convergence output files for diagnostic purposes. "none" gives no extra output and overrides all other options, "steps" generates an INFOSTEP file, "iterations" generates an INFOITER file. Combine options with commas, e.g., "steps,iterations" for multiple outputs. Default: "none"
272
+
.TP
231
273
\fB\-\-output\-interval\fR=\fI\,INTEGER\/\fR
232
274
Specify the number of report steps between two consecutive writes of restart data. Default: 1
233
275
.TP
@@ -240,6 +282,9 @@ Order cells owned by rank before ghost/overlap cells. Default: true
240
282
\fB\-\-parameter\-file\fR=\fI\,STRING\/\fR
241
283
An .ini file which contains a set of run\-time parameters. Default: ""
242
284
.TP
285
+
\fB\-\-parsing\-strictness\fR=\fI\,STRING\/\fR
286
+
Set strictness of parsing process. Available options are normal (stop for critical errors), high (stop for all errors) and low (as normal, except do not stop due to unsupported keywords even if marked critical. Default: "normal"
Relaxed tolerance for the well flow residual. Default: 0.001
266
314
.TP
315
+
\fB\-\-save\-step\fR=\fI\,STRING\/\fR
316
+
Save serialized state to .OPMRST file. Either a specific report step, "all" to save all report steps or ":x" to save every x'th step.Use negative values of "x" to keep only the last written step, or "last" to save every step, keeping only the last. Default: ""
317
+
.TP
267
318
\fB\-\-scale\-linear\-system\fR=\fI\,BOOLEAN\/\fR
268
319
Scale linear system according to equation scale and primary variable types. Default: false
269
320
.TP
@@ -381,5 +432,8 @@ Use the well model for multi\-segment wells instead of the one for single\-segme
0 commit comments