Note: this routine is deprecated. There is no replacement for this routine.
e05jef may be used to supply individual ‘ON’/‘OFF’-valued character optional parameters to
e05jbf. The initialization routine
e05jaf must have been called before calling
e05jef.
e05jef may be used to supply values for ‘ON’/‘OFF’-valued character optional parameters to
e05jbf. It is only necessary to call
e05jef for those arguments whose values are to be different from their default values. One call to
e05jef sets one argument value.
Each ‘ON’/‘OFF’-valued character optional parameter is defined by a single character string in
optstr and the corresponding value in
cvalue.
For example, the following allows local searches to be turned off:
lcsrch = 'off'
Call e05jef ('Local Searches', lcsrch, 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 ‘ON’/‘OFF’-valued character optional parameters to
e05jbf.