Accelerator Manual (G06.27+, H06.04+, J06.03+)
Error, Warning, and Note Messages
Accelerator Manual—527303-003
9-5
Note Messages
8
Cause. FORTRAN program uses the IDXP instruction in array references. The
Accelerator cannot statically predict the number of dimensions in a dynamically
allocated FORTRAN array.
Effect. References to single dimensional arrays execute in accelerated code.
References to multidimensional arrays make a transition into TNS code. They both
execute correctly.
Recovery. None needed.
9
Cause. FORTRAN program uses the IDXD instruction in array references. The
Accelerator cannot statically predict the number of dimensions in a dynamically
allocated FORTRAN array.
Effect. References to single dimensional arrays execute in accelerated code.
References to multidimensional arrays make a transition into TNS code. They both
execute correctly.
Recovery. None needed.
10
Cause. The Accelerator cannot determine the value assigned to the program counter
in the DOFS instruction. This instruction is used only by operating system code.
Effect. The program executes correctly. The program makes a transition into executing
TNS code at the DOFS instruction.
Recovery. None needed.
11
Cause. The Accelerator cannot determine the value assigned to the program count in
the DLEN instruction. This instruction is used only in operating system code.
Note 8: IDXP instructions appear in the following
procedure(s): '<proc name>' at offset(s): <address>
Note 9: IDXD instructions appear in the following
procedure(s): '<proc name>' at offset(s): <address>
Note 10: DOFS instructions appear in the following
procedure(s): '<proc name>' at offset(s): <address>
Note 11: DLEN instructions appear in the following
procedure(s): '<proc name>' at offset(s): <address>