Intel® Fortran Compiler 18.0 Developer Guide and Reference

Run-Time Library Routines

Intel® Fortran provides library modules containing the following routines:

When you include the statement USE module-name in your program, these library routines are automatically linked to your program if called.

You can restrict what is accessed from a USE module by adding ONLY clauses to the USE statement.

Note that routines that are only available on Windows, including routines that are labeled as (W*S), are not available when targeting Intel® Xeon Phi™ products.

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.

See Also