본문 바로가기
카테고리 없음

Intel Parallel Studio 사용법

by Leo 리오 2012. 7. 16.
반응형

문서:


영문 http://gem.yonsei.ac.kr/~tskim/pds/ifort_quick.pdf





Use Intel C++ compiler





자동병렬화 방법



Configuration을 release로 하자. 자동 병렬화는 O2 옵션에서만 작동한다.


(다음 스샷들은 실수..)





자동 병렬화 이다.


컴파일러가 알아서 해준다.


/Qparallel




/Qpra-threshold[0-100]

0이면 안전한 한 항상.

100이면 확실한 성능증가 때만.


/Qpar-report[1,2,3]

레포트 lvl

Controls the auto-parallelizer’s diagnostic levels as follows: 

0 – Displays no diagnostic information. 

1 – Indicates loops successfully parallelized (default). 

2 – Adds information on loops that were not parallelized..

3 – Adds information about any proven or assumed dependencies 

inhibiting auto-parallelization (reasons for not parallelizing).





반응형

댓글