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

ID 767251
Date 9/08/2022
Public

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

Document Table of Contents

Library Modules and Runtime Library Routines

Intel® Fortran provides a library of modules that contain routines you can use in your programs:

Module Name

Description

IFAUTO

Interfaces to Automation library routines

IFCOM

Interfaces to COM library routines

IFCOMMONALLOC

Interface to a user-defined routine to dynamically allocate commons

IFCORE

Interfaces to miscellaneous run-time library routines

IFESTABLISH

Interface to a routine to handle Run-Time Library (RTL) errors

IFLOGM

Interfaces to routines from the dialog library

IFMT

Defines derived types for Thread/Process/Synchronization Win32 APIs

IFNLS

Interfaces to National Language Support routines

IFPORT

Interfaces to portability routines

IFPOSIX

Interfaces to Posix-compliant routines

IFQWIN

Interfaces to QuickWin and Graphics library routines

IFWINTY

Defines Fortran parameter constants and derived data types for use with Windows APIs

KERNEL32

Interfaces to the Windows APIs provided by kernel32.dll

NOTE:

The same routine name may appear in different modules. These routines may have different semantics, so be careful you are using the module that contains the routine that will produce the results you want.