4.3.6 /integer, /int, (/integer=4)

This qualifier specifies a size in bytes, N, for the default size of INTEGER variables. When N=2 or 4, take INTEGER*N as the default INTEGER type. When N=0, use the ordinary default length for INTEGER variables.

Executing kfort and explicitly calling the compiler qualifier /noi4 will cause KAP to be called with the command qualifiers /integer=2 and /logical=2 .


Previous Page | Next Page | Contents | Index |
Command-Line Qualifiers