OpenMP http://www.openmp.org/
Official OpenMP Specifications
- C/C++ version 2.0 (March 2002) http://www.openmp.org/mp-documents/cspec20.pdf
- Version 3.0 Complete Specifications (May, 2008) http://www.openmp.org/mp-documents/spec30.pdf
OpenMP in Visual C++ (vs2008, vs2010) http://msdn.microsoft.com/en-us/library/tt15eb9t.aspx
'컴퓨터 > 프로그래밍' 카테고리의 다른 글
[WIKIBOOKS] Optimizing C++ 소개 (0) | 2011.04.02 |
---|---|
[링크] LLVM 퍼포먼스 비교 (0) | 2011.04.02 |
MS SQL Server 테이블 수정 명령어 (0) | 2011.04.01 |
UNICODE, ANSI 인코딩 변환 (0) | 2011.01.27 |
std::string 과 std::wstring 의 상호 변환 (1) | 2011.01.21 |