インテル(R) C++ Composer XE 2011 Windows版 入門ガイド

Size: px
Start display at page:

Download "インテル(R) C++ Composer XE 2011 Windows版 入門ガイド"

Transcription

1 C++ Composer XE 2011 Windows* エクセルソフト株式会社 Rev. 1.2 (2011/05/03) Copyright XLsoft Corporation. All Rights Reserved. 1 / 70

2 / / / Microsoft Visual Studio IDE Visual Studio / / / Visual Studio / / / HLO IPO PGO GAP Copyright XLsoft Corporation. All Rights Reserved. 2 / 70

3 SSA C VS2010 C Copyright XLsoft Corporation. All Rights Reserved. 3 / 70

4 C++ Composer XE 2011 C MKL IPP TBB C Microsoft* Visual Studio* (IDE) C++ C C++ Composer XE 2011 C: Program Files Intel ComposerXE-2011 Visual Studio 2008 Visual Studio 2010 Visual Studio 2005 Visual Studio 2008 Core 2 Quad CPU Q GHz 4.00 GB 3.25 GB OS Windows 7 Professional x86 x64 Program Files Program Files (x86) Copyright XLsoft Corporation. All Rights Reserved. 4 / 70

5 Zip C: Program Files Intel ComposerXE-2011 Samples ja_jp C++ optimize.zip C: Program Files Intel ComposerXE-2011 Samples en_us C++ optimize.zip Note ja_jp en_us C temp C: temp optimize.zip optimize int_sin.c 1 2 ( ) 4 (4.0) clock Copyright XLsoft Corporation. All Rights Reserved. 5 / 70

6 C++ icl 1. Windows [ ] [ ] - [Intel Parallel Studio XE 2011] - [Command Prompt] - [ (R) XE 12.0 Update 1] - [IA-32 Visual Studio 2008 ] C++ PATH LIB INCLUDE "C: Program Files Intel ComposerXE-2011 bin ipsxe-comp-vars.bat" ia32 vs2008 C++ Visual Studio [IA-32 Visual Studio 2005 ] [IA-32 Visual Studio 2008 ] [IA-32 Visual Studio 2010 ] [ 64 Visual Studio 2005 ] [ 64 Visual Studio 2008 ] [ 64 Visual Studio 2010 ] IA-32 C++ Visual Studio 2008 [ ] Copyright XLsoft Corporation. All Rights Reserved. 6 / 70

7 C++ 2. icl icl > icl 3. link link icl > link link Visual Studio Note icl C++ mcpcom.exe link.exe icl C++ 4. int_sin.c > cd c: temp optimize Copyright XLsoft Corporation. All Rights Reserved. 7 / 70

8 C++ > icl /Od int_sin.c Note C++ /Od /Od O Optimization /Zi > icl /Zi int_sin.c / int_sin.exe > int_sin.exe 4.0 ( ) Copyright XLsoft Corporation. All Rights Reserved. 8 / 70

9 Number of Computed Integral Interior Points e e e e e e e e e e e e e e e e e e e e e e e e e+000 Application Clocks = e+003 Copyright XLsoft Corporation. All Rights Reserved. 9 / 70

10 C++ C++ /O2 /arch:sse2 SSE2 > icl int_sin.c SIMD C++ /Qvec-report > icl /Qvec-report2 int_sin.c int_sin.c /Qvec-report 0 5 Copyright XLsoft Corporation. All Rights Reserved. 10 / 70

11 / int_sin > int_sin.exe e e e+000 Application Clocks = e+003 Note /arch:sse2 SSE2 Pentium SSE2 /arch:ia32 /arch:sse2 /arch:ia32 x86/x87 > icl /arch:ia32 int_sin.c C++ /Qparallel /Qpar-report /Qpar-report 0 3 > icl /Qparallel /Qpar-report2 int_sin.c Copyright XLsoft Corporation. All Rights Reserved. 11 / 70

12 int_sin.c /Qpar-threshold > icl /Qparallel /Qpar-threshold90 /Qpar-report2 int_sin.c 92 Copyright XLsoft Corporation. All Rights Reserved. 12 / 70

13 / int_sin.exe 2.7 [ ] CPU CPU 100 > int_sin.exe e e e e+000 Application Clocks = e+002 int_sin.c CPU // for (j=2;j<27;j++) for (j=2;j<30;j++) { Note CPU Intel Core 2 Quad Note /MT /MD C++ > icl /Qparallel /Qpar-threshold90 /MD int_sin.c Copyright XLsoft Corporation. All Rights Reserved. 13 / 70

14 Microsoft Visual Studio IDE C++ Microsoft Visual Studio Visual Studio Microsoft Visual Studio Visual Studio 2008 VS2008 Visual Studio 2010 VS2010 Visual Studio 2005 Visual Studio 2008 Visual Studio 2008 Microsoft Visual Studio Visual Studio Windows [ ] [Intel Parallel Studio XE 2011] [Parallel Studio XE 2011 with VS2008] [ ] [Microsoft Visual Studio 2008] [Microsoft Visual Studio 2008] [ ] 2. VS2008 [ ] - [ ] - [ ] [ ] Copyright XLsoft Corporation. All Rights Reserved. 14 / 70

15 [ ] [Win32] [ ] [Win32 ] int_sin_icl [OK] C: temp optimize VS2008 [ ] [ ] Copyright XLsoft Corporation. All Rights Reserved. 15 / 70

16 3. int_sin.c [ ] - [...] [ ] [ ] [ ] [ ] [ ] C: temp optimize int_sin.c 4. int_sin_icl int_sin.c Copyright XLsoft Corporation. All Rights Reserved. 16 / 70

17 5. [ ] [ (R) C++ Composer XE 2011] - [ (R) C++ ] (R) C++ [ (R) C++ ] Note [ ] [ (R) C++ Composer XE 2011] - [ (R) C++ ] [ ] [OK] Copyright XLsoft Corporation. All Rights Reserved. 17 / 70

18 [ ] C++ Microsoft Visual C++ C++ C++ (.icproj) C++ Microsoft Visual C++.vcproj Microsoft Visual C++ C++ Note C++.NET 1. Debug 2. VS2008 [ ] - [ int_sin_icl ] [ ] [ ] Copyright XLsoft Corporation. All Rights Reserved. 18 / 70

19 Note Debug Release 2 Debug Release Debug icl /Od /Zi int_sin.c / 1. VS2008 [ ] - [ ] Copyright XLsoft Corporation. All Rights Reserved. 19 / 70

20 2. CPU 1. Release Release C++ /O2 /arch:sse2 [ ] 2. VS2008 [ ] - [ ] [ ] int_sin_icl [ ] Copyright XLsoft Corporation. All Rights Reserved. 20 / 70

21 3. [ ] [ ] - [C/C++] - [ ] [ ] /O2 Note Debug /Od /arch:sse2 [ ] - [C/C++] - [ ] [ ] /O2 /arch:sse2 /arch:ia32 [ C++] Copyright XLsoft Corporation. All Rights Reserved. 21 / 70

22 /arch:sse2 /Qvec-report [ ] - [C/C++] - [ ] [ ] [ /Qvec-report2 ] Copyright XLsoft Corporation. All Rights Reserved. 22 / 70

23 4. VS2008 [ ] - [ int_sin_icl ] Release int_sin_icl / 1. VS2008 [ ] - [ ] 2. CPU 3.5 Copyright XLsoft Corporation. All Rights Reserved. 23 / 70

24 /Qparallel /Qpar-threshold /Qpar-report 1. [ ] [ ] - [C++] - [ ] [ ] /Qparallel /Qpar-threshold /Qpar-report [ ] [ ] - [C++] - [ ] [ ] /Qpar-threshold90 /Qpar-report2 Copyright XLsoft Corporation. All Rights Reserved. 24 / 70

25 2. [ ] - [ int_sin_icl ] int_sin_icl / 1. VS2008 [ ] - [ ] 2. CPU 3.5 Copyright XLsoft Corporation. All Rights Reserved. 25 / 70

26 Visual Studio Windows [ ] [Intel Parallel Studio XE 2011] [Parallel Studio XE 2011 with VS2010] [ ] [Microsoft Visual Studio 2010] [Microsoft Visual Studio 2010] [ ] 2. VS2010 [ ] - [ ] - [ ] [ ] [Visual C++] - [Win32] [Win32 ] int_sin_icl [OK] C: temp optimize VS2010 Copyright XLsoft Corporation. All Rights Reserved. 26 / 70

