The PERFORMANCE statement enables you to control the performance characteristics of the FMM procedure (for example, the number of CPUs, the number of threads for multithreading, and so on). By default, the FMM procedure performs many analyses in multiple threads, and the number of threads equals the number of CPUs. Certain system and configuration options also can control the number of CPUs available to a SAS session or whether multithreaded computations are permissible. For example, you can set the number of available processors to two with
options cpucount=2;
The FMM procedure then acts as though two processors were available, regardless of the number of physically available processors.
The FMM procedure applies multithreading to the following analytical tasks:
all starting value computations that require a pass through the data.
all evaluations of objective function, gradient, and Hessian; computation of covariance matrix.
all sample passes through the data, formation of cross-product matrices, sampling of latent variables, and posterior diagnostics.
computation of all output statistics and statistics for the construction of graphics that require passes through the data.
You can specify the following performance-options: