fortran66のブログ

fortran について書きます。

2010-11-10から1日間の記事一覧

Intel ComposerXE-2011 Release_Notes から (その1)

3.2.1 Features from Fortran 2003 FINAL subroutines GENERIC keyword for type-bound procedures A generic interface may have the same name as a derived type Bounds specification and bounds remapping list on a pointer assignment 3.7 Fortran 20…

Intel ComposerXE-2011 Release_Notes から (その2)

3.2.2 Features from Fortran 2008 ・ Maximum array rank has been raised to 31 dimensions (Fortran 2008 specifies 15) ・ Coarrays CODIMENSION attribute SYNC ALL statement SYNC IMAGES statement SYNC MEMORY statement CRITICAL and END CRITICAL …

FINALIZATION

FINAL 属性のサブルーチンは、TYPE 解放のときに自動実行されます。Fortran2003 では、オブジェクト指向の機能が取り入れられたので、スカラー型の変数も ALLOCATE で動的に確保できるようになりました。ここでは動的に確保されたスカラー構造体 tt 内部に、…

Intel Visual Fortran Composer XE 2011

Intel Visual Fortran が名前を変えて、Intel Visual Fortran Composer となった模様です。Fortran2003への準拠度はかなりあがったようですが、Parameterized derived types などは、まだ全く手がついていないようです。 ちなみに、日本語 Visual Studio 200…