27 [ ] [ ] 3. int_sin.c [ ] - [...] [ ] [ ] [ ] Copyright XLsoft Corporation. All Rights Reserved. 27 / 70

28 [ ] [ ] C: temp optimize int_sin.c 4. int_sin_icl int_sin.c Copyright XLsoft Corporation. All Rights Reserved. 28 / 70

29 5. C++ [ ] [ (R) C++ Composer XE 2011] - [ (R) C++ ] [ ] [ (R) C++ Composer XE 2011] - [ (R) C++ ] Copyright XLsoft Corporation. All Rights Reserved. 29 / 70

30 [ ] C++ [ ] - [ ] [ ] v100 Intel C++ Compiler XE 12.0 Note C++ Microsoft Visual C++.vcxproj Visual C++ Compiler Intel C++ Compiler C++ [ (R) C++] C++ Copyright XLsoft Corporation. All Rights Reserved. 30 / 70

31 1. Debug 2. VS2010 [ ] - [ int_sin_icl ] [ ] [ ] Note Debug icl /Od /Zi int_sin.c Copyright XLsoft Corporation. All Rights Reserved. 31 / 70

32 / 1. VS2010 [ ] - [ ] 2. CPU 1. Release Copyright XLsoft Corporation. All Rights Reserved. 32 / 70

33 2. [ ] C++ 3. Release C++ /O2 /arch:sse2 [ ] [ ] - [C/C++] - [ ] [ ] /O2 Note Debug /Od Copyright XLsoft Corporation. All Rights Reserved. 33 / 70

34 /arch:sse2 [ ] - [C/C++] - [ ] [ ] /O2 /arch:sse2 /arch:ia32 /arch:sse2 /Qvec-report [ ] - [C/C++] - [ [ (R) C++] ] [ ] [ /Qvec-report2 ] Copyright XLsoft Corporation. All Rights Reserved. 34 / 70

35 [ ] - [C/C++] - [ ] [ ] Precise /fp:precise Fast /fp:fast C++ 4. VS2010 [ ] - [ int_sin_icl ] Release int_sin_icl / 1. VS2010 [ ] - [ ] Copyright XLsoft Corporation. All Rights Reserved. 35 / 70

36 2. CPU 3.5 /Qparallel /Qpar-threshold /Qpar-report 1. [ ] [ ] - [C++] - [ [ (R) C++] ] [ ] /Qparallel Copyright XLsoft Corporation. All Rights Reserved. 36 / 70

37 /Qpar-threshold /Qpar-report [ ] [ ] - [C++] - [ ] [ ] /Qpar-threshold90 /Qpar-report2 2. [ ] - [ int_sin_icl ] int_sin_icl Copyright XLsoft Corporation. All Rights Reserved. 37 / 70

38 / 1. VS2010 [ ] - [ ] 2. CPU 3.6 Copyright XLsoft Corporation. All Rights Reserved. 38 / 70

39 C++ C++ HLO /O2 C++ /O3 /O2 > icl /O3 /QxHost file.cpp IDE [ ] [C/C++] [ ] [ ] IPO /Qipo Visual Studio xilink IPO IPO Copyright XLsoft Corporation. All Rights Reserved. 39 / 70

40 IPO /Qip > icl /Qipo /QxHost file1.cpp file2.cpp file3.cpp IDE VS2005/2008 [ ] [C/C++] [ ] [ ] [ ] [ ] [ ] VS2010 [ ] [C/C++] [ [ (R) C++]] [ ] [ ] [ ] [ ] PGO PGO /Qprof-gen.dyn Copyright XLsoft Corporation. All Rights Reserved. 40 / 70

41 .dyn /Qprof-use /Qipo PGO > icl /Qprof-gen /Femyapp.exe file1.cpp file2.cpp file3.cpp > myapp.exe > icl /Qprof-use /Qipo /QxHost /Femyapp.exe file1.cpp file2.cpp file3.cpp IDE VS2005/2008 [ ] [C/C++] [ ] [ ] [ ] [ ] [ ] [ (R) C++ Composer XE 2011] [ ] VS2010 [ ] [ ] [ ] [ (R) C++ Composer XE 2011] [ ] Copyright XLsoft Corporation. All Rights Reserved. 41 / 70

42 SIMD C++ SSE SIMD /arch:sse2 /Qx /Qax C++ SSE SSE /arch: /arch:ia32 /arch:sse /arch:sse2 /arch:sse3 /arch:ssse3 /arch:sse4.1 /arch:avx /Qx /QxSSE2 /QxSSE3 /QxSSSE3 /QxSSE3_ATOM /QxSSE4.1 /QxSSE4.2 /QaxAVX /QxHost /Qax /QaxSSE2 /QaxSSE3 /QaxSSSE3 /QaxSSE4.1 /QaxSSE4.2 /QxAVX /Qx SSE /QxSSE4.2 SSE4.2 Intel Core 2 Duo SSE4.2 /QxHost SSE SSSE3 Core 2 Duo /QxHost /QxSSSE3 /QxHost /Qax SSE SSE SSE SSE SSE SSE SSE /arch:sse2 SSE /QaxSSE4.2 /QxSSE4.2 /QxSSE4.2 /arch:sse2 SSE /arch:sse2 /QxSSSE3 /QxSSSE3 /Qax /Qx Copyright XLsoft Corporation. All Rights Reserved. 42 / 70

43 > icl /QxSSE4.2 file.cpp SSE4.2 SSE4.2 CPU > icl /QaxSSE4.2 file.cpp SSE4.2 SSE4.2 SSE2(/arch:SSE2) > icl /QaxSSE4.2 /QxSSSE3 file.cpp SSE4.2 SSE4.2 SSSE3 > icl /QaxAVX /arch:ia32 file.cpp AVX AVX x86/x87 > icl /QaxAVX,SSE4.2 /QxSSSE3 file.cpp AVX SSE4.2 AVX SSE4.2 SSSE3 > icl /QaxSSE4.2,SSE4.1 /QxAVX file.cpp /QxAVX AVX > icl /QxSSE4.2 /QxSSE4.1 file.cpp /QxSSE4.1 SSE4.1 Note /O2 SSE Core 2 Quad SSSE3 Copyright XLsoft Corporation. All Rights Reserved. 43 / 70

44 IDE VS2005/2008 /Qx [ ] [C/C++] [ ] [ ] /Qax [ ] [C/C++] [ ] [ ] VS2010 /Qx [ ] [C/C++] [ [ (R) C++]] [ ] /Qax [ ] [C/C++] [ [ (R) C++]] [ ] Copyright XLsoft Corporation. All Rights Reserved. 44 / 70

45 Note IPO /O3 /Oa /Qalias-args- #pragma #pragma ivdep #pragma loop count #pragma vector always restrict VS2010 /fp:precise /fp:fast /Qvec-report Copyright XLsoft Corporation. All Rights Reserved. 45 / 70

46 while OpenMP OpenMP OpenMP libiomp5md.dll IPO /Qparallel /Qpar-report[n] 0 3 n 1 /Qpar-threshold[n] n > icl /Qipo /QxHost /Qparallel /Qpar-threshold90 /Qpar-report2 file1.cpp file2.cpp file3.cpp IDE VS2005/2008 [ ] [C/C++] [ ] [ ] VS2010 [ ] [C/C++] [ [ (R) C++]] [ ] Copyright XLsoft Corporation. All Rights Reserved. 46 / 70

47 GAP C++ /Qvec-report[n] /Qpar-report[n] GAP Pragma / Note C++ SIMD GAP /Qguide /Qguide:[n] n GAP /Qguide IDE GAP /O2 /Qparallel GAP GAP GAP ID C++ GAP C: Program Files Intel ComposerXE-2011 Samples en_us C++ GuidedAutoParallel.zip GAP > icl /Qparallel /Qvec-report2 /Qpar-report2 main.cpp scalar_dep.cpp Copyright XLsoft Corporation. All Rights Reserved. 47 / 70

48 scalar_dep.cpp 76 main.exe GAP > icl /Qparallel /Qguide main.cpp scalar_dep.cpp GAP scalar_dep.cpp 76 2 b #pragma parallel private(b) Copyright XLsoft Corporation. All Rights Reserved. 48 / 70

