Note: this function is deprecated. There is no replacement for this function.
e05jec may be used to supply individual ‘ON’/‘OFF’-valued character optional parameters to
e05jbc. The initialization function
e05jac must have been called before calling
e05jec.
e05jec may be used to supply values for ‘ON’/‘OFF’-valued character optional parameters to
e05jbc. It is only necessary to call
e05jec for those arguments whose values are to be different from their default values. One call to
e05jec 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:
strcpy(&lcsrch[0],"Off");
e05jec ('Local Searches', lcsrch, &state, &fail);
A complete list of optional parameters, their symbolic names and default values is given in
Section 12 in
e05jbc.
None.
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 function. Please also consult the
Users' Note for your implementation for any additional implementation-specific information.
e05jcc or
e05jdc may also be used to supply ‘ON’/‘OFF’-valued character optional parameters to
e05jbc.