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 parameters whose values are to be different from their default values. One call to E05JEF sets one parameter 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.
E05JEF is threaded by NAG for parallel execution in multithreaded implementations of the NAG Library.
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.