49 b GAP [ ] 2 #pragma loop count min(256) scalar_dep.cpp for (i=0; i<n; i++) { if (A[i] > 0) {b=a[i]; A[i] = 1 / A[i]; } if (A[i] > 1) {A[i] += b;} } #pragma parallel private(b) #pragma loop count min(256) for (i=0; i<n; i++) { if (A[i] > 0) {b=a[i]; A[i] = 1 / A[i]; } if (A[i] > 1) {A[i] += b;} } > icl /Qparallel /Qvec-report2 /Qpar-report2 main.cpp scalar_dep.cpp GAP 7 Note GAP IPO /Qipo #pragma loop count min(256) > icl /Qipo /Qparallel /Qguide main.cpp scalar_dep.cpp IPO Copyright XLsoft Corporation. All Rights Reserved. 49 / 70

50 #pragma parallel private(b) /Qipo > icl /Qipo /Qparallel /Qvec-report2 /Qpar-report2 main.cpp scalar_dep.cpp main.cpp IPO scalar_dep.cpp test_scalar_dep() main.cpp test_scalar_dep() 48 IPO IDE IDE GAP [ ] Visual Studio [ ] [ ] VS2005/2008 [ ] [C/C++] [ ] [ ] VS2010 [ ] [C/C++] [ [ (R) C++]] Note /Qguide GAP GAP Copyright XLsoft Corporation. All Rights Reserved. 50 / 70

51 Visual Studio [ ] GAP GAP [ ] [ ] [ (R) C++ Composer XE 2011] [ ] GAP GAP GAP [ (R) C++ Composer XE 2011] [ ] GAP [ ] /Qguide GAP Copyright XLsoft Corporation. All Rights Reserved. 51 / 70

52 [ ] GAP [ ] /Qguide GAP VS [ ] [ ] [ (R) C++] [ ] [ ] [ (R) C++] [ ] GAP [ ] Copyright XLsoft Corporation. All Rights Reserved. 52 / 70

53 SSA SSA Parallel Studio XE C++ Inspector XE 250 OpenMP Cilk Plus C++ Fortran SSA SSA C++ SSA C++ Inspector XE SSA SSA SSA IPO SSA mcpcom.exe svcpcom.exe SSA SSA [ ] [ ] [ ] < > Copyright XLsoft Corporation. All Rights Reserved. 53 / 70

54 SSA /Qdiag-enable:sc{[1 2 3]} /Qdiag-enable:sc-include SSA SSA > icl /Qdiag-enable:sc3 /Qdiag-enable:sc-include file1.cpp file2.cpp file3.cpp IDE VS2005/2008 [ ] [C/C++] [ ] [ ] [ ] [C/C++] [ ] [ ] VS2010 [ ] [C/C++] [ [ (R) C++]] [ ] [ ] [C/C++] [ [ (R) C++]] [ ] SSA My Inspector XE Results-<product name> IDE Inspector XE *.inspxe Copyright XLsoft Corporation. All Rights Reserved. 54 / 70

55 SSA Copyright XLsoft Corporation. All Rights Reserved. 55 / 70

56 Hotspot PGO Time Stamp Counter (TSC) /Qprofile-functions /Qprofile-loops:<arg> arg = inner outer all /Qprofile-loops-report:[n] n = 1 2 /Qprofile-loops: > icl /Qprofile-loops:all /Qprofile-loops-report:2 /Feoutfile.exe main.cpp sub1.cpp sub2.cpp loop_prof_funcs_<timestamp>.dump loop_prof_loops_<timestamp>.dump loop_prof_<timestamp>.xml XML XML XML C: Program Files Intel ComposerXE-2011 bin loopprofileviewer.jar Java Copyright XLsoft Corporation. All Rights Reserved. 56 / 70

57 Note Visual Studio [C/C++] [ ] [ ] Copyright XLsoft Corporation. All Rights Reserved. 57 / 70

58 C++ C++ C++ Ctrl [ (R) C++ Composer XE 2011] [ (R) C++ ] C++ [ ] [ ] Visual Studio 2005/2008 Visual Studio 2010 Copyright XLsoft Corporation. All Rights Reserved. 58 / 70

59 Note C++ Microsoft Visual C++ C++ C++ Microsoft Visual C++ VS2010 C++ C++ Visual Studio 2010 C++ [ ] [ ] [ ] [ ] [ / ] MSBuild Copyright XLsoft Corporation. All Rights Reserved. 59 / 70

60 C++ Composer XE 2011 /Qdiag-message-catalog- C++ /MD /MDd C++ C++ C: Program Files Intel ComposerXE-2011 Documentation ja_jp credist.txt C++ -windows/ Copyright XLsoft Corporation. All Rights Reserved. 60 / 70

61 Visual Studio IDE [ ] [ ] - [C/C++] - [ ] [ ] [ ] - [ ] - [ ] [ ] [ ] - [ ] - [ ] [ ] DLL DLL Path [ ] [ ] - [ ] [ ] Path Path=C: Program Files ThirdParty bin ia32 [ ] Copyright XLsoft Corporation. All Rights Reserved. 61 / 70

62 64 64 C++ 64 Windows [ ] [ ] - [Intel Parallel Studio XE 2011] - [Command Prompt] - [ (R) XE 12.0 Update 1] - [ 64 Visual Studio 2008 ] icl 64 > icl Visual Studio IDE C++ 64 [ ] [ ] < > [ ] x Visual Studio IDE Copyright XLsoft Corporation. All Rights Reserved. 62 / 70

63 [ ] 64 C Microsoft Visual Studio IDE 64 Visual Studio Standard Edition X64 [ ] X64 Visual Studio 2010 x64 Copyright XLsoft Corporation. All Rights Reserved. 63 / 70

64 C++ Windows [ ] Visual Studio IDE [ ] (R) C++ Composer XE Visual Studio IDE F1 [ ] [ ] F1 C++ IPO Copyright XLsoft Corporation. All Rights Reserved. 64 / 70

65 > icl /help optimize C++ Intel Cilk Plus PGO IPO OpenMP* samples.htm C: Program Files Intel ComposerXE-2011 Samples ja_jp C++ samples.htm Copyright XLsoft Corporation. All Rights Reserved. 65 / 70

66 PATH INCLUDE LIB.lib Path.dll Visual Studio C: Program Files Intel ComposerXE-2011 bin compilervars.bat arch [vs] 2 arch ia32 IA-32 / Intel64 IA-32 ia32_intel64 IA-32 Intel64 intel64 Intel64 Intel64 2 vs Visual Studio Visual Studio vs2005 Visual Studio 2005 vs2008 Visual Studio 2008 vs2010 Visual Studio 2010 Copyright XLsoft Corporation. All Rights Reserved. 66 / 70

67 C: Program Files Intel ComposerXE-2011 bin compilervars.bat ia32 vs2008 Windows PATH [ ] [ ] [ ] Windows XP [ ] [ ] [ ] [ ] [ ] Path Path IA-32 C: Program Files Intel ComposerXE-2011 redist ia32 compiler Copyright XLsoft Corporation. All Rights Reserved. 67 / 70

68 Visual Studio Visual Studio VS2005/2008 VS2010 VS2005/2008 Visual Studio [ ] [ ] [ ] [ ] [ ] [VC++ ] [ (R) C++] [ ] VS2010 [ ] [ ] [VC++ ] Copyright XLsoft Corporation. All Rights Reserved. 68 / 70

69 Visual Studio Windows [ ] [ ] - [ ] [ ] [ ] Visual Studio [ ] - [ ] Path Copyright XLsoft Corporation. All Rights Reserved. 69 / 70

70 C++ Composer XE Windows Copyright XLsoft Corporation. All Rights Reserved. 70 / 70

インテル(R) Visual Fortran Composer XE 2011 Windows版 入門ガイド

インテル(R) Visual Fortran Composer XE 2011 Windows版 入門ガイド Visual Fortran Composer XE 2011 Windows* エクセルソフト株式会社 www.xlsoft.com Rev. 1.0 (2010/12/20) Copyright 1998-2011 XLsoft Corporation. All Rights Reserved. 1 / 36 ... 3... 4... 5... 7 /... 7... 9 /... 9...

More information

インテル(R) Visual Fortran Composer XE

インテル(R) Visual Fortran Composer XE Visual Fortran Composer XE 1. 2. 3. 4. 5. Visual Studio 6. Visual Studio 7. 8. Compaq Visual Fortran 9. Visual Studio 10. 2 https://registrationcenter.intel.com/regcenter/ w_fcompxe_all_jp_2013_sp1.1.139.exe

More information

