Intrinsic Procedure Errors

The following error messages, which are unnumbered, are generated when incorrect arguments are specified to the Intel® Fortran Compiler intrinsic procedures, and option -CS was selected at compile-time. The messages are given in alphabetic order.

Each message is preceded by a line of the form:

ERROR calling the intrinsic subprogram name:

where name is the name of the intrinsic procedure called. The term "integer" indicates integer format of an argument.

List of Intrinsic Errors

Argument integer of the intrinsic function name has string length integer. It should have string length at least integer.

Argument integer of the intrinsic function name is a rank integer array.
It should be a rank integer array.

Argument integer of the intrinsic function name is an array with integer elements. It should be an array with at least integer elements.

Argument name  has the value integer and argument name has the value integer . Both arguments should have non-negative values and their sum should be less than or equal to integer .

Array argument name  has size integer .
It should have size integer.

Array arguments name1 and name2 should have the same shape.
The shape of argument name1  is: (integer,integer,...,integer).
The shape of argument name2  is: (integer,integer,...,integer).

At least one of the array arguments should have rank = 2
The extent of the last dimension of MATRIX_A is integer.
The extent of the first dimension of MATRIX_B is integer.
These values should be equal.

The DIM parameter had a value of integer.
Its value should be integer.

The DIM parameter had a value of integer.
Its value should be at least integer and no larger than integer.

The name array has shape: (integer,integer,...,integer).
The shape of name should be: (integer,integer,...,integer).

The NCOPIES argument has a value of integer. NCOPIES should be non-negative.

The ORDER argument should be a permutation of the integer1 to integer.
The contents of the ORDER argument array is: (integer,integer,...,integer).

The rank of the RESULT array should be equal to the size of the SHAPE array.
The rank of the RESULT array is integer. The size of the SHAPE array is integer.

The RESULT array has shape: (integer,integer,...,integer).
The shape of the RESULT array should be: (integer,integer,...,integer).

The RESULT array has size integer. It should have size integer.

The RESULT character string has length integer. It should have length integer.

The SHAPE argument has size integer.
Its size should be at least integer and no larger than integer.