Intel OpenMP 사용법
1. Intel Fortran Compiler 설치
2. /opt/intel/Compiler/11.1/073/bin/intel64 에서 ifortvars_intel64.csh, ifortvars_intel64.sh 파일을 /etc/profile.d/ 에 복사하면 환경설정 파일이 loading된다.
( OS버전이 x86일 경우에는 /opt/intel/Compiler/11.1/073/bin 의 파일을 복사하면 된다)
3. 환경설정파일이 로딩 되었는지 env |grep intel로 확인.
4. 테스트 파일을 compile
: ifort -O3 -openmp -parallel -fpp openmp_sample.f90
5. (Option)
export OMP_NUM_THREADS=n n=thread값
6. a.out파일 실행
Thanks for sharing. I read many of your blog posts, cool, your blog is very good.