インテル(R) Visual Fortran Composer XE 2013 Windows版 入門ガイド

インテル(R) Visual Fortran Composer XE 2013 Windows版 入門ガイド Visual Fortran Composer XE 2013 Windows* エクセルソフト株式会社 www.xlsoft.com Rev. 1.1 (2012/12/10) Copyright 1998-2013 XLsoft Corporation. All Rights Reserved. 1 / 53 ... 3... 4... 4... 5 Visual Studio... 9...

More information

v10 IA-32 64¹ IA-64²

v10 IA-32 64¹ IA-64² v10 IA-32 64¹ IA-64² 1. 2. 3. 4. 5. 6. /Od (-O0) Windows* /O1 /O2 /O3 Linux* Mac OS* -O1 -O2 -O3 /O2 ( O2) /O3 (-O3) IA-64 Core 2 /QxT ( xt) IA-32 64 IA-32 64 Itanium 2 9000 /G2-p9000 ( mtune=itanium2-p9000)

More information

インテル® Parallel Studio 入門ガイド

インテル® Parallel Studio 入門ガイド Parallel Studio エクセルソフト株式会社 www.xlsoft.com Rev. 1.1 (2010/04/08) 1 / 48 ... 3 Parallel Studio... 3... 4... 5... 6 Parallel Composer... 8 Parallel Amplifier... 12 Parallel Composer... 16 Parallel Composer...

More information

Microsoft Word - w_mkl_build_howto.doc

Microsoft Word - w_mkl_build_howto.doc MKL 10.0 2007/12/18 XLsoft - 2 - 1....- 4-2. MKL...- 4-3....- 5-3-1....- 5-3-1-1. Microsoft Visual C++ 2005...- 5-3-1-2. C/C++...- 9-3-1-3. Fortran...- 11-3-2. Microsoft Visual Studio...- 13-3-2-1. Microsoft

More information

スライド 1

スライド 1 インテル コンパイラー入門 ~ 機能概要のご紹介 ~ エクセルソフト株式会社安晃生 ~ 内容 ~ 1. インテル コンパイラーの概要 2. インテル コンパイラーの基本使用方法 3. 最適化オプションについて 4. 高速インテルライブラリーの利用 5. 最後に 2 ~ 内容 ~ 1. インテル コンパイラーの概要 インテル コンパイラーとは? インテル コンパイラーの開発環境概要 製品紹介 2. インテル

More information

hotspot の特定と最適化

hotspot の特定と最適化 1 1? 1 1 2 1. hotspot : hotspot hotspot Parallel Amplifier 1? 2. hotspot : (1 ) Parallel Composer 1 Microsoft* Ticker Tape Smoke 1.0 PiSolver 66 / 64 / 2.76 ** 84 / 27% ** 75 / 17% ** 1.46 89% Microsoft*

More information

Microsoft PowerPoint - 1_コンパイラ入門セミナー.ppt

Microsoft PowerPoint - 1_コンパイラ入門セミナー.ppt インテルコンパイラー 入門セミナー [ 対象製品 ] インテル C++ コンパイラー 9.1 Windows* 版インテル Visual Fortran コンパイラー 9.1 Windows* 版 資料作成 : エクセルソフト株式会社 Copyright 1998-2007 XLsoft Corporation. All Rights Reserved. 1 インテル コンパイラー入門 本セミナーの内容

More information

インテル® Parallel Studio XE 2013 入門ガイド

インテル® Parallel Studio XE 2013 入門ガイド Parallel Studio XE 2013 エクセルソフト 株 式 会 社 www.xlsoft.com Rev. 1.0 (2012/10/30) 1 / 59 ... 4 Parallel Studio XE 2013... 4... 5... 6... 7 Composer XE... 9 Advisor XE... 11 Composer XE... 17 Composer XE...

More information

インテル(R) Visual Fortran コンパイラ 10.0

インテル(R) Visual Fortran コンパイラ 10.0 インテル (R) Visual Fortran コンパイラー 10.0 日本語版スペシャル エディション 入門ガイド 目次 概要インテル (R) Visual Fortran コンパイラーの設定はじめに検証用ソースファイル適切なインストールの確認コンパイラーの起動 ( コマンドライン ) コンパイル ( 最適化オプションなし ) 実行 / プログラムの検証コンパイル ( 最適化オプションあり ) 実行

More information

インテル® Parallel Studio XE 2019 Composer Edition for Fortran Windows : インストール・ガイド

インテル® Parallel Studio XE 2019 Composer Edition for Fortran Windows : インストール・ガイド インテル Parallel Studio XE 2019 Composer Edition for Fortran Windows インストール ガイド エクセルソフト株式会社 Version 1.0.0-20180918 目次 1. はじめに....................................................................................

More information

インテル® Parallel Studio XE 2019 Composer Edition for Fortran Windows 日本語版 : インストール・ガイド

インテル® Parallel Studio XE 2019 Composer Edition for Fortran Windows 日本語版 : インストール・ガイド インテル Parallel Studio XE 2019 Composer Edition for Fortran Windows 日本語版インストール ガイド エクセルソフト株式会社 Version 2.1.0-20190405 目次 1. はじめに.................................................................................

More information

インテル® Visual Fortran コンパイラー 11.0 Windows* 版プロフェッショナル・エディション

インテル® Visual Fortran コンパイラー 11.0 Windows* 版プロフェッショナル・エディション Visual Fortran 11.0 Windows* 2008.10.22 1 1.1 Visual Fortran IA-32 64 IA-64 IA-64 Microsoft* Microsoft Visual Studio* 2005 Premier Partner Edition ( ) Visual Fortran IMSL Visual Numerics* IMSL Fortran

More information

- 2 Copyright (C) 2006. All Rights Reserved.

- 2 Copyright (C) 2006. All Rights Reserved. - 2 Copyright (C) 2006. All Rights Reserved. 2-3 Copyright (C) 2006. All Rights Reserved. 70-4 Copyright (C) 2006. All Rights Reserved. ...1...3...7...8 1...9...14...16 2...18...20...21 3...22...23...23...24

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 11 2004-2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. FileMaker, Inc. FileMaker FileMaker,

More information

Intel_ParallelStudioXE2013_ClusterStudioXE2013_Introduction.pptx

