System Generation Manual for G-Series RVUs

Using Preprocessing Commands
System Generation Manual for G-Series RVUs523407-001
3-20
PARAM XLLINKCPU
Example
The following example requests that SYSGENR save its work files on
$DISK1.SYSSAV:
> PARAM WORKFILE $DISK1.SYSSAV
PARAM XLLINKCPU
You can use this PARAM to specify the processors in which XLLINK will run. Using
this PARAM allows you to improve SYSGENR performance by specifying that XLLINK
run in processors other than the processor in which SYSGENR is running, ideally in
processors that are not very busy. The syntax is shown below.
xxyy
is the number of the processor in which XLLINK creates the system code (xx) and
the system library (yy). Use a leading zero for processor numbers 0 through 9.
If you do not specify this PARAM, or if the processors you specify are down or do not
exist, then SYSGENR runs XLLINK for system code in the same processor in which
SYSGENR is running and for system library in the next higher-numbered processor. If
SYSGENR is running in the highest-numbered processor, then XLLINK for the system
library code runs in the lowest-numbered processor.
Example
The following example specifies that XLLINK for system code will run in processor 9
and that XLLINK for system library code will run in processor 10:
> PARAM XLLINKCPU 0910
PARAM XLLINKCPU xxyy