Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 6/24/2024
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

Intrinsic Functions for Arrays and Coarrays

The following table lists intrinsic functions for arrays.

Name

Description

ALL

Determines whether all array values meet the conditions in a mask along a (optional) dimension.

ANY

Determines whether any array values meet the conditions in a mask along a (optional) dimension.

COUNT

Counts the number of array elements that meet the conditions in a mask along a (optional) dimension.

CSHIFT

Performs a circular shift along a (optional) dimension.

DOT_PRODUCT

Performs dot-product multiplication on vectors (one-dimensional arrays).

The following table lists intrinsic functions for coarrays.

Name

Description

COSHAPE

Returns the sizes of codimensions of a coarray.

EVENT_QUERY

Returns the event count.

FAILED_IMAGES

Returns the indices of images that are no longer responding.

IMAGE_INDEX

Returns the image index corresponding to an element of a coarray with a given set of cosubscripts.

IMAGE_STATUS

Returns the execution status of an image.