Princeton Application Repository for Shared-Memory Computers
{{Short description|Type of computer benchmarking tool}}
{{Infobox software
|name=PARSEC Benchmark Suite
|logo=parsec-logo.png
|author=Princeton University and Intel
|developer=Christian Bienia
|released=January 25, 2008
|latest release version=2.1
|latest release date=August 13, 2009
|programming language=C/C++
|operating system = Linux, OpenSolaris
|genre = Benchmark
|license = 3-clause BSD
|website={{URL|parsec.cs.princeton.edu}}
}}
Princeton Application Repository for Shared-Memory Computers (PARSEC) is a benchmark suite composed of multi-threaded emerging workloads that is used to evaluate and develop next-generation chip-multiprocessors. It was collaboratively created by Intel and Princeton University to drive research efforts on future computer systems.{{cite web
|title=Intel Teams with Universities on Multicore Software Suite
|url=http://www.edn.com/article/CA6364657.html
|publisher=EDN
|access-date=2006-08-22
|archive-url=https://archive.today/20130123055848/http://www.edn.com/article/CA6364657.html
|archive-date=2013-01-23
|url-status=dead
}}{{Cite web |url=http://blogs.intel.com/research/2008/02/designing_future_computers_wit.php |title=Designing future computers with future workloads |publisher=Research@Intel |access-date=2008-02-26 |archive-date=2008-09-06 |archive-url=https://web.archive.org/web/20080906112505/http://blogs.intel.com/research/2008/02/designing_future_computers_wit.php |url-status=dead }} Since its inception the benchmark suite has become a community project that is continued to be improved by a broad range of research institutions.{{Cite web |url=http://www.gabeoneda.com/node/39 |title=Intel CTO looks into the future: Measuring the value and need for multi-core |publisher=Gabe on EDA |access-date=2006-08-31 |archive-date=2008-04-08 |archive-url=https://web.archive.org/web/20080408210713/http://www.gabeoneda.com/node/39 |url-status=dead }} PARSEC is freely available and is used for both academic and non-academic research.{{Cite web |url=http://parsec.cs.princeton.edu/ |title=The PARSEC Benchmark Suite |publisher=Princeton University |access-date=2008-01-05}}{{Citation |title=Proceedings of the 2009 IEEE International Symposium on Workload Characterization |date=October 2009 |last1=Bhadauria |last2=Weaver |last3=McKee |first1=Major |first2=Vincent M. |first3=Sally A. |contribution=Understanding PARSEC Performance on Contemporary CMPs |contribution-url=http://www.iiswc.org/iiswc2009/ |publisher=IEEE}}{{Citation |title=Proceedings of the 2009 IEEE International Symposium on Workload Characterization |date=October 2009 |last1=Barrow-Williams |last2=Fensch |last3=Moore |first1=Nick |first2=Christian |first3=Simon |contribution=A Communication Characterization of SPLASH-2 and PARSEC |contribution-url=http://www.iiswc.org/iiswc2009/ |publisher=IEEE}}
Background
The introduction of chip-multiprocessors required computer manufacturers to rewrite software for the first time to take advantage of parallel processing capabilities, including rewriting existing systems for testing and development.{{Citation
|last1=Rabaey
|first1=Jan M.
|last2=Burke
|first2=Daniel
|last3=Lutz
|first3=Ken
|last4=Wawrzynek
|first4=John
|contribution=Workloads of the Future
|contribution-url=http://www2.computer.org/cms/Computer.org/ComputingNow/homepage/0908/WorkloadsoftheFuture.pdf
|title=IEEE Design & Test of Computers
|publisher=IEEE
|date=July–August 2008
|access-date=2010-02-12
|archive-date=2011-08-07
|archive-url=https://web.archive.org/web/20110807224952/http://www2.computer.org/cms/Computer.org/ComputingNow/homepage/0908/WorkloadsoftheFuture.pdf
|url-status=dead
}} At that time parallel software only existed in very specialized areas. However, before chip-multiprocessors became commonly available software developers were not willing to rewrite any mainstream programs, which means hardware manufacturers did not have access to any programs for test and development purposes that represented the expected real-world program behavior accurately. This posed a hen-and-egg problem that motivated a new type of benchmark suite with parallel programs that could take full advantage of chip-multiprocessors.
PARSEC was created to break this circular dependency. It was designed to fulfill the following five objectives:{{Citation
|last1=Bienia|first1=Christian
|last2=Kumar|first2=Sanjeev
|last3=Singh|first3=Jaswinder Pal
|last4=Li|first4=Kai
|contribution=The PARSEC Benchmark Suite: Characterization and Architectural Implications
|contribution-url=http://portal.acm.org/citation.cfm?id=1454128
|title=Proceedings of the 17th international conference on Parallel architectures and compilation techniques
|publisher=Association for Computing Machinery, New York, NY, USA
|date=October 2008
}}
- Focuses on multithreaded applications
- Includes emerging workloads
- Has a diverse selection of programs
- Workloads employ state-of-art techniques
- The suite supports research
Traditional benchmarks that were publicly available before PARSEC were generally limited in their scope of included application domains or typically only available in an unparallelized, serial version. Parallel programs were only prevalent in the domain of High-Performance Computing and on a much smaller scale in business environments.{{Cite book | last1 = Bienia | first1 = C. | last2 = Kumar | first2 = S. | last3 = Kai Li | doi = 10.1109/IISWC.2008.4636090 | chapter = PARSEC vs. SPLASH-2: A quantitative comparison of two multithreaded benchmark suites on Chip-Multiprocessors | title = 2008 IEEE International Symposium on Workload Characterization | pages = 47 | year = 2008 | isbn = 978-1-4244-2777-2 | s2cid = 1805881 }} Chip-multiprocessors however were expected to be heavily used in all areas of computing such as with parallelized consumer applications.
Workloads
The PARSEC Benchmark Suite is available in version 2.1, which includes the following workloads:{{Citation
|last1=Bienia|first1=Christian
|last2=Li|first2=Kai
|contribution=PARSEC 2.0: A New Benchmark Suite for Chip-Multiprocessors
|contribution-url=http://www-mount.ece.umn.edu/~jjyi/MoBS/2009/MoBS_2009_Advance_Program.html
|title=Proceedings of the 5th Annual Workshop on Modeling, Benchmarking and Simulation
|publisher=Association for Computing Machinery, New York, NY, USA
|date=June 2009
}}
- Blackscholes
- Bodytrack
- Canneal
- Dedup
- Facesim
- Ferret
- Fluidanimate
- Freqmine
- Raytrace
- Streamcluster
- Swaptions
- Vips
- X264
References
{{Reflist}}
External links
- [http://parsec.cs.princeton.edu/ The PARSEC Benchmark Suite]
- [http://wiki.cs.princeton.edu/index.php/PARSEC The PARSEC Wiki]