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

ID 767251
Date 7/13/2023
Public

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

Visible to Intel only — GUID: GUID-8F89972D-6D50-4C3E-B8DA-0EFC440BAF9C

Document Table of Contents

Atomic Intrinsic Subroutines

The following table lists atomic intrinsic subroutines.

Atomic Operation

Name

Procedure Type

Description

ATOMIC_ADD

Intrinsic Subroutine

Performs atomic addition.

ATOMIC_AND

Intrinsic Subroutine

Performs atomic bitwise AND.

ATOMIC_CAS

Intrinsic Subroutine

Performs atomic compare and swap.

ATOMIC_DEFINE

Intrinsic Subroutine

Performs atomically defines a variable.

ATOMIC_FETCH_ADD

Intrinsic Subroutine

Performs atomic fetch and add.