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
.