|
|
OMPL2001 Result Copyright © 1999-2008 Standard Performance Evaluation Corporation |
|
HP HP Proliant DL580 G7 Server Series, Intel Xeon L7555, 1.87 GHz |
|
| SPEC license # HPG3440A | Tested by: Indiana University | Test site: Indiana University | Test date: Apr-2011 | Hardware Avail: Jun-2010 | Software Avail: Jan-2011 |
| Benchmark | Reference Time |
Base Runtime |
Base Ratio |
Peak Runtime |
Peak Ratio |
![]() |
|---|---|---|---|---|---|---|
| 311.wupwise_l | 9200 | 203 | 723729 | |||
| 313.swim_l | 12500 | 602 | 331955 | |||
| 315.mgrid_l | 13500 | 518 | 416695 | |||
| 317.applu_l | 13500 | 562 | 384230 | |||
| 321.equake_l | 13000 | 575 | 361456 | |||
| 325.apsi_l | 10500 | 271 | 620871 | |||
| 327.gafort_l | 11000 | 391 | 450003 | |||
| 329.fma3d_l | 23500 | 1166 | 322462 | |||
| 331.art_l | 25000 | 290 | 1377258 | |||
| SPECompLbase2001 | 493152 | |||||
| SPECompLpeak2001 | -- | |||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
| Notes / Tuning Information |
|---|
ulimit -s unlimited
Removes limits on the maximum size of the automatically-
extended stack region of the current process and each
process it creates.
Compiler flags for base level optimization
COPTIMIZE : -O3 -xSSE4.2 -xHost -no-prec-div -openmp -ipo
FOPTIMIZE : -O3 -xSSE4.2 -xHost -no-prec-div -openmp -ipo
F77OPTIMIZE : -O3 -xSSE4.2 -xHost -no-prec-div -openmp -ipo
Environment:
KMP_AFFINITY=disabled
controls the binding of OpenMP threads to the physical processing units
KMP_SCHEDULE=static,balanced
used to fine tune the load balancing of parallel loops that are
statically scheduled under OpenMP with no chunk size specification
KMP_BLOCKTIME=infinite
Sets the time, in milliseconds, that a thread should wait,
after completing the execution of a parallel region, before sleeping.
KMP_LIBRARY=throughput
Selects the OpenMP run-time library
KMP_STACKSIZE=31m
Sets the number of bytes to allocate for each parallel thread to use as
to use as its provate stack
OMP_NESTED=TRUE
Enables (TRUE) or disables (FALSE) nested parallelism.
OMP_DYNAMIC=FALSE
Enables (true) or disables (false) the dynamic adjustment of the number of threads.
OMP_NUM_THREADS=32
Sets the maximum number of threads to use for OpenMP* parallel
regions if no other value is specified in the program itself.
BIOS settings notes:
Intel Hyper-Threading Technology (SMT): Disabled
Intel Turbo Boost Technology (Turbo) : Enabled (Max 2.533GHz)
For compiler/openmp flags description please refer:
Intel-ic12.0-intel64-linux-flags-file.html
|
First published at SPEC.org on 13-Jul-2011
Generated on Wed Jul 13 17:16:17 2011 by SPEC OMP2001 HTML formatter v1.01