QLogic PathScale Compiler Suite SPEC CPU2006 Flag Description

Copyright © 2006. QLogic Corporation. All rights reserved.

Compilers: QLogic PathScale Compiler Suite


Sections

Selecting one of the following will take you directly to that section:


Optimization Flags

HEADER for OPTIMIZATION


Portability Flags

HEADER for PORTABILITY


Compiler Flags

HEADER for COMPILER


Other Flags

HEADER for OTHER


System and Other Tuning Information

submit = taskset -c $SPECCOPYNUM $command

submit= MYMASK=`printf '0x%x' \$((1<<\$SPECCOPYNUM))`; /usr/bin/taskset \$MYMASK $command

When running multiple copies of benchmarks, the SPEC config file feature submit is sometimes used to cause individual jobs to be bound to specific processors. This specific submit command is used for Linux. The description of the elements of the command are:

ulimit -s n (Linux)

Sets the stack size to n kbytes, or unlimited to allow the stack size to grow without limit.