Initializing help system before first use

XPRS_ge_setarchconsistency (SETARCHCONSISTENCY)

XPRS_ge_setarchconsistency

SETARCHCONSISTENCY


Purpose
Sets whether to force the same execution path on various CPU architecture extensions, in particular (pre-)AVX and AVX2.
Synopsis
int XPRS_CC XPRS_ge_setarchconsistency(int ifArchConsistent);
SETARCHCONSISTENCY ifArchConsistent
Argument
ifArchConsistent 
Whether to force the same execution path:
Do not force the same execution path (default behavior);
Force the same execution path.
Further information
Note that, using this general environment API function is different from setting the CPUPLATFORM control. Setting CPUPLATFORM selects a vectorization instruction set for the barrier method.