Intel_ParallelStudioXE2013_ClusterStudioXE2013_Introduction.pptx Parallel Studio XE 2013 Cluster Studio XE 2013 ) ( Intel s Terms and Conditions of Sale Sandy Bridge SYSmark MobileMark http://www.intel.com/performance/ Intel Intel Intel Atom Intel Core Intel Xeon Phi

More information

Copyright 2008 All Rights Reserved 2

Copyright 2008 All Rights Reserved 2 Copyright 2008 All Rights Reserved 1 Copyright 2008 All Rights Reserved 2 Copyright 2008 All Rights Reserved 3 Copyright 2008 All Rights Reserved 4 Copyright 2008 All Rights Reserved 5 Copyright 2008 All

More information

ハピタス のコピー.pages

ハピタス のコピー.pages Copyright (C) All Rights Reserved. 10 12,500 () ( ) ()() 1 : 2 : 3 : 2 4 : 5 : Copyright (C) All Rights Reserved. Copyright (C) All Rights Reserved. Copyright (C) All Rights Reserved. Copyright (C) All

More information

Copyright 2009, SofTek Systems, Inc. All rights reserved.

Copyright 2009, SofTek Systems, Inc. All rights reserved. PGI Visual Fortran Release 9.0 SofTek Copyright 2009, SofTek Systems, Inc. All rights reserved. \\\ \\ \\\ \\ \\ SofTek Systems, Inc \ SofTek Systems, Inc SofTek Systems, Inc SofTek Systems, Inc SofTek

More information

インテル® Parallel Studio XE 2013 Windows* 版インストール・ガイドおよびリリースノート

インテル® Parallel Studio XE 2013 Windows* 版インストール・ガイドおよびリリースノート インテル Parallel Studio XE 2013 Windows* 版インストール ガイドおよびリリースノート 資料番号 : 323803-003JA 2012 年 8 月 8 日 目次 1 概要... 2 1.1 新機能... 2 1.1.1 インテル Parallel Studio XE 2011 からの変更点... 2 1.2 製品の内容... 2 1.3 動作環境... 2 1.4

More information

インテル® Parallel Studio XE 2019 Composer Edition for Windows: インテル® Fortran コンパイラー 入門ガイド

インテル® Parallel Studio XE 2019 Composer Edition for Windows: インテル® Fortran コンパイラー 入門ガイド インテル Parallel Studio XE 2019 Composer Edition for Windows インテル Fortran コンパイラー入門ガイド エクセルソフト株式会社 バージョン 1.00, 2019 年 1 月 30 日 目次 1. はじめに....................................................................................

More information

FileMaker Server 9 Getting Started Guide

FileMaker Server 9 Getting Started Guide FileMaker Server 10 2007-2009 FileMaker, Inc. All rights reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento Bento FileMaker, Inc. Mac Mac Apple Inc. FileMaker

More information

製品価格 ( 新規購入 ) INT6531 インテル VTune Amplifier XE 2017 for Windows Floating 1-275, ,000 INT6532 インテル VTune Amplifier XE 2017 for Linux Floating 1-27

製品価格 ( 新規購入 ) INT6531 インテル VTune Amplifier XE 2017 for Windows Floating 1-275, ,000 INT6532 インテル VTune Amplifier XE 2017 for Linux Floating 1-27 製品価格 ( 新規購入 ) INT6499 インテル Parallel Studio XE 2017 Cluster Edition for Windows Floating 2- INT6500 インテル Parallel Studio XE 2017 Cluster Edition for Windows Floating 5-2,478,000 2,676,240 INT6501 インテル Parallel

More information

Pentium 4

Pentium 4 Pentium 4 Pentium 4... 2... 2... 2... 3... 3... 3... 3... 4 TMPGEnc Plus2.5 Ver.2.59... 5... 8... 9... 9 VTune TM... 9 C++/Fortran... 9 1 Pentium 4 HT Xeon TM Pentium 4 3.06GHz HT Pentium 4 NetBurst TM

More information

目次 1 はじめに 製品に含まれるコンポーネント 動作環境... 4 オペレーティング システム... 4 Microsoft Visual Studio* 製品 製品のダウンロード 製品版をインストールする場合 評価版を

目次 1 はじめに 製品に含まれるコンポーネント 動作環境... 4 オペレーティング システム... 4 Microsoft Visual Studio* 製品 製品のダウンロード 製品版をインストールする場合 評価版を インテル Parallel Studio XE 2018 Composer Edition for Fortran Windows* インストール ガイド Rev. 2. 0 (2017/11/22) エクセルソフト株式会社 www.xlsoft.com 目次 1 はじめに... 3 2 製品に含まれるコンポーネント... 3 3 動作環境... 4 オペレーティング システム... 4 Microsoft

More information

DPD Software Development Products Overview

DPD Software Development Products Overview 2 2007 Intel Corporation. Core 2 Core 2 Duo 2006/07/27 Core 2 precise VTune Core 2 Quad 2006/11/14 VTune Core 2 ( ) 1 David Levinthal 3 2007 Intel Corporation. PC Core 2 Extreme QX6800 2.93GHz, 1066MHz

More information

2

2 2 3 4 5 6 1 2 7 Windows Me Microsoft Office XP Personal Easy CD Creator4 8 9 DIGITAL 10 11 12 1 3 2 13 1 2 14 3 15 1 2 3 16 4 17 1 2 18 3 1 4 5 1 2 3 4 19 1 2 3 20 4 5 21 1 2 1 22 2 3 1 23 1 2 3 4 24 1

More information

目次 1 はじめに 製品コンポーネント 動作環境 インストールを行う前に 製品版と評価版 製品のインストール手順 製品の登録 製品のダウンロード ライセンスファイルの取得

目次 1 はじめに 製品コンポーネント 動作環境 インストールを行う前に 製品版と評価版 製品のインストール手順 製品の登録 製品のダウンロード ライセンスファイルの取得 インテル Parallel Studio XE 2016 Composer Edition for Fortran Windows* - インストール ガイド - エクセルソフト株式会社 www.xlsoft.com Rev. 1.0 (2015/10/05) 目次 1 はじめに... 1 2 製品コンポーネント... 1 3 動作環境... 2 4 インストールを行う前に... 3 5 製品版と評価版...

More information

インテル® Parallel Studio XE 2015 Composer Edition for Linux* インストール・ガイドおよびリリースノート

インテル® Parallel Studio XE 2015 Composer Edition for Linux* インストール・ガイドおよびリリースノート インテル Parallel Studio XE 2015 Composer Edition for Linux* インストール ガイドおよびリリースノート 2014 年 10 月 14 日 目次 1 概要... 1 1.1 製品の内容... 2 1.2 インテル デバッガー (IDB) を削除... 2 1.3 動作環境... 2 1.3.1 SuSE Enterprise Linux 10* のサポートを終了...

More information

インテル® Fortran Studio XE 2011 SP1 Windows* 版インストール・ガイドおよびリリースノート

インテル® Fortran Studio XE 2011 SP1 Windows* 版インストール・ガイドおよびリリースノート インテル Fortran Studio XE 2011 SP1 Windows* 版インストール ガイドおよびリリースノート 資料番号 : 325583-001JA 2011 年 8 月 5 日 目次 1 概要... 1 1.1 新機能... 2 1.2 製品の内容... 2 1.3 動作環境... 2 1.3.1 Microsoft* Visual Studio* 2005 のサポート終了予定...

More information

THE PARALLEL Issue UNIVERSE James Reinders Parallel Building Blocks: David Sekowski Parallel Studio XE Cluster Studio Sanjay Goil John McHug

THE PARALLEL Issue UNIVERSE James Reinders Parallel Building Blocks: David Sekowski Parallel Studio XE Cluster Studio Sanjay Goil John McHug THE PARALLEL Issue 5 2010 11 UNIVERSE James Reinders Parallel Building Blocks: David Sekowski Parallel Studio XE Cluster Studio Sanjay Goil John McHugh JAMES REINDERS 3 Parallel Studio XE Cluster Studio

More information

Copyright 2008 NIFTY Corporation All rights reserved. 2

Copyright 2008 NIFTY Corporation All rights reserved. 2 Copyright 2008 NIFTY Corporation All rights reserved. 2 Copyright 2008 NIFTY Corporation All rights reserved. 3 Copyright 2008 NIFTY Corporation All rights reserved. 4 Copyright 2008 NIFTY Corporation

More information

<%DOC NAME%> (User Manual)

<%DOC NAME%> (User Manual) AVG File Server 2012 2012.06 (3/ 15/ 2012) Copyright AVG Technologies CZ, s.r.o. All rights reserved. RSA Data Security, Inc. MD5 Message- Digest Algorithm Copyright (C) 1991-2, RSA Data Security, Inc.

More information

スレッド化されていないアプリケーションでも大幅なパフォーマンス向上を容易に実現

スレッド化されていないアプリケーションでも大幅なパフォーマンス向上を容易に実現 はじめに 本ガイドは インテル Parallel Studio XE を使用してアプリケーション中の hotspot ( 多くの時間を費やしているコード領域 ) を見つけ それらの領域を再コンパイルすることでアプリケーション全体のパフォーマンスを向上する方法について説明します 1 つのファイルを再コンパイルするだけで違いが出るのでしょうか? はい 多くの場合 インテル Parallel Studio

More information

初心者にもできるアメブロカスタマイズ新2016.pages

初心者にもできるアメブロカスタマイズ新2016.pages Copyright All Rights Reserved. 41 Copyright All Rights Reserved. 60 68 70 6 78 80 Copyright All Rights Reserved. FC2 97 Copyright All Rights Reserved. Copyright All Rights Reserved. Copyright All Rights

More information

インテル® Parallel Studio XE 2016 Composer Edition for Fortran Windows -入門ガイド-

インテル® Parallel Studio XE 2016 Composer Edition for Fortran Windows -入門ガイド- インテル Parallel Studio XE 2016 Composer Edition for Fortran Windows ー入門ガイドー エクセルソフト株式会社 www.xlsoft.com 目次 1 はじめに... 1 2 コンパイル手順... 2 2.1 サンプルプログラムについて... 2 2.2 コマンドラインからのビルド... 3 2.3 Visual Studio からのビルド...

More information

FileMaker Server 9 Getting Started Guide

FileMaker Server 9 Getting Started Guide FileMaker Server 9 2007 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. ScriptMaker FileMaker, Inc. FileMaker FileMaker,

More information

EPSON Easy Interactive Tools Ver.2 Operation Guide

EPSON Easy Interactive Tools Ver.2 Operation Guide Easy Interactive Tools Ver.2 Easy Interactive Tools Ver.2 Easy Interactive Tools Easy Interactive Tools s p.10 Mac OS XEasy Interactive Driver Ver.2.XX s Easy Interactive Pen s p.7 2 2Easy Interactive

More information

Copyright 2006 KDDI Corporation. All Rights Reserved page1

Copyright 2006 KDDI Corporation. All Rights Reserved page1 Copyright 2006 KDDI Corporation. All Rights Reserved page1 Copyright 2006 KDDI Corporation. All Rights Reserved page2 Copyright 2006 KDDI Corporation. All Rights Reserved page3 Copyright 2006 KDDI Corporation.

More information

インテルソウトウェア開発製品アカデミック版特定ユーザーライセンス標準価格表 株式会社アークブレイン 2016 年 5 月 10 日 ~ 製品型番 アカデミック版特定ユーザーライセンス 税別標準価格 税込標準価格 INT5744 インテル Parallel Studio XE 2016 Cluster

インテルソウトウェア開発製品アカデミック版特定ユーザーライセンス標準価格表 株式会社アークブレイン 2016 年 5 月 10 日 ~ 製品型番 アカデミック版特定ユーザーライセンス 税別標準価格 税込標準価格 INT5744 インテル Parallel Studio XE 2016 Cluster インテルソウトウェア開発製品アカデミック版特定ユーザーライセンス標準価格表 株式会社アークブレイン 2016 年 5 月 10 日 ~ アカデミック版特定ユーザーライセンス INT5744 インテル Parallel Studio XE 2016 Cluster Edition 273,000 for 294 Win INT5745 インテル Parallel Studio XE 2016 Cluster

More information

Parallel Studio XE Parallel Studio XE hotspot ( )

Parallel Studio XE Parallel Studio XE hotspot ( ) Parallel Studio XE Parallel Studio XE hotspot ( ) 1 つのファイルを再コンパイルするだけで違いが出るのでしょうか? はい 多くの場合 Parallel Studio XE の最適化コンパイラーを使用して 1 つのファイルを再コンパイルするだけでパフォーマンスが大幅に向上します 必ずしもアプリケーション全体を再コンパイルする必要はありません これは シリアル

More information

Web Microsoft 2008 R2 Database Database!! Database 04 08

Web   Microsoft 2008 R2 Database Database!! Database 04 08 Database Database Web http://www.microsoft.com/japan/sqlserver/2008/r2/solution/comparison/default.mspx Microsoft 2008 R2 Database Database!! 03 2009 6 1 Database 04 08 vs. Database 12 2008 R2 5 14! 5!

More information

Click to edit title

Click to  edit title インテル ソフトウェア開発ツールで始める コードの現代化と最適化 インテル C++ および Fortran コンパイラーの導入 2019 年 4 月 isus 編集長すがわらきよふみ 内容 はじめに : インテル コンパイラーとは インテル Parallel Studio XE 2019 インテル コンパイラーの最適化機能とオプション 2 インテル ソフトウェア開発ツール 25 年以上の歴史 日本語版は

More information

インテル® ソフトウェア・カンファレンス福岡 インテル® コンパイラーを使用する際に直面するよくある問題と課題

インテル® ソフトウェア・カンファレンス福岡  インテル® コンパイラーを使用する際に直面するよくある問題と課題 コードの現代化 ( 最適化 ) 1-2-3 インテル コンパイラーを使用する際に直面するよくある問題と課題 2017 年 7 月 isus 編集長 すがわらきよふみ このセッションの内容 ベクトル化と命令セット ベクトル化を支援するコンパイラーの機能 インテル Advisor を使用した最適化のステップ 複数ソケットシステム (NUMA) 環境での留意点 このセッションで使用する機材 : インテル

More information

Copyright All Rights Reserved. -2 -!

Copyright All Rights Reserved. -2 -! http://ameblo.jp/admarketing/ Copyright All Rights Reserved. -2 -! Copyright All Rights Reserved. -3- Copyright All Rights Reserved. -4- Copyright All Rights Reserved. -5 - Copyright All Rights Reserved.

More information

インテル® Parallel Studio XE 2017 Composer Edition for Fortran Windows - インストール・ガイド -

インテル® Parallel Studio XE 2017 Composer Edition for Fortran Windows - インストール・ガイド - インテル Parallel Studio XE 2017 Composer Edition for Fortran Windows - インストール ガイド - エクセルソフト株式会社 www.xlsoft.com Rev. 2. 0 (2016/10/20) 目次 1 はじめに... 4 2 製品に含まれるコンポーネント... 4 3 動作環境... 5 オペレーティング システム... 5 Microsoft

More information

untitled

untitled Version 1.0 2010/ 8/29 1 BCMap... 3 2 BCMap... 5 3 BCMap... 7 4... 12 5... 15 6... 20 7... 22 8 TruwView... 24 9... 27 10... 29 11... 33 12... 34 13... 38 14... 39 15... 41 1 p 2 ( ) BCMap p 2 ( ) p 2

More information

スパコンに通じる並列プログラミングの基礎

スパコンに通じる並列プログラミングの基礎 2018.09.10 furihata@cmc.osaka-u.ac.jp ( ) 2018.09.10 1 / 59 furihata@cmc.osaka-u.ac.jp ( ) 2018.09.10 2 / 59 Windows, Mac Unix 0444-J furihata@cmc.osaka-u.ac.jp ( ) 2018.09.10 3 / 59 Part I Unix GUI CUI:

More information

スパコンに通じる並列プログラミングの基礎

スパコンに通じる並列プログラミングの基礎 2018.06.04 2018.06.04 1 / 62 2018.06.04 2 / 62 Windows, Mac Unix 0444-J 2018.06.04 3 / 62 Part I Unix GUI CUI: Unix, Windows, Mac OS Part II 2018.06.04 4 / 62 0444-J ( : ) 6 4 ( ) 6 5 * 6 19 SX-ACE * 6

More information

u302.book

u302.book Text Search Filter Library Version 3 3000-6-302-10 P-1MD3-3831* Text Search Filter Library Version 3 03-10 OS AIX 5L V5.2 AIX 5L V5.3 P-24D3-3834 Text Search Filter Library Version 3 03-10 OS Windows 2000

More information

インテル® VTune™ パフォーマンス・アナライザー 9.1 Windows* 版

インテル® VTune™ パフォーマンス・アナライザー 9.1 Windows* 版 VTune 9.1 Windows* ................................. 3...................... 3.................................................. 3............................................ 4 :.........................4................................................

More information

IPA:セキュアなインターネットサーバー構築に関する調査

IPA:セキュアなインターネットサーバー構築に関する調査 Copyright 2003 IPA, All Rights Reserved. Copyright 2003 IPA, All Rights Reserved. Copyright 2003 IPA, All Rights Reserved. Copyright 2003 IPA, All Rights Reserved. Copyright 2003 IPA, All Rights Reserved.

More information

Microsoft Word - IVF15.0.1J_Install.doc

Microsoft Word - IVF15.0.1J_Install.doc Parallel Studio XE 2015 Composer Edition for Fortran Windows* www.xlsoft.com Rev. 1.0 (2014/11/18) 1 / 17 目次 1. はじめに... 3 2. 製品コンポーネント... 3 3. 動作環境... 4 4. インストールする前に... 5 5. 製品購入者と評価ユーザー... 6 6. インストール手順...

More information

MKL10.3 Win_UsageGuide

MKL10.3 Win_UsageGuide Intel Math Kernel Library Version 11.1 (Windows 版 ) ~ 活 用 ガイド~ 2014 年 8 月 8 日 作 成 版 インテル MKL について 最 適 化 各 世 代 のインテル プロセッサーがサポートする 拡 張 命 令 セット(SSE また はインテル AVX など)の 使 用 キャッシュメモリの 活 用 など 実 行 環 境 に 応 じて 適

More information

MSAC-EX1

MSAC-EX1 3-218-418-02 (1) ExpressCard MSAC-EX1 b 2 MSAC-EX1 3 Program 2007 Sony Corporation Documentation 2007 Sony Corporation Memory Stick MagicGate Memory Stick Memory Stick Duo MagicGate Memory Stick Duo Memory

More information

01_OpenMP_osx.indd

01_OpenMP_osx.indd OpenMP* / 1 1... 2 2... 3 3... 5 4... 7 5... 9 5.1... 9 5.2 OpenMP* API... 13 6... 17 7... 19 / 4 1 2 C/C++ OpenMP* 3 Fortran OpenMP* 4 PC 1 1 9.0 Linux* Windows* Xeon Itanium OS 1 2 2 WEB OS OS OS 1 OS

More information

Microsoft Word - 最終版 バックせどりismマニュアル .docx

Microsoft Word - 最終版 バックせどりismマニュアル .docx ism ISM ISM ISM ISM ISM ISM Copyright (c) 2010 All Rights Reserved. Copyright (c) 2010 All Rights Reserved. Copyright (c) 2010 All Rights Reserved. ISM Copyright (c) 2010 All Rights Reserved. Copyright

More information

インテル Parallel Studio XE 2017 Composer Edition for Fortran Windows* インストール ガイド Rev (2017/06/08) エクセルソフト株式会社

インテル Parallel Studio XE 2017 Composer Edition for Fortran Windows* インストール ガイド Rev (2017/06/08) エクセルソフト株式会社 インテル Parallel Studio XE 2017 Composer Edition for Fortran Windows* インストール ガイド Rev. 2. 1 (2017/06/08) エクセルソフト株式会社 www.xlsoft.com 目次 1 はじめに... 3 2 製品に含まれるコンポーネント... 3 3 動作環境... 4 オペレーティング システム... 4 Microsoft

More information

Andor

Andor Andor 1FX 2JX/SXFX 3 1.FX DesignFlow 2.FX 3. FX DesignFlow FX 4. 5.FX CADSUPER FX CPU Intel Pentium 2.0GHz 1GB 2GB 3D 2GB 200MB CD-ROM 12801024 True Color Windows Windows OS WindowsXPWindows VistaWindowsWindows

More information

SmartLMSユーザーズガイド<講師編>

SmartLMSユーザーズガイド<講師編> SmartLearning Management System SmartLMS (1) (2) (3) (4) (3) (5) Microsoft MS PowerPoint DirectX Windows Windows NT Windows Media Microsoft Corporation Intel Pentium Intel Corporation NEC 2003-2004 NEC

More information

Contents Windows* /Linux* C++/Fortran... 3 Microsoft* embedded Visual C++* C Microsoft* Windows* CE.NET Platform Builder C IP

Contents Windows* /Linux* C++/Fortran... 3 Microsoft* embedded Visual C++* C Microsoft* Windows* CE.NET Platform Builder C IP Windows*/Linux* VTune TM Contents... 1... 2 Windows* /Linux* C++/Fortran... 3 Microsoft* embedded Visual C++* C++... 9 Microsoft* Windows* CE.NET Platform Builder C++... 11 IPP... 13 PCA IPP... 15 GPP...

More information

インテル® Parallel Studio XE 2017 Composer Edition for Fortran -入門ガイド-

インテル® Parallel Studio XE 2017 Composer Edition for Fortran -入門ガイド- インテル Parallel Studio XE 2017 Composer Edition for Fortran Windows ー入門ガイドー エクセルソフト株式会社 www.xlsoft.com 目次 1. はじめに... 1 2. コンパイル手順... 2 2.1 サンプルプログラムについて... 2 2.2 コマンドラインからのビルド... 4 2.3 Visual Studio からのビルド...

More information

2

2 DX Simulator Copyright 2001-2002 Yamaha Corporation. All rights reserved. Version 1.2, 2002 YAMAHA CORPORATION 2 z x z x c 3 z Windows Macintosh Windows Macintosh x 4 z Windows Macintosh Windows Macintosh

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 12 2007 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento FileMaker, Inc. Bento FileMaker, Inc. FileMaker

More information

<Documents Title Here>

<Documents Title Here> Oracle9i Database R9.2.0 for Windows Creation Date: Mar 06, 2003 Last Update: Mar 24, 2003 CD 1 A99346-01 Oracle9i Database Release 2 (9.2.0.1.0) for Microsoft Windows NT/2000/XP CD 1 of 3 2 A99347-01

More information

ストリーミング SIMD 拡張命令2 (SSE2) を使用した SAXPY/DAXPY

ストリーミング SIMD 拡張命令2 (SSE2) を使用した SAXPY/DAXPY SIMD 2(SSE2) SAXPY/DAXPY 2.0 2000 7 : 248600J-001 01/12/06 1 305-8603 115 Fax: 0120-47-8832 * Copyright Intel Corporation 1999, 2000 01/12/06 2 1...5 2 SAXPY DAXPY...5 2.1 SAXPY DAXPY...6 2.1.1 SIMD C++...6

More information

dekiru_asa

dekiru_asa 11 10 4 4 1 2 3 4 2 4 6 10 12 16 20 2 1 3 1 4 2 5 2 6 3 3 7 8 9 3 3 10 4 1 11 4 2 3 4 5 1 2 3 12 4 5 5 13 14 6 7 8 9 10 11 5 15 6 1 2 3 16 17 1 2 3 6 18 1 2 3 19 6 6 1 2 v 3 20 7 1 2 3 1 7 21 22 2 3 4

More information

Windows SE RAC 10g 構築手順書

Windows SE RAC 10g 構築手順書 Windows!? Creation Date: Oct 05, 2004 Last Update: April 19, 2005 !? Windows Windows Oracle Database 10g Windows Oracle!? Windows!? Windows!? Windows 4 1. Oracle Fail Safe 2. Oracle 3. Oracle Fail Safe

More information

Excel97関数編

Excel97関数編 Excel97 SUM Microsoft Excel 97... 1... 1... 1... 2... 3... 3... 4... 5... 6... 6... 7 SUM... 8... 11 Microsoft Excel 97 AVERAGE MIN MAX SUM IF 2 RANK TODAY ROUND COUNT INT VLOOKUP 1/15 Excel A B C A B

More information

Windows

Windows InfoCage /, NEC ....4....5....9....10.....10.....18......19......22......24......25......32....35....39.....40.....40...48 Windows...48...49 MobileProtect MobileProtect MobileProtect MobileProtect MobileProtect

More information

インストールマニュアル

インストールマニュアル EPSON OPOS ADK (1) (2) (3) (4) (5) (3) Microsoft Windows Windows Vista Windows Server Visual Basic Visual C++ EPSON ESC/POS Bluetooth Bluetooth SIG,Inc. Copyright 2000-2017 Seiko Epson Corporation 1...1

More information

FFTSS Library Version 3.0 User's Guide

FFTSS Library Version 3.0 User's Guide : 19 10 31 FFTSS 3.0 Copyright (C) 2002-2007 The Scalable Software Infrastructure Project, (CREST),,. http://www.ssisc.org/ Contents 1 4 2 (DFT) 4 3 4 3.1 UNIX............................................

More information

KDDI

KDDI Copyright 2007 KDDI Corporation. All Rights Reserved page.1 Copyright 2007 KDDI Corporation. All Rights Reserved page.2 Copyright 2007 KDDI Corporation. All Rights Reserved page.3 Copyright 2007 KDDI Corporation.

More information

untitled

untitled mitsuya Copyright (C) 2007. All Rights Reserved. 1/1 mitsuya Copyright (C) 2007. All Rights Reserved. 2/2 mitsuya Copyright (C) 2007. All Rights Reserved. 3/3 mitsuya Copyright (C) 2007. All Rights Reserved.

More information

- 2 Copyright (C) 2009. All Rights Reserved.

- 2 Copyright (C) 2009. All Rights Reserved. - 2 Copyright (C) 2009. All Rights Reserved. - 3 Copyright (C) 2009. All Rights Reserved. - 4 Copyright (C) 2009. All Rights Reserved. - 5 Copyright (C) 2009. All Rights Reserved. - 6 Copyright (C) 2009.

More information

写真集計くん+ for Mac ユーザーズガイド

写真集計くん+ for Mac ユーザーズガイド DPOF + Plus for Mac + for Mac 1 + for Mac 1 + for Mac 2 3 3 5 5 5 FTP 5 7 7 7 8 11 11 13 16 18 DPOF 23 23 FTP 24 25 26 26 26 26 + for Mac + for Mac + for Mac + for Mac ( ) DPE (DPOF) Microsoft Excel Visual

More information

はがきファイリングOCR V1.1 ユーザーズガイド

はがきファイリングOCR V1.1 ユーザーズガイド OCR V1.1 OCR V1.1 OCR V1.1 OCR V1.1 Readme.txt OCR V1.1 OCR V1.1 OCR 2004 10 MicrosoftWindowsWindows NT Microsoft Corporation Microsoft Corporation All Rights Reserved, Copyright PFU 2001-2004 OCR V1.1

More information

インストールマニュアル

インストールマニュアル EPSON OPOS ADK (1) (2) (3) (4) (5) (3) Microsoft Windows Windows Vista Windows Server Visual Basic Visual C++ EPSON ESC/POS Copyright 2000-2011 SEIKO EPSON CORPORATION 1...1 1.1...1 1.2...1 1.3...2 2...4

More information

Intel® Compilers Professional Editions

Intel® Compilers Professional Editions 2007 6 10.0 * 10.0 6 5 Software &Solutions group 10.0 (SV) C++ Fortran OpenMP* OpenMP API / : 200 C/C++ Fortran : OpenMP : : : $ cat -n main.cpp 1 #include 2 int foo(const char *); 3 int main()

More information

CPU Levels in the memory hierarchy Level 1 Level 2... Increasing distance from the CPU in access time Level n Size of the memory at each level 1: 2.2

CPU Levels in the memory hierarchy Level 1 Level 2... Increasing distance from the CPU in access time Level n Size of the memory at each level 1: 2.2 FFT 1 Fourier fast Fourier transform FFT FFT FFT 1 FFT FFT 2 Fourier 2.1 Fourier FFT Fourier discrete Fourier transform DFT DFT n 1 y k = j=0 x j ω jk n, 0 k n 1 (1) x j y k ω n = e 2πi/n i = 1 (1) n DFT

More information

untitled

untitled NR-SW7200ST 1.... 4 1.1.... 4 1.2.... 4 2.... 5 2.1.... 5 2.2.... 5 3.... 6 4.... 6 5.... 7 6.... 8 7. CD... 8 8.... 9 8.1.... 9 8.2.... 12 8.3.... 13 8.4.... 13 9.... 14 9.1. SNTP... 14 9.2.... 16 10....

More information

LAPLINK ヘルプデスク 操作ガイド

LAPLINK ヘルプデスク 操作ガイド 操作ガイド Microsoft Windows 7 Professional Windows Windows Windows 10 Microsoft Windows 10 64bit/32bit Windows Server 2012 R2 Microsoft Windows Server 2012 R2 Windows 8.1 Microsoft Windows 8.1 64bit/32bit

More information

Microsoft Project Project 1984 No.1 Project PMBOK (Project Management Body of Knowledge) 1 2 ( ) 3 3 Project 3 Project Standard/Professional Office Pr

Microsoft Project Project 1984 No.1 Project PMBOK (Project Management Body of Knowledge) 1 2 ( ) 3 3 Project 3 Project Standard/Professional Office Pr Microsoft Project 2015 4 Microsoft Project Project 1984 No.1 Project PMBOK (Project Management Body of Knowledge) 1 2 ( ) 3 3 Project 3 Project Standard/Professional Office Project Standard Project Professional

More information

Oracle Application Server 10g(9

Oracle Application Server 10g(9 Oracle Application Server 10g (9.0.4) for Microsoft Windows J2EE Oracle Application Server 10g (9.0.4) for Microsoft Windows J2EE and Web Cache...2...3...3...4...6...6...6 OS...9...10...12...13...24...24

More information

H H H H H H H H Windows IC USB WindowsXP+FZ1360 WindowsXP+FZ1350 J2SE Runtime Environment 5.0 Window

H H H H H H H H Windows IC USB WindowsXP+FZ1360 WindowsXP+FZ1350 J2SE Runtime Environment 5.0 Window H14.8.1 H15.9.15 H16.4.1 H19.7.1 H20.7.1 H20.12.1 H21.5.1 H22.4.1 Windows IC USB WindowsXP+FZ1360 WindowsXP+FZ1350 J2SE Runtime Environment 5.0 Windows98,Me Windows Vista FZ-1360 IC Windows 7 WindowsNT4.0

More information

インテル® Parallel Studio XE 2013 Linux* 版インストール・ガイドおよびリリースノート

インテル® Parallel Studio XE 2013 Linux* 版インストール・ガイドおよびリリースノート インテル Parallel Studio XE 2013 Linux* 版インストール ガイドおよびリリースノート 資料番号 : 323804-003JA 2012 年 7 月 30 日 目次 1 概要... 2 1.1 新機能... 2 1.1.1 インテル Parallel Studio XE 2011 からの変更点... 2 1.2 製品の内容... 2 1.3 動作環境... 2 1.4 ドキュメント...

More information

how-to-decide-a-title

how-to-decide-a-title Contents 3 4 5 6 8 13 13 14 14 15 15 18 19 Copyright 2014 All Rights Reserved. 2 / 21 URL AdobeReader ( ) http://www.adobe.co.jp/products/acrobat/readstep2.html Copyright 2014 All Rights Reserved. 3 /

More information

Cosminexus Application Designer操作ガイド

Cosminexus Application Designer操作ガイド Cosminexus Application Designer 3020-3-M91 OS Windows Server 2003 Windows Server 2003 R2 Windows XP Windows Vista P-2443-7E74 ucosminexus Developer Standard 07-50 P-2443-7F74 ucosminexus Developer Professional

More information

健康保険組合のあゆみ_top

健康保険組合のあゆみ_top (1912) (1951) 2,00024,000 (1954) (1958) (1962) (1965) (1968) (1969) (1971) (1972) (1973) (1974) (1976) (1978) (1980) (1982) (1983) (1984) (1985) (1987) (1988) (1989) (1990) (1991) (1992) (1994) (1995)

More information

Copyright 2010 Sumitomo Mitsui Banking Corporation. All Rights Reserved.

Copyright 2010 Sumitomo Mitsui Banking Corporation. All Rights Reserved. 1 2 3 4 5 3 1 2 5 4 2Copyright 2010 Sumitomo Mitsui Banking Corporation. All Rights Reserved. Copyright 2010 Sumitomo Mitsui Banking Corporation. All Rights Reserved.3 Contents 4Copyright 2010 Sumitomo

More information

FileMaker Server 8 Administrator’s Guide

FileMaker Server 8 Administrator’s Guide 1994-2005 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. ScriptMaker FileMaker, Inc. FileMaker FileMaker, Inc. FileMaker

More information

Product Brief 高速なコードを素早く開発 インテル Parallel Studio XE 2017 インテル ソフトウェア開発ツール 概要 高速なコード : 現在および次世代のプロセッサーでスケーリングする優れたアプリケーション パフォーマンスを実現します 迅速に開発 : 高速かつ安定し

Product Brief 高速なコードを素早く開発 インテル Parallel Studio XE 2017 インテル ソフトウェア開発ツール 概要 高速なコード : 現在および次世代のプロセッサーでスケーリングする優れたアプリケーション パフォーマンスを実現します 迅速に開発 : 高速かつ安定し Product Brief 高速なコードを素早く開発 インテル Parallel Studio XE 2017 インテル ソフトウェア開発ツール 概要 高速なコード : 現在および次世代のプロセッサーでスケーリングする優れたアプリケーション パフォーマンスを実現します 迅速に開発 : 高速かつ安定した並列コードの作成を簡略化するツールセットです : 最先端のコンパイラー ライブラリー 並列モデル インテル

More information

DVD-R/RWユニットユーザーズマニュアル

DVD-R/RWユニットユーザーズマニュアル LDR-4242AKB_V01 INTERNAL ATAPI E-IDE DVD R/RW UNIT ATAPI DVD R/RW LDR-4242AK LDR-4242AK(B DVD R/RW DVD R/RW DVD R/RW CD-ROM/DVD-ROM Windows Microsoft Corporation Pentium Celeron Intel B's STUDIO B's Recorder

More information

インテル® スレッドチェッカー 3.1 Linux* 版

インテル® スレッドチェッカー 3.1 Linux* 版 ... 2 1.... 3 2.... 5 3.... 7 4.... 10 Intel's Terms and Conditions of Sale IntelIntel Intel Corporation * 2007 Intel Corporation. 313445JA 001 2006 5 313445 JA 002 2006 9 2 : 313445-002JA 1. primes 1

More information

workshop Eclipse TAU AICS.key

workshop Eclipse TAU AICS.key 11 AICS 2016/02/10 1 Bryzgalov Peter @ HPC Usability Research Team RIKEN AICS Copyright 2016 RIKEN AICS 2 3 OS X, Linux www.eclipse.org/downloads/packages/eclipse-parallel-application-developers/lunasr2

More information