e05jdf may be used to supply individual optional parameters to
e05jbf. The initialization routine
e05jaf must have been called before calling
e05jdf.
e05jdf may be used to supply values for optional parameters to
e05jbf. It is only necessary to call
e05jdf for those arguments whose values are to be different from their default values. One call to
e05jdf sets one argument value.
Each optional parameter is defined by a single character string, of up to
characters, consisting of one or more items. The items associated with a given optional parameter must be separated by spaces, or equals signs
. Alphabetic characters may be upper or lower case. The string
Static Limit = 100
is an example of a string used to set an optional parameter. For each optional parameter the string contains one or more of the following items:
– |
a mandatory keyword; |
– |
a phrase that qualifies the keyword; |
– |
a number that specifies an integer or real value. Such numbers may be up to contiguous characters. |
For
e05jdf, each user-specified optional parameter is not normally printed as it is defined, but this printing may be turned on using the keyword
List. Thus the statement
Call e05jdf ('List', comm, lcomm, ifail)
turns on printing of this and subsequent options. Printing may be turned off again using the keyword
Nolist.
Optional parameter settings are preserved following a call to
e05jbf 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
e05jbf.
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.
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,
e05jef,
e05jff or
e05jgf may also be used to supply optional parameters to
e05jbf.