Note: this routine is deprecated. There is no replacement for this routine.
e05jff may be used to supply individual integer optional parameters to
e05jbf. The initialization routine
e05jaf must have been called before calling
e05jff.
e05jff may be used to supply values for integer optional parameters to
e05jbf. It is only necessary to call
e05jff for those arguments whose values are to be different from their default values. One call to
e05jff sets one argument value.
Each integer optional parameter is defined by a single character string in
optstr and the corresponding value in
ivalue.
For example, the following allows the function evaluations limit to be defined:
nf = 1000
Call e05jff ('Function Evaluations Limit', nf, comm, lcomm, ifail)
A complete list of optional parameters, their symbolic names and default values is given in
Section 12 in
e05jbf.
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.
Please consult the
X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this routine. Please also consult the
Users' Note for your implementation for any additional implementation-specific information.
e05jcf or
e05jdf may also be used to supply integer optional parameters to
e05jbf.