5.29 ENGINES (Processor engines type)

5.29.1 Function

The ENGINES parameter specifies the type of engine for each installed processor. The default engine
type is CP. The number of installed processor engines is determined by the MAXCPU system parameter.

If the ENGINES system parameter specifies more than MAXCPU engines, the excess engines are
ignored. If fewer than MAXCPU engines are specified, the remaining engines are set to type CP (the de-
fault). See the MAXCPU system parameter or console command for details regarding the compile time
variable MAX_CPU_ENGINES.

For detailed explanations on the interrelationship between ENGINES, MAXCPU and NUMCPU please
see

Appendix B. Configuration of Emulated CPUs ”.

5.29.2 Syntax

Descriptive

nn* CP

Diagram




~¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ , ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬®



CP ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ÊÍ




nn*












5.29.3 Parameter

nn*

This is an optional repeat count.

CP

Specifies a processor engine of type CP. This is the default.

IL

Specifies a processor engine of type IL.

AP

Specifies a processor engine of type AP.

IP

Specifies a processor engine of type IP.

5.29.4 Examples

Example 1:

Specify 4 engines of type CP, 2 engines of type AP and 2 engines of type IP.

ENGINES CP,CP,CP,CP,AP,AP,IP,IP

or

ENGINES 4*CP,2*AP,2*IP

Example 2:

Specify 4 engines of type CP, 1 engine of type AP, 1 engine of type IP and 2 engines of type IL.

ENGINES CP,CP,CP,CP,AP,IP,IL,IL

or

ENGINES 4*CP,AP,IP,2*IL

Example 3:

Specify 3 engines of type CP and 1 engines of type IL.

ENGINES CP,CP,CP,IL

or

ENGINES 3*CP,IL

Previous Page Next Page