インテル® Fortran コンパイラー 19.0 デベロッパー・ガイドおよびリファレンス
General Compiler Directive: Modifies characteristics of a common block.
!DIR$ PSECT /common-name/ a[,a] ...
common-name |
Is the name of the common block. The slashes ( / ) are required. |
||||||||||||||
a |
Is one of the following:
|
If one program unit changes one or more characteristics of a common block, all other units that reference that common block must also change those characteristics in the same way.
The defaults are ALIGN=OCTA and WRT.