문서 편집 권한이 없습니다. 다음 이유를 확인해주세요: 요청한 명령은 다음 권한을 가진 사용자에게 제한됩니다: 사용자. 문서의 원본을 보거나 복사할 수 있습니다. [[분류: 시스템 벤치마크]] == 개요 == 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 == 참고 == # https://parsec.cs.princeton.edu/parsec3-doc.htm PARSEC 문서로 돌아갑니다.