SPEC OMP2012 System Requirements

Last updated: $Date: 2012-10-11 13:43:55 -0400 (Thu, 11 Oct 2012) $ by $Author: BrianWhitney $

(To check for possible updates to this document, please see http://www.spec.org/omp2012/Docs/ )

Contents

I. Hardware and Software Requirements

A. System/OS

1. About Linux Distributions

2. SPEC does not recommend use of Windows/Unix compatibility products with OMP2012

B. ISO

C. Memory

D. Disk Space

E. Compiler, or precompiled binaries

II. Portablility Notes

III. About Resources and Mysterious Failures

Note: links to SPEC OMP2012 documents on this web page assume that you are reading the page from a directory that also contains the other SPEC OMP2012 documents. If by some chance you are reading this web page from a location where the links do not work, try accessing the referenced documents at one of the following locations:

I. Hardware and Software Requirements

To run and install SPEC OMP2012, the following are required.

A. System/OS:

You will need a computer system running UNIX, Microsoft Windows, or Mac OS X. The benchmark suite includes a toolset. Pre-compiled versions of the toolset are provided that are expected to work with:

Please ensure that you meet the minimum required version prior to installing SPEC OMP2012 V1.2.

For systems not listed in above, such as earlier or later versions of the above systems, you may find that the tools also work, but SPEC has not tested them. Windows systems that are not based on NT, such as Windows 95, Windows 98, and Windows ME, will definitely NOT work. Please see the Portability Notes below.

Even though tools are provided for Windows and MacOS, the benchmark is unsupported for these systems because there has been no testing done with them. The toolsets are provided as a courtesy in case you want to see if the benchmark does work on these OS.

Caution:

I.A.1. About Linux distributions

Over time, various mechanisms have evolved on Linux, including libraries, 32-bit/64-bit support, executable format, linking, and run-time loading. These mechanisms have sometimes forked with Linux distributions and then occasionally rejoined later. SPEC OMP2012 has been tested with a variety of Linux distributions, but the possibility remains that you may encounter incompatibilities if you are not using *exactly* the same version as was used when the tools were built. Therefore, the table that follows tells you exactly what was used.

If you find that you are unable to install the pre-compiled SPEC OMP2012 on Linux, and you would like to build the tools yourself, please see the notes in tools-build.html. SPEC may be able to provide advice for your build, but SPEC does not promise that you will succeed. Please see the limitations described in techsuport.html.

Toolset name Expected compatibility Build environment
linux-debian6-armv6 ARMv6 and ARMv7 systems Built with GCC v4.5.5 on a Raspberry Pi running Debian Linux v6.0.4.
linux-redhat72-ia32 x86, IA-64, EM64T, and AMD64-based Linux systems with GLIBC 2.2.4+. Built on RedHat 7.2 (x86) with gcc 3.1.1
linux-rhas4r4-ia64 IA64 systems running Red Hat Enterprise Linux 4 or later. Built on RHAS 4r4 with GCC 3.4.6 20060404 (Red Hat 3.4.6-3)
linux-suse10-amd64 64-bit AMD64/EM64T Linux systems running SuSE Linux 10 or later, and other compatible Linux distributions, including some versions of RedHat Enterprise Linux and Oracle Linux Server. Built on SuSE Linux 10 with GCC v4.1.0 (SUSE Linux)

I.A.2. SPEC does not recommend use of Windows/Unix compatibility products with OMP2012

SPEC does not recommend installation of OMP2012 on Microsoft Windows under Windows/Unix compatibility environments (such as Cygwin, MinGW, MKS, SFU, and so forth). The tools and benchmarks have not been ported to such environments. Please install from an ordinary command window (formerly known as an MS-DOS window).

If you have a Windows/Unix compatibility product on your Windows computer, SPEC recommends that you remove it from your %PATH% prior to installing or using SPEC OMP2012. The reason for this recommendation is that providing a Unix-like environment on Windows poses difficult problems. Historically there have been various approaches, with differing (incompatible) assumptions about how to mask or bridge differences between Windows and Unix. The SPEC CPU toolset has its own approach and its own set of assumptions, and there have been reports of difficult-to-diagnose errors when a Windows/Unix compatibility product is present on the path, as described in faq.html. As discussed in the faq document, if such problems occur, your first step should be to simplify the path, removing the compatibility product.

B. ISO

The benchmark is provided as an ISO file. If you want, you can put it on a DVD, and if you do, you will need a DVD drive or network access to a system that has one

C. Memory

Typically 28 GB of memory will be required, exclusive of OS/overhead; but more may be required:

Warning: When an operating system runs out of memory, errors may occur that are difficult to diagnose. See the section on resources, below.

D. Disk space

E. Compiler, or pre-compiled binaries

Since SPEC supplies only source code for the benchmarks, you will need either:

  1. A set of compilers for the result(s) you intend to measure: All three of C99, C++98 and Fortran-95 compilers

    --or--

  2. A pre-compiled set of benchmark executables, given to you by another user of the same revision of SPEC OMP2012, and any run-time libraries that may be required for those executables.

II. Portability Notes

SPEC OMP2012 is a source code benchmark, and portability of that source code is one of the chief goals of SPEC OMP2012. SPEC has invested substantial effort to make the benchmarks portable across a wide variety of hardware architectures, operating systems, and compilers.

Despite SPEC's testing efforts, certain portability problems are likely to arise from time to time. For example:

If you visit http://www.spec.org/omp2012/ and look up results for SPEC OMP2012, you will find combinations of OS and compiler versions that are known to work. For example, if a vendor reports a SPEComp2012 result on the SuperHero 4 using SuperHero Unix V4.0 with SuperHero C V4.0 and SuperHero C++ V4.0, you may take that as an assertion by the vendor that the listed versions of Unix, C, and C++ will successfully compile and run the SPEC OMPG2012 suite on the listed machine.

For systems that have not (yet) been reported by vendors, SPEC can provide limited technical support to resolve portability issues. See techsupport.html for information.

III. About Resources and Mysterious Failures

Resource Demand: The SPEC OMP2012 benchmarks place a significant load on your system. Each benchmark will issues as many threads as you request and try to consume 100% of it (perhaps virtual).

As described above, the nominal memory footprint is just under 32 GB. Depending on your operating system architecture, the memory may be of various types, including:

(*)You don't want to actually use your pagefile much, as that is a recipe for testing your disk instead of testing your CPU. Nevertheless, it is not uncommon for operating systems to require that pagefile space be "reserved", and benchmarks may fail if reservations are unavailable.

Mysterious failures: If an OS is unable to satisfy a resource request while your benchmarks are running, you may encounter difficult-to-diagnose, hard-to-reproduce error messages. Processes may be killed by the OS on a (seemingly) random basis, or may fail to start. If the OS is feeling sufficiently stressed, error messages may be cryptic or even non-existent. You might, or you might not, be able to find additional detail about the resource shortages in system locations such as event logs, message logs, or console logs.

Resource Competition: Meanwhile, contemporary systems run many tasks other than the benchmarks. Personal systems commonly include processes that support the user, which the user may not be aware of:

All of the above may affect observed performance, and if you are unlucky, may cause hard-to-reproduce resource shortages that prevent you from completing benchmark runs. Therefore, you may want to consider reviewing the controls for services such as the above, and you may want to reduce the load from these services during the benchmark run. When you consider adjusting services, please observe these CAUTIONS:

In addition, each of these techniques may improve the probability that the benchmarks have a fresh set of dedicated resources:

  1. Start a new terminal window, or
  2. Log out and back in, or
  3. Reboot

Copyright 2006-2012 Standard Performance Evaluation Corporation
All Rights Reserved