e04wgf may be used to supply individual integer optional parameters to
e04wdf. The initialization routine
e04wcf must have been called before calling
e04wgf.
e04wgf may be used to supply values for integer optional parameters to
e04wdf. It is only necessary to call
e04wgf for those arguments whose values are to be different from their default values. One call to
e04wgf sets one argument value.
Each integer optional parameter is defined by a single character string in
string and the corresponding value in
ivalue.
For example, the following allows the iteration limit to be defined:
itnlim = 1000
If (m > 500) itnlim = 500
Call e04wgf ('Iterations', itnlim, iw, rw, ifail)
Optional parameter settings are preserved following a call to
e04wdf and so the keyword
Defaults is provided to allow you to reset all the optional parameters to their default values before a subsequent call to
e04wdf.
A complete list of optional parameters, their abbreviations, synonyms and default values is given in
Section 12 in
e04wdf.
None.
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
x04aaf).
Not applicable.
Background information to multithreading can be found in the
Multithreading documentation.
e04wef or
e04wff may also be used to supply integer optional parameters to
e04wdf.