The OPTMILP Procedure

PERFORMANCE Statement

PERFORMANCE <performance-options> ;

The PERFORMANCE statement specifies performance-options for multithreaded (SMP) and distributed (MPP) computing, passes variables around the distributed computing environment, and requests detailed performance results of the OPTMILP procedure.

With the PERFORMANCE statement, you can also control whether the OPTMILP procedure executes in SMP or MPP mode. Only the decomposition algorithm and the option tuner can be run in these modes.

The PERFORMANCE statement for multithreaded computing mode is documented in the section PERFORMANCE Statement in Chapter 4: Shared Concepts and Topics. The OPTMILP procedure supports the deterministic and nondeterministic modes of the PARALLELMODE= option in the PERFORMANCE statement.

The PERFORMANCE statement for distributed computing mode is documented in Chapter 3: Shared Concepts and Topics in SAS High-Performance Analytics Server 12.1: User's Guide.

Note: Distributed computing mode requires SAS® High-Performance Analytics software.