インテル® Fortran コンパイラー 11.1 Mac OS* X 版プロフェッショナル・エディション インストール・ガイドおよびリリースノート

Size: px
Start display at page:

Download "インテル® Fortran コンパイラー 11.1 Mac OS* X 版プロフェッショナル・エディション インストール・ガイドおよびリリースノート"

Transcription

1 Fortran 11.1 Mac OS* X : JA / Fortran Fortran O0 mp I/O Fortran (IDB)

2 Dwarf Stabs Fortran REAL* fork exec Fortran Fortran common (GUI) MPP $threadlevel $cdir $cwd info stack $stepg /

3 1 1.1 README.TXT Update 1 O0 FORT_BLOCKSIZE FORT_BUFFERCOUNT 1.2 Mac OS X Fortran ( MKL) Xcode* ( ) 1.3 Apple* Mac* RAM 1GB ( ) RAM 2GB ( ) 2GB Mac OS X Xcode Mac OS X Xcode gcc* 4 : 1.4 Documentation 1.5 ( 1 ) FAQ ( ) 3

4 : 2 Xcode Xcode Xcode Fortran "sudo" DVD DVD DVD (m_cprof_p_11.1.xxx.dmg) (m_cprof_p_11.1.xxx.dmg) <root>/intel/compiler/11.1/xxx/ o bin ia32 intel64 o include ia32 intel64 o lib o Frameworks mkl o Documentation o man o Samples <root> /opt xxx 3 bin include lib ia32: 32 Mac OS X intel64: 64 Mac OS X ( 64 ) C++ Fortran 4

5 (cd) ( : /opt/intel/compiler/11.1/xxx) 3../move_cprof.sh <new-install-location> <new-install-location> C++ Fortran Xcode Xcode Xcode idb ( ) idb Xcode IDE 2.3 / 1. <install-dir> (cd) 2. : <install-dir>/uninstall_cprof.sh 3. root root C++ C++ 3 Fortran Fortran 3.1 Fortran Mac OS X 11.1 (-ipo) REAL(16) REAL*16 11 ATTRIBUTES ALIGN 5

6 Update Update Fortran 2003 ( fortran.org/doc/2003_committee_draft/ pdf) Fortran 2003 o CLASS o SELECT TYPE o EXTENDS_TYPE_OF SAME_TYPE_AS o o o o o TYPE CONTAINS o ABSTRACT o DEFERRED o NON_OVERRIDABLE o : GENERIC PRIVATE PUBLIC PUBLIC PRIVATE NAMELIST I/O NAMELIST IEEE NaN SYSTEM_CLOCK COUNT_RATE REAL STOP IEEE assume noold_maxminloc MAXLOC MINLOC Fortran 95 Fortran 1 assume noold_maxminloc (-check bounds) LOGICAL LOGICAL ( : T.F) assume old_logical_ldio (-fpe-all) 3.3 6

7 -assume [no]old_logical_ldio -assume [no]old_maxminloc -fpe-all -ieee_fpe_flags -mkl[=lib] O0 mp O0 -mp -mp -fp-model OpenMP -diag-enable vec -diag-enable par -diag-enable openmp -vec-report -par-report -openmp-report 11.1 stdout stderr I/O 11.1 I/O 2 FORT_BLOCKSIZE OPEN BLOCKSIZE= BLOCKSIZE BLOCKSIZE 128KB FORT_BUFFERCOUNT OPEN BUFFERCOUNT= BUFFERCOUNT ifortvars.sh (ifortvars.csh) fc fce 11.x 1 source /opt/intel/compiler/11.1/xxx/bin/ifortvars.sh argument xxx argument ia32 intel64 ( ) 7

8 (idb) Fortran type t end type type, extends (t) :: t1 end type type, extends (t1) :: t2 integer i end type type, extends (t2) :: t3 end type type (t) :: rec1! Not supported, type t is empty type (t1) :: rec2! Not supported, type t1 is empty type (t2) :: rec3! Supported, type t2 is not empty type (t3) :: rec4! Supported, type t3 is not empty class(t1) :: rec5 Declaring an object with no data component fields is not yet supported ( ) call sub(rec4%t3, rec4%t1, rec3%t) print *, rec3%t1, rec4%t call sub2(rec3%t2, rec4%t2) rec4%t3 rec4%t1 rec4%t rec3%t1 rec3%t rec3%t2 rec4%t2 Accessing an empty type is not yet supported ( ) 8

9 t() A type constructor for an empty type is not yet supported ( ) 3.6 Fortran 2003 Fortran Fortran Fortran 2003 Fortran 2003 Fortran 2003 Fortran 8 ASCII : ~ \ [ ] ` ^ { } [ ] (/ /) PARAMETER PRIVATE PUBLIC PUBLIC PRIVATE ALLOCATE DEALLOCATE ERRMSG ALLOCATE SOURCE= CLASS TYPE CONTAINS ABSTRACT DEFERRED NON_OVERRIDABLE ASYNCHRONOUS BIND(C) PROTECTED VALUE VOLATILE INTENT ("assume realloc_lhs" ) ASSOCIATE SELECT TYPE I/O : UNIT=, IOSTAT= NAMELIST I/O NAMELIST IEEE NaN FLUSH WAIT 9

10 OPEN ACCESS='STREAM' OPEN ASYNCHRONOUS INQUIRE ID POS INQUIRE PENDING OPEN : RECL= READ WRITE : REC=, SIZE= INQUIRE : NEXTREC=, NUMBER=, RECL=, SIZE= I/O I/O I/O IEEE Fortran 2003 BLANK DECIMAL DELIM ENCODING IOMSG PAD ROUND SIGN SIZE I/O DC DP RD RC RN RP RU RZ I/O P USE USE INTRINSIC NON_INTRINSIC IMPORT PROCEDURE ABSTRACT INTERFACE PASS NOPASS SYSTEM_CLOCK COUNT_RATE REAL STOP IEEE assume noold_maxminloc MAXLOC MINLOC COMMAND_ARGUMENT_COUNT EXTENDS_TYPE_OF SAME_TYPE_AS GET_COMMAND GET_COMMAND_ARGUMENT GET_ENVIRONMENT_VARIABLE IS_IOSTAT_END IS_IOSTAT_EOR MAX/MIN/MAXVAL/MINVAL/MAXLOC/MINLOC (CHARACTER ) MOVE_ALLOC NEW_LINE SELECTED_CHAR_KIND KIND= : ACHAR, COUNT, IACHAR, ICHAR, INDEX, LBOUND, LEN, LEN_TRIM, MAXLOC, MINLOC, SCAN, SHAPE, SIZE, UBOUND, VERIFY ISO_C_BINDING IEEE_EXCEPTIONS IEEE_ARITHMETIC IEEE_FEATURES ISO_FORTRAN_ENV Fortran 2003 GENERIC I/O 10

11 4 (IDB) Dwarf Stabs Dwarf Stabs gcc g++ Dwarf -gdwarf-2 (icc ifort) g Dwarf Xcode 2.3 Dwarf (.o) 1 ifort -g -o hello.exe hello.f o ifort -c -g -o hello.o hello.f90 ifort -g -o hello.exe hello.o -save-temps.o ifort -g -save-temps -o hello.exe hello.f90 "dsymutil" (NFS ) Internal error: cannot create absolute path for: /home/me/hello ( : /home/me/hello ) You cannot debug "/home/me/hello" because its type is "unknown". ("/home/me/hello" " " ) (NFS ) Source file not found or not readable, tried... (...)./hello.f90 11

12 /auto/mount/site/foo/usr1/user_me/f_code/hello.f90 (Cannot find source file hello.f90 ( hello.f90 )) The file-path specified will be correct. ( ) ( : ) Mac OS X ( ).bss Fortran Fortran Fortran REAL*16 Fortran REAL* fork fork exec $catchexecs Fortran Mac OS X SIGSEGV SIGBUS SIGBUS 12

13 Fortran common Fortran 2 (%%) foo bar (idb) stop in foo%%bar Looking Around the Code, the Data and Other Process Information > Looking at the Data > The print Command Fortran common (print ) '_' "com" common (idb) print _com (GUI) GUI MPP MPP ("stop in" ) Dwarf "stop at" " dyld_func_lookup" IA-32 IA-32 Dwarf 64 IA $threadlevel "$threadlevel" On Mac OS* X, the debugger supports POSIX threads, also known as pthreads. (Mac OS* X POSIX (pthreads ) 13

14 POSIX Mac OS X o Mac OS 256 ulimit -n $cdir $cwd $cdir ( ) $cdir $cwd $cwd '.' $cwd '.' info stack "info stack" info stack [num] num num ( num ) $stepg0 $stepg0 0 "step" 1 (idb) set $stepg0 = 1 5 Fortran ( MKL) 14

15 LAPACK 3.2 o 238 LAPACK o o QR o QR o SVD o o o ( ) o DQDS DZGEMM BLAS ( ) BLAS *gemm PARDISO / : o CSR (3- ) CSC (3- ) o CSR (3- ) o CSR (3- ) Fortran95 BLAS LAPACK (.mod) o Fortran ( MKL ) o o MKL FFTW3 o Fortran o G DFTI_DESCRIPTOR_HANDLE ( djacobix ) 64 MKL BLAS ( "s" "c" ) 64 ( MKL sp2dp ) ( ) BLAS 1 2 o 1 ( - ): (CS,ZD,S,D)ROT (C,Z,S,D)COPY (C,Z,S,D)SWAP 15

16 o 4 Core i Update Xeon Update ( - ): (C,Z,S,D)TRMV (S,D)SYMV (S,D)SYR (S,D)SYR2 4 Core i Update Xeon Update Core i7 Xeon ( ) DSYRK 32 20% Xeon 7460 LU (DGETRF) 10.1 Update 1 25% BLAS *TBMV/*TBSV 1 BLAS Core i7 3% Core % DGEMM o 8 7% % ( Core i7 ) o 3 50% ( Xeon 7400 ) 1D - FFT 3D ( 64x64x64) (OOC) PARDISO PARDISO PARDISO OOC MKL 10.1 PARDISO/DSS Core i7 Core 2 VML 2 ( 30% ): v(s,d)round v(s,d)inv v(s,d)div v(s,d)sqrt v(s,d)exp v(s,d)ln v(s,d)atan v(s,d)atan2 Advanced Vector Extension ( AVX) o o o o 5.2 BLAS: DGEMM FFT VML: exp log pow mkl_enable_instructions() MKL ( ) 16

17 5.3 MKL solver solver 5.4 (End User License Agreement) Web ( " ") MKL ( ( )) /URL MKL BLAS ( ) LAPACK ( ) LAPACK E. Anderson Z. Bai C. Bischof S. Blackford J. Demmel J. Dongarra J. Du Croz A. Greenbaum S. Hammarling A. McKenney D. Sorensen LAPACK FORTRAN 90/95 ( ) LAPACK95 MKL ScaLAPACK ( ) ScaLAPACK L. S. Blackford J. Choi A. Cleary E. D'Azevedo J. Demmel I. Dhillon J. Dongarra S. Hammarling G. Henry A. Petitet K. Stanley D. Walker R. C. Whaley MKL PARDISO (University of Basel) PARDISO 3.2 ( ( )) MKL FFT SPIRAL ( ( )) MKL FFT UHFFT SPIRAL Markus Püschel José Moura Jeremy Johnson David Padua Manuela Veloso Bryan Singer Jianxin Xiong Franz Franchetti Aca Gacic Yevgen Voronenko Kang Chen Robert W. Johnson Nick Rizzolo 17

18 6 Intel's Terms and Conditions of Sale ( ) ( ) Web Intel Intel Intel Core Itanium Pentium Xeon Intel Corporation * 2009 Intel Corporation. 18

インテル® C++ コンパイラー 11.1 Mac OS* X 版プロフェッショナル・エディション インストール・ガイドおよびリリースノート

インテル® C++ コンパイラー 11.1 Mac OS* X 版プロフェッショナル・エディション インストール・ガイドおよびリリースノート C++ 11.1 Mac OS* X : 321413-002JA 2009 7 1... 3 1.1...3 1.2...3 1.3...3 1.4...3 1.5...3 2... 4 2.1...4 2.2 ( IPP)...5 2.3...5 2.4 /...5 3 C++... 5 3.1...6 3.2...6 3.2.1 O0 mp...6 3.3...6 3.3.1...6 3.3.2...6

More information

インテル® Visual Fortran コンパイラー 11.1 Windows* 版 プロフェッショナル・エディション インストール・ガイドおよびリリースノート

インテル® Visual Fortran コンパイラー 11.1 Windows* 版 プロフェッショナル・エディション インストール・ガイドおよびリリースノート Visual Fortran 11.1 Windows* : 321417-002JA 2009 11 13 1... 3 1.1... 3 1.2... 3 1.3... 4 1.4... 6 1.5... 6 1.6... 6 1.7... 6 2... 6 2.1... 6 2.1.1 64 Visual Studio... 6 2.1.2 Microsoft Windows Vista...

More information

インテル® Visual Fortran コンパイラー 11.1 Windows* 版プロフェッショナル・エディション インストール・ガイドおよびリリースノート

インテル® Visual Fortran コンパイラー 11.1 Windows* 版プロフェッショナル・エディション インストール・ガイドおよびリリースノート Visual Frtran 11.1 Windws* : 321417-002JA 2009 8 27 1... 3 1.1... 3 1.2... 3 1.3... 3 1.4... 5 1.5... 5 1.6... 6 1.7... 6 2... 6 2.1... 6 2.1.1 64 Visual Studi... 6 2.1.2 Micrsft Windws Vista... 7 2.2...

More information

インテル® Fortran コンパイラー 11.1 Linux* 版 プロフェッショナル・エディション インストール・ガイドおよびリリースノート

インテル® Fortran コンパイラー 11.1 Linux* 版 プロフェッショナル・エディション インストール・ガイドおよびリリースノート Fortran 11.1 Linux* : 321415-002JA 2009 11 13 1... 3 1.1... 3 1.2... 3 1.3... 3 1.3.1 Red Hat Enterprise Linux 3 SUSE LINUX Enterprise Server 9... 5 1.4... 6 1.5... 6 1.6... 6 2... 6 2.1... 7 2.2... 7

More information

インテル® C++ コンパイラー 11.1 Linux* 版 プロフェッショナル・エディション インストール・ガイドおよびリリースノート

インテル® C++ コンパイラー 11.1 Linux* 版 プロフェッショナル・エディション インストール・ガイドおよびリリースノート C++ 11.1 Linux* : 321412-002JA 2009 8 20 1... 4 1.1... 4 1.2... 4 1.3... 4 1.3.1 Red Hat Enterprise Linux 3 SUSE LINUX Enterprise Server 9... 7 1.4... 7 1.5... 7 1.6... 7 2... 7 2.1.1... 8 2.1.2 Eclipse...

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

インテル® C++ コンパイラー 11.1 Linux* 版 プロフェッショナル・エディション インストール・ガイドおよびリリースノート

インテル® C++ コンパイラー 11.1 Linux* 版 プロフェッショナル・エディション インストール・ガイドおよびリリースノート C++ 11.1 Linux* : 321412-002JA 2009 11 13 1... 4 1.1... 4 1.2... 4 1.3... 4 1.3.1 Red Hat Enterprise Linux 3 SUSE LINUX Enterprise Server 9... 7 1.4... 7 1.5... 7 1.6... 7 2... 7 2.1.1... 8 2.1.2 Eclipse...

More information

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

インテル® Fortran コンパイラー 11.0 Linux* 版プロフェッショナル・エディション Fortran 11.0 Linux* 2008.10.22 1 1.1 Fortran Linux IA-32 64 IA-64 IA-64 OpenMP* ( ) 1.2 1.2.1 3 IA-32 : 32 ("Linux x86") Pentium II 32 ( Pentium 4 Xeon ) 64 : 64 IA-32 ( Core 2 ) 64 ("Linux x86_64") 32

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

インテル® Visual Fortran コンパイラー 11.1 Windows* 版プロフェッショナル・エディション インストール・ガイドおよびリリースノート

インテル® Visual Fortran コンパイラー 11.1 Windows* 版プロフェッショナル・エディション インストール・ガイドおよびリリースノート インテル Visual Fortran コンパイラー 11.1 Windows* 版プロフェッショナル エディションインストール ガイドおよびリリースノート 資料番号 : 321417-002JA 2010 年 3 月 24 日 目次 1 概要... 4 1.1 変更履歴... 4 1.2 製品の内容... 5 1.3 動作環境... 5 1.4 ドキュメント... 7 1.5 サンプル... 7

More information

untitled

untitled Fortran90 ( ) 17 12 29 1 Fortran90 Fortran90 FORTRAN77 Fortran90 1 Fortran90 module 1.1 Windows Windows UNIX Cygwin (http://www.cygwin.com) C\: Install Cygwin f77 emacs latex ps2eps dvips Fortran90 Intel

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

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 A = QΛQ T A n n Λ Q A = XΛX 1 A n n Λ X GPGPU A 3 T Q T AQ = T (Q: ) T u i = λ i u i T {λ i } {u i } QR MR 3 v i = Q u i A {v i } A n = 9000 Quad Core Xeon 2 LAPACK (4/3) n 3 O(n 2 ) O(n 3 ) A {v i }

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

インテル(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

CLUSTERPRO ファイルサーバ監視オプション編

CLUSTERPRO ファイルサーバ監視オプション編 CLUSTERPRO SE for Linux Ver3.0 2004.03.31 1 1 2004/03/31 2 CLUSTERPRO for Linux R2.0 CLUSTERPRO Linux Linus Torvalds URL NEC http://soreike.wsd.mt.nec.co.jp/ [ ][ ][CLUSTERPRO ] NEC http://www.ace.comp.nec.co.jp/clusterpro/

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

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

Untitled

Untitled VASP 2703 2006 3 VASP 100 PC 3,4 VASP VASP VASP FFT. (LAPACK,BLAS,FFT), CPU VASP. 1 C LAPACK,BLAS VASP VASP VASP VASP bench.hg VASP CPU CPU CPU northwood LAPACK lmkl lapack64, BLAS lmkl p4 LA- PACK liblapack,

More information

IntelR Software Development Tools for Apple

IntelR Software Development Tools for Apple C/C++ MAC OS Mac* OS X Rev May7 2007 2007, Corporation. Corporation C++/Fortran 2 GCC* C++/Fortran 3 Mac OS* X Linux* AltiVec* Apple* GCC 3.3 (Java*, AppleScript*, Python*, ) Accelerate Apple* GCC 4.0

More information

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

インテル(R) C++ Composer XE 2011 Windows版 入門ガイド C++ Composer XE 2011 Windows* エクセルソフト株式会社 www.xlsoft.com Rev. 1.2 (2011/05/03) Copyright 1998-2011 XLsoft Corporation. All Rights Reserved. 1 / 70 ... 4... 5... 6... 8 /... 8... 10 /... 11... 11 /... 13

More information

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that use microcontrollers (MCUs)

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

Rによる計量分析:データ解析と可視化 - 第3回 Rの基礎とデータ操作・管理

Rによる計量分析:データ解析と可視化 - 第3回  Rの基礎とデータ操作・管理 R 3 R 2017 Email: gito@eco.u-toyama.ac.jp October 23, 2017 (Toyama/NIHU) R ( 3 ) October 23, 2017 1 / 34 Agenda 1 2 3 4 R 5 RStudio (Toyama/NIHU) R ( 3 ) October 23, 2017 2 / 34 10/30 (Mon.) 12/11 (Mon.)

More information

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

インテル® Visual Fortran Composer XE 2013 Windows* 版インストール・ガイドおよびリリースノート インテル Visual Frtran Cmpser XE 2013 Windws* 版インストール ガイドおよびリリースノート 資料番号 : 321417-004JA 2012 年 9 月 26 日 目次 1 概要... 3 1.1 製品アップデート... 3 1.2 インテル Visual Frtran Cmpser XE 2011 からの変更点... 3 1.3 製品の内容... 4 1.4 動作環境...

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

fx-9860G Manager PLUS_J

fx-9860G Manager PLUS_J fx-9860g J fx-9860g Manager PLUS http://edu.casio.jp k 1 k III 2 3 1. 2. 4 3. 4. 5 1. 2. 3. 4. 5. 1. 6 7 k 8 k 9 k 10 k 11 k k k 12 k k k 1 2 3 4 5 6 1 2 3 4 5 6 13 k 1 2 3 1 2 3 1 2 3 1 2 3 14 k a j.+-(),m1

More information

Oracle8 Workgroup Server for Windows NTインストレーション・ガイド,リリース8.0.6

Oracle8 Workgroup Server for Windows NTインストレーション・ガイド,リリース8.0.6 Oracle8 Workgroup Server for Windows NT 8.0.6 2000 5 : J00213-01 Oracle8 Workgroup Server for Windows NT, 8.0.6 : J00213-01 Oracle8 Release 8.0.6 for Windows NT A69969-01 Copyright 1999, 2000, Oracle Corporation.

More information

Slide 1

Slide 1 OpenMX のコンパイル方法 Truong Vinh Truong Duy (The University of Tokyo) 2014/10/10 OpenMX のダウンロード 1. OpenMX のダウンロード % wget http://www.openmx-square.org/openmx3.7.tar.gz % tar openmx3.7.tar.gz 2. パッチのダウンロード %

More information

Express5800/R110a-1Hユーザーズガイド

Express5800/R110a-1Hユーザーズガイド 4 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Xeon Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0B60: DIMM group #1 has been disabled. : Press to resume, to

More information

NAG Library Manual

NAG Library Manual NAG Fortran Library 1 3 2 NAG 3 3 4 3.1........................................... 4 3.1.1........................................ 5 3.1.2................................. 5 3.2.........................................

More information

Cleaner XL 1.5 クイックインストールガイド

Cleaner XL 1.5 クイックインストールガイド Autodesk Cleaner XL 1.5 Contents Cleaner XL 1.5 2 1. Cleaner XL 3 2. Cleaner XL 9 3. Cleaner XL 12 4. Cleaner XL 16 5. 32 2 1. Cleaner XL 1. Cleaner XL Cleaner XL Administrators Cleaner XL Windows Media

More information

untitled

untitled A = QΛQ T A n n Λ Q A = XΛX 1 A n n Λ X GPGPU A 3 T Q T AQ = T (Q: ) T u i = λ i u i T {λ i } {u i } QR MR 3 v i = Q u i A {v i } A n = 9000 Quad Core Xeon 2 LAPACK (4/3) n 3 O(n 2 ) O(n 3 ) A {v i }

More information

ProVAL Recent Projects, ProVAL Online 3 Recent Projects ProVAL Online Show Online Content on the Start Page Page 13

ProVAL Recent Projects, ProVAL Online 3 Recent Projects ProVAL Online Show Online Content on the Start Page Page 13 ProVAL Unit System Enable Recording Log Preferred Language Default File Type Default Project Path ProVAL : Unit SystemUse SI Units SI SI USCS Enable Recording Log Language Default File Type Default Project

More information

untitled

untitled FutureNet Microsoft Corporation Microsoft Windows Windows 95 Windows 98 Windows NT4.0 Windows 2000, Windows XP, Microsoft Internet Exproler (1) (2) (3) COM. (4) (5) ii ... 1 1.1... 1 1.2... 3 1.3... 6...

More information

MOTIF XF 取扱説明書

MOTIF XF 取扱説明書 MUSIC PRODUCTION SYNTHESIZER JA 2 (7)-1 1/3 3 (7)-1 2/3 4 (7)-1 3/3 5 http://www.adobe.com/jp/products/reader/ 6 NOTE http://japan.steinberg.net/ http://japan.steinberg.net/ 7 8 9 A-1 B-1 C0 D0 E0 F0 G0

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

. IDE JIVE[1][] Eclipse Java ( 1) Java Platform Debugger Architecture [5] 3. Eclipse GUI JIVE 3.1 Eclipse ( ) 1 JIVE Java [3] IDE c 016 Information Pr

. IDE JIVE[1][] Eclipse Java ( 1) Java Platform Debugger Architecture [5] 3. Eclipse GUI JIVE 3.1 Eclipse ( ) 1 JIVE Java [3] IDE c 016 Information Pr Eclipse 1,a) 1,b) 1,c) ( IDE) IDE Graphical User Interface( GUI) GUI GUI IDE View Eclipse Development of Eclipse Plug-in to present an Object Diagram to Debug Environment Kubota Yoshihiko 1,a) Yamazaki

More information

フカシギおねえさん問題の高速計算アルゴリズム

フカシギおねえさん問題の高速計算アルゴリズム JST ERATO 2013/7/26 Joint work with 1 / 37 1 2 3 4 5 6 2 / 37 1 2 3 4 5 6 3 / 37 : 4 / 37 9 9 6 10 10 25 5 / 37 9 9 6 10 10 25 Bousquet-Mélou (2005) 19 19 3 1GHz Alpha 8 Iwashita (Sep 2012) 21 21 3 2.67GHz

More information

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

インテル® Fortran Composer XE 2011 Linux* 版インストール・ガイドおよび リリースノート インテル Fortran Composer XE 2011 Linux* 版インストール ガイドおよびリリースノート 資料番号 : 321415-003JA 2010 年 11 月 8 日 目次 1 概要... 3 1.1 変更履歴... 3 1.2 製品の内容... 3 1.3 動作環境... 3 1.3.1 Red Hat* Enterprise Linux* 4 のサポート終了予定... 5

More information

Express5800/R320a-E4/Express5800/R320b-M4ユーザーズガイド

Express5800/R320a-E4/Express5800/R320b-M4ユーザーズガイド 7 7 障害箇所の切り分け 万一 障害が発生した場合は ESMPRO/ServerManagerを使って障害の発生箇所を確認し 障害がハー ドウェアによるものかソフトウェアによるものかを判断します 障害発生個所や内容の確認ができたら 故障した部品の交換やシステム復旧などの処置を行います 障害がハードウェア要因によるものかソフトウェア要因によるものかを判断するには E S M P R O / ServerManagerが便利です

More information

untitled

untitled VQT3B82-1 DMP-BDT110 μ μ μ 2 VQT3B82 ÇÕÇ¹Ç Ç +- VQT3B82 3 4 VQT3B82 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ij SD 1 2 3 4 5 6 7 8 Í VQT3B82 5 BD DVD CD SD USB 6 VQT3B82 2 ALL 1 2 4 VQT3B82 7

More information

展開とプロビジョニングの概念

展開とプロビジョニングの概念 ADOBE CREATIVE SUITE 5 2010 Adobe Systems Incorporated and its licensors. All rights reserved. Adobe Creative Suite Deployment and Provisioning Concepts This guide is licensed for use under the terms of

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

Rによる計量分析:データ解析と可視化 - 第2回 セットアップ

Rによる計量分析:データ解析と可視化 - 第2回 セットアップ R 2 2017 Email: gito@eco.u-toyama.ac.jp October 16, 2017 Outline 1 ( ) 2 R RStudio 3 4 R (Toyama/NIHU) R October 16, 2017 1 / 34 R RStudio, R PC ( ) ( ) (Toyama/NIHU) R October 16, 2017 2 / 34 R ( ) R

More information

N Express5800/R320a-E4 N Express5800/R320a-M4 ユーザーズガイド

N Express5800/R320a-E4  N Express5800/R320a-M4  ユーザーズガイド 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

More information

Express5800/R320a-E4, Express5800/R320b-M4ユーザーズガイド

Express5800/R320a-E4, Express5800/R320b-M4ユーザーズガイド 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

More information

BlueJ 2.0.1 BlueJ 2.0.x Michael Kölling Mærsk Institute University of Southern Denmark Toin University of Yokohama Alberto Palacios Pawlovsky 17 4 4 3 1 5 1.1 BlueJ.....................................

More information

Oracle Application Server 10g( )インストール手順書

Oracle Application Server 10g( )インストール手順書 Oracle Application Server 10g (10.1.2) for Microsoft Windows J2EE Oracle Application Server 10g (10.1.2) for Microsoft Windows J2EE and Web Cache...2...3...3...4...6...6...6 OS...9...10...12...13...25...25

More information

RX600 & RX200シリーズ アプリケーションノート RX用仮想EEPROM

RX600 & RX200シリーズ アプリケーションノート RX用仮想EEPROM R01AN0724JU0170 Rev.1.70 MCU EEPROM RX MCU 1 RX MCU EEPROM VEE VEE API MCU MCU API RX621 RX62N RX62T RX62G RX630 RX631 RX63N RX63T RX210 R01AN0724JU0170 Rev.1.70 Page 1 of 33 1.... 3 1.1... 3 1.2... 3

More information

-5 DMP-BV300 μ μ l μ l l +- l l j j j l l l l l l l l l l l l l Ë l l l l l l l l l l l l l l l l l l l l l l l BD DVD CD SD USB 2 ALL 1 2 4 l l DETACH ATTACH RELEASE DETACH ATTACH DETACH ATTACH RELEASE

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

Express5800/320Fc-MR

Express5800/320Fc-MR 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

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

HP Server tc2120 Microsoft Windows 2000 Server SP3 HP P

HP Server tc2120 Microsoft Windows 2000 Server SP3 HP P HP Server tc2120 Microsoft Windows 2000 ServerSP3 HP P312977-191 200210 Hewlett-Packard Company Hewlett- Packard Company Hewlett-Packard Company Intel Corporation MicrosoftMS-DOSWindows Windows NT Microsoft

More information

Installation and New Features Guide for FileMaker Pro and FileMaker Pro Advanced

Installation and New Features Guide for FileMaker Pro and FileMaker Pro Advanced FileMaker For FileMaker Pro 8.5 and FileMaker Pro 8.5 Advanced 2005-2006 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker,

More information

2 2.1 Mac OS CPU Mac OS tar zxf zpares_0.9.6.tar.gz cd zpares_0.9.6 Mac Makefile Mekefile.inc cp Makefile.inc/make.inc.gfortran.seq.macosx make

2 2.1 Mac OS CPU Mac OS tar zxf zpares_0.9.6.tar.gz cd zpares_0.9.6 Mac Makefile Mekefile.inc cp Makefile.inc/make.inc.gfortran.seq.macosx make Sakurai-Sugiura z-pares 26 9 5 1 1 2 2 2.1 Mac OS CPU......................................... 2 2.2 Linux MPI............................................ 2 3 3 4 6 4.1 MUMPS....................................

More information

1 1.1 (JCPRG) 30 Nuclear Reaction Data File (NRDF) PC GSYS2.4 JCPRG GSYS2.4 Java Windows, Linux, Max OS X, FreeBSD GUI PNG, GIF, JPEG X Y GSYS2

1 1.1 (JCPRG) 30 Nuclear Reaction Data File (NRDF) PC GSYS2.4 JCPRG GSYS2.4 Java Windows, Linux, Max OS X, FreeBSD GUI PNG, GIF, JPEG X Y GSYS2 (GSYS2.4) GSYS2.4 Manual SUZUKI Ryusuke Hokkaido University Hospital Abstract GSYS2.4 is an update version of GSYS version 2. Main features added in this version are Magnifying glass function, Automatically

More information

Microsoft Windows Hyper-VでのVNXeシステムの使用

Microsoft Windows Hyper-VでのVNXeシステムの使用 EMC VNXe Microsoft Windows Hyper-V VNXe VNXe Operating Environment 2.4 P/N 300-010-552 04 Copyright 2013 EMC Corporation. All rights reserved. 2013 5 EMC Corporation EMC Corporation EMC EMC 2 EMC EMC EMC

More information

Platypus-QM β ( )

Platypus-QM β ( ) Platypus-QM β (2012.11.12) 1 1 1.1...................................... 1 1.1.1...................................... 1 1.1.2................................... 1 1.1.3..........................................

More information

ohp1.dvi

ohp1.dvi 2008 1 2008.10.10 1 ( 2 ) ( ) ( ) 1 2 1.5 3 2 ( ) 50:50 Ruby ( ) Ruby http://www.ruby-lang.org/ja/ Windows Windows 3 Web Web http://lecture.ecc.u-tokyo.ac.jp/~kuno/is08/ / ( / ) / @@@ ( 3 ) @@@ :!! ( )

More information

Copyright Oracle Parkway, Redwood City, CA U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated softw

Copyright Oracle Parkway, Redwood City, CA U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated softw Oracle Solaris Studio 12.3 Part No: E26466 2011 12 Copyright 2011 500 Oracle Parkway, Redwood City, CA 94065 U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software,

More information

1F90/kouhou_hf90.dvi

1F90/kouhou_hf90.dvi Fortran90 3 33 1 2 Fortran90 FORTRAN 1956 IBM IBM704 FORTRAN(FORmula TRANslation ) 1965 FORTRAN66 1978 FORTRAN77 1991 Fortran90 Fortran90 Fortran Fortran90 6 Fortran90 77 90 90 Fortran90 [ ] Fortran90

More information

グラフ数値読み取りシステム (GSYS2.4) 利用の手引

グラフ数値読み取りシステム (GSYS2.4) 利用の手引 (GSYS2.4) GSYS2.4 Manual SUZUKI Ryusuke Hokkaido University Hospital 2011 6 7 Abstract GSYS2.4 is an update version of GSYS version 2. Main features added in this version are Magnifying glass function,

More information

Microsoft Word - Meta70_Preferences.doc

Microsoft Word - Meta70_Preferences.doc Image Windows Preferences Edit, Preferences MetaMorph, MetaVue Image Windows Preferences Edit, Preferences Image Windows Preferences 1. Windows Image Placement: Acquire Overlay at Top Left Corner: 1 Acquire

More information

Fortran90/95 2. (p 74) f g h x y z f x h x = f x + g x h y = f y + g y h z = f z + g z f x f y f y f h = f + g Fortran 1 3 a b c c(1) = a(1) + b(1) c(

Fortran90/95 2. (p 74) f g h x y z f x h x = f x + g x h y = f y + g y h z = f z + g z f x f y f y f h = f + g Fortran 1 3 a b c c(1) = a(1) + b(1) c( Fortran90/95 4.1 1. n n = 5 x1,x2,x3,,x4,x5 5 average = ( x1 + x2 + x3 + x4 + x5 )/5.0 n n x (subscript) x 1 x 2 average = 1 n n x i i=1 Fortran ( ) x(1) x(2) x(n) Fortran ( ) average = sum(x(1:n))/real(n)

More information

tutorial_lc.dvi

tutorial_lc.dvi 00 Linux v.s. RT Linux v.s. ART-Linux Linux RT-Linux ART-Linux Linux kumagai@emura.mech.tohoku.ac.jp 1 1.1 Linux Yes, No.,. OS., Yes. Linux,.,, Linux., Linux.,, Linux. Linux.,,. Linux,.,, 0..,. RT-Linux

More information

120802_MPI.ppt

120802_MPI.ppt CPU CPU CPU CPU CPU SMP Symmetric MultiProcessing CPU CPU CPU CPU CPU CPU CPU CPU CPU CPU CPU CPU CP OpenMP MPI MPI CPU CPU CPU CPU CPU CPU CPU CPU CPU CPU MPI MPI+OpenMP CPU CPU CPU CPU CPU CPU CPU CP

More information

UNIX

UNIX 2000 1 UNIX 2000 4 14 1 UNIX? 2 1.1 UNIX OS....................................... 2 1.2.................................................... 2 1.3 UNIX...................................... 2 1.4 Windows

More information

μ μ DMR-BZT700 DMR-BZT600 μ TM VQT3C03-2B ! ! l l l [HDD] [BD-RE] [BD-R] [DVD-V] [BD-V] [RAM] [CD] [SD] [-R] [USB] [-RW] [RAM AVCREC ] [-R AVCREC ] [RAM VR ][-R VR ] [-RW VR ] [-R V ] [-RW V ] [DVD-V]

More information

untitled

untitled TZ-BDT910M TZ-BDT910F TZ-BDT910P μ μ μ μ TM VQT3F51-1 l l l [HDD] [BD-RE] [BD-R] [DVD-V] [BD-V] [RAM] [CD] [SD] [-R] [USB] [-RW] [RAM AVCREC ] [-R AVCREC ] [RAM VR ][-R VR ] [-RW VR ] [-R V ] [-RW

More information

VB.NETコーディング標準

VB.NETコーディング標準 (C) Copyright 2002 Java ( ) VB.NET C# AS-IS extremeprogramming-jp@objectclub.esm.co.jp bata@gold.ocn.ne.jp Copyright (c) 2000,2001 Eiwa System Management, Inc. Object Club Kenji Hiranabe02/09/26 Copyright

More information

2

2 3G DN-300SE USB 2013 3 12 2 1.... 4 2.... 6 2.1.... 6 2.2. OS... 6 3.... 7 3.1.... 7 3.2.... 7 4....8 4.1.... 8 4.2. ALARM STOP... 10 4.3.... 10 5.... 11 5.1.... 11 6.... 12 6.1. (Windows Vista / 7 / 8

More information

A : kerl kerl Erlang/OTP Erlang/OTP 2 2 Elixir/Phoenix URL 2 PDF A.2 Bash macos.bash_profile exp

A : kerl kerl Erlang/OTP Erlang/OTP 2 2 Elixir/Phoenix URL 2 PDF   A.2 Bash macos.bash_profile exp A Erlang/OTP Elixir Phoenix nvm Node.js A.1 Erlang/OTP 21.1 $ kerl update releases $ kerl build 21.1 21.1 $ kerl install 21.1 ~/erlang/21.1 $ source ~/erlang/21.1/activate Erlang/OTP 1 203 A : kerl kerl

More information

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

インテル® Fortran Composer XE 2013 Linux* 版インストール・ガイドおよびリリースノート インテル Fortran Composer XE 2013 Linux* 版インストール ガイドおよびリリースノート 資料番号 : 321415-004JA 2012 年 9 月 26 日 目次 1 概要... 4 1.1 変更履歴... 4 1.1.1 製品アップデート... 4 1.1.2 インテル Fortran Composer XE 2011 からの変更点... 4 1.2 製品の内容...

More information

AN 100: ISPを使用するためのガイドライン

AN 100: ISPを使用するためのガイドライン ISP AN 100: In-System Programmability Guidelines 1998 8 ver.1.01 Application Note 100 ISP Altera Corporation Page 1 A-AN-100-01.01/J VCCINT VCCINT VCCINT Page 2 Altera Corporation IEEE Std. 1149.1 TCK

More information

2.2 Sage I 11 factor Sage Sage exit quit 1 sage : exit 2 Exiting Sage ( CPU time 0m0.06s, Wall time 2m8.71 s). 2.2 Sage Python Sage 1. Sage.sage 2. sa

2.2 Sage I 11 factor Sage Sage exit quit 1 sage : exit 2 Exiting Sage ( CPU time 0m0.06s, Wall time 2m8.71 s). 2.2 Sage Python Sage 1. Sage.sage 2. sa I 2017 11 1 SageMath SageMath( Sage ) Sage Python Sage Python Sage Maxima Maxima Sage Sage Sage Linux, Mac, Windows *1 2 Sage Sage 4 1. ( sage CUI) 2. Sage ( sage.sage ) 3. Sage ( notebook() ) 4. Sage

More information

DEIM Forum 2010 D Development of a La

DEIM Forum 2010 D Development of a La DEIM Forum 2010 D5-3 432-8011 3-5-1 E-mail: {cs06062,cs06015}@s.inf.shizuoka.ac.jp, {yokoyama,fukuta,ishikawa}@.inf.shizuoka.ac.jp Development of a Large-scale Visualization System Based on Sensor Network

More information

OpenMP¤òÍѤ¤¤¿ÊÂÎó·×»»¡Ê£±¡Ë

OpenMP¤òÍѤ¤¤¿ÊÂÎó·×»»¡Ê£±¡Ë 2012 5 24 scalar Open MP Hello World Do (omp do) (omp workshare) (shared, private) π (reduction) PU PU PU 2 16 OpenMP FORTRAN/C/C++ MPI OpenMP 1997 FORTRAN Ver. 1.0 API 1998 C/C++ Ver. 1.0 API 2000 FORTRAN

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

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

インテル® Fortran Composer XE 2011 Linux* 版インストール・ガイドおよびリリースノート インテル Fortran Composer XE 2011 Linux* 版インストール ガイドおよびリリースノート 資料番号 : 321415-003JA 2011 年 3 月 1 日 目次 1 概要... 3 1.1 変更履歴... 3 1.2 製品の内容... 3 1.3 動作環境... 3 1.3.1 Red Hat* Enterprise Linux* 4 のサポート終了予定... 5 1.3.2

More information

Microsoft Word - Win-Outlook.docx

Microsoft Word - Win-Outlook.docx Microsoft Office Outlook での設定方法 (IMAP および POP 編 ) How to set up with Microsoft Office Outlook (IMAP and POP) 0. 事前に https://office365.iii.kyushu-u.ac.jp/login からサインインし 以下の手順で自分の基本アドレスをメモしておいてください Sign

More information

OpenMP¤òÍѤ¤¤¿ÊÂÎó·×»»¡Ê£±¡Ë

OpenMP¤òÍѤ¤¤¿ÊÂÎó·×»»¡Ê£±¡Ë 2011 5 26 scalar Open MP Hello World Do (omp do) (omp workshare) (shared, private) π (reduction) scalar magny-cours, 48 scalar scalar 1 % scp. ssh / authorized keys 133. 30. 112. 246 2 48 % ssh 133.30.112.246

More information

Pari-gp /7/5 1 Pari-gp 3 pq

Pari-gp /7/5 1 Pari-gp 3 pq Pari-gp 3 2007/7/5 1 Pari-gp 3 pq 3 2007 7 5 Pari-gp 3 2007/7/5 2 1. pq 3 2. Pari-gp 3. p p 4. p Abel 5. 6. 7. Pari-gp 3 2007/7/5 3 pq 3 Pari-gp 3 2007/7/5 4 p q 1 (mod 9) p q 3 (3, 3) Abel 3 Pari-gp 3

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

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

iVIS HF R41 クイックガイド

iVIS HF R41 クイックガイド PUB. DIJ-0404-000 CONTENTS 4 8 1 10 13 14 15 18 19 22 2 24 N 30 31 32 2 オートで しく る 24 68 57 65 3 36 40 41 4 43 46 48 49 BD 5 51 57 63 66 71 71 74 75 AVCHD MP4 に合わせて選ぼう 19 AVCHD MP4 2 AVCHD の 記録を残す 31 3

More information

TM-T88VI 詳細取扱説明書

TM-T88VI 詳細取扱説明書 M00109801 Rev. B 2 3 4 5 6 7 8 9 10 Bluetooth 11 12 Bluetooth 13 14 1 15 16 Bluetooth Bluetooth 1 17 1 2 3 4 10 9 8 7 12 5 6 11 18 1 19 1 3 4 2 5 6 7 20 1 21 22 1 23 24 1 25 SimpleAP Start SSID : EPSON_Printer

More information

untitled

untitled DSpace 1 1 DSpace HOME...4 1.1 DSpace is Live...4 1.2 Search...4 1.3 Communities in DSpace...6 1.4...6 1.4.1 Browse...7 1.4.2 Sign on to...14 1.4.3 Help...16 1.4.4 About DSpace...16 2 My DSpace...17 2.1

More information

untitled

untitled HP OpenSource MySQL Server 5.0 Red Hat Enterprise Linux 4 ver 1.5 MySQL Red Hat Enterprise Linux 4 Super Smack Super Smac MySQL Super Smack RHEL4 1 2 MySQL SuperSmack SuperSmack 3 SuperSmack MySQL 4 MySQL

More information

B1 Ver ( ), SPICE.,,,,. * : student : jikken. [ ] ( TarouOsaka). (, ) 1 SPICE ( SPICE. *1 OrCAD

B1 Ver ( ), SPICE.,,,,. * : student : jikken. [ ] ( TarouOsaka). (, ) 1 SPICE ( SPICE. *1 OrCAD B1 er. 3.05 (2019.03.27), SPICE.,,,,. * 1 1. 1. 1 1.. 2. : student : jikken. [ ] ( TarouOsaka). (, ) 1 SPICE ( SPICE. *1 OrCAD https://www.orcad.com/jp/resources/orcad-downloads.. 1 2. SPICE 1. SPICE Windows

More information

(Basic Theory of Information Processing) Fortran Fortan Fortan Fortan 1

(Basic Theory of Information Processing) Fortran Fortan Fortan Fortan 1 (Basic Theory of Information Processing) Fortran Fortan Fortan Fortan 1 17 Fortran Formular Tranlator Lapack Fortran FORTRAN, FORTRAN66, FORTRAN77, FORTRAN90, FORTRAN95 17.1 A Z ( ) 0 9, _, =, +, -, *,

More information

TM-m30 詳細取扱説明書

TM-m30 詳細取扱説明書 M00094100 Rev. A Seiko Epson Corporation 2015. All rights reserved. 2 3 4 5 6 Bluetooth 7 Bluetooth 8 1 9 Bluetooth 10 1 11 1 2 6 5 4 3 7 12 1 13 14 ONF 1 N O O N O N N N O F N N F N N N N N N F F O O

More information

Copyright 2010, 2011, Oracle and/or its affiliates. All rights reserved. U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, i

Copyright 2010, 2011, Oracle and/or its affiliates. All rights reserved. U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, i Oracle Solaris Studio 12.3 Part No: E26448 2011 12 Copyright 2010, 2011, Oracle and/or its affiliates. All rights reserved. U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated

More information

X : 2012? (ISO/IEC : 2010) 1 {! [jfortran 1473] } {! %Y } {! NOTE } {!

X : 2012? (ISO/IEC : 2010) 1 {! [jfortran 1473] } {! %Y } {! NOTE } {! 1 {! 2010-12-16 [jfortran 1473] 2 2011-01-01 - } {! 2010-12-05 2010-12-08 %Y } {! 2010-12-02 NOTE } {! 2010-11-26 h.*i } {! 2010-11-24 [jfortran 1460] (by ) } {! 2010-11-05 ( 10-3-4) 2010-11-19 } {! 2010-09-20

More information

PostgreSQLによる データベースサーバ構築技法

PostgreSQLによる データベースサーバ構築技法 PostgreSQL PostgreSQL PostgreSQL (UCB) Unix/Linux/Windows LC2002 Copyright(C)2002 Tatsuo Ishii 1 PostgreSQL API C, C++, Java, Perl, Tcl/Tk, PHP, Ruby LC2002 Copyright(C)2002 Tatsuo Ishii 2 PostgreSQL (SQL)

More information

untitled

untitled IBM i IBM GUI 2 JAVA JAVA JAVA JAVA-COBOL JAVA JDBC CUI CUI COBOL DB2 3 1 3270 5250 HTML IBM HATS WebFacing 4 2 IBM CS Bridge XML Bridge 5 Eclipse RSE RPG 6 7 WEB/JAVA RPG WEB 8 EBCDIC EBCDIC PC ASCII

More information

. (.8.). t + t m ü(t + t) + c u(t + t) + k u(t + t) = f(t + t) () m ü f. () c u k u t + t u Taylor t 3 u(t + t) = u(t) + t! u(t) + ( t)! = u(t) + t u(

. (.8.). t + t m ü(t + t) + c u(t + t) + k u(t + t) = f(t + t) () m ü f. () c u k u t + t u Taylor t 3 u(t + t) = u(t) + t! u(t) + ( t)! = u(t) + t u( 3 8. (.8.)............................................................................................3.............................................4 Nermark β..........................................

More information