PARSEC

Ahn9807 (토론 | 기여)님의 2023년 8월 5일 (토) 10:44 판 (새 문서: 분류: 시스템 벤치마크 == 개요 == Princeton Application Repository for Shared-Memory Computers(PARSEC)은 프린스턴 대학교에서 만든 벤치마크 툴로, 무료로 다양한 범위의 컴퓨팅 벤치마크를 할 수 있게 한다. PARSEC은 병렬컴퓨팅 환경에서 다양한 컴퓨팅 파워를 체크할 수 있도록 설계되었다. PARSEC은 현재 Version 3까지 나와있으며 다음과 같은 벤치마크를 돌릴 수 있다. * blacksholes *...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)


개요

Princeton Application Repository for Shared-Memory Computers(PARSEC)은 프린스턴 대학교에서 만든 벤치마크 툴로, 무료로 다양한 범위의 컴퓨팅 벤치마크를 할 수 있게 한다. PARSEC은 병렬컴퓨팅 환경에서 다양한 컴퓨팅 파워를 체크할 수 있도록 설계되었다. PARSEC은 현재 Version 3까지 나와있으며 다음과 같은 벤치마크를 돌릴 수 있다.

  • blacksholes
  • bodytrack
  • canneal
  • dedup
  • facesim
  • ferret

...

설치 방법

  • PARSEC 3 다운로드
wget http://parsec.cs.princeton.edu/download/3.0/parsec-3.0-core.tar.gz
  • Unpakc PARSEC 3
tar -xzf parsec-3.0.tar.gz; cd parsec-3.0 
  • 환경 변수 설정
source env.sh
  • Build/Run/Uninstall
parsecmgmt -a build -p streamcluster (all for building all benchmarks)
parsecmgmt -a run -p streamcluster (all for running all benchmarks)
parsecmgmt -a fulluninstall -p streamcluster

참고

  1. https://parsec.cs.princeton.edu/parsec3-doc.htm