06.03.2014 Views

Intel Fortran Language Reference - NCI National Facility

Intel Fortran Language Reference - NCI National Facility

Intel Fortran Language Reference - NCI National Facility

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>Intel</strong> <strong>Fortran</strong> <strong>Language</strong> <strong>Reference</strong><br />

driver program<br />

A program that is the user interface to the language compiler. It accepts command options and file<br />

names and causes one or more language utilities or system programs to process each file.<br />

dummy aliasing<br />

The sharing of memory locations between dummy (formal) arguments and other dummy<br />

arguments or COMMON variables that are assigned.<br />

dummy argument<br />

A variable whose name appears in the parenthesized list following the procedure name in a<br />

FUNCTION statement, a SUBROUTINE statement, an ENTRY statement, or a statement function<br />

statement. A dummy argument takes the value of the corresponding actual argument in the calling<br />

program unit (through argument association). Also called a formal argument. See also actual<br />

argument.<br />

dummy array<br />

A dummy argument that is an array.<br />

dummy procedure<br />

A dummy argument that is specified as a procedure or appears in a procedure reference. The<br />

corresponding actual argument must be a procedure.<br />

Dynamic Link Library (DLL)<br />

A separate source module compiled and linked independently of the applications that use it.<br />

Applications access the DLL through procedure calls. The code for a DLL is not included in the<br />

user's executable image, but the compiler automatically modifies the executable image to point to<br />

DLL procedures at run time.<br />

E<br />

edit descriptor<br />

A descriptor in a format specification. It can be a data edit descriptor, control edit descriptor, or<br />

string edit descriptor. See also control edit descriptor, data edit descriptor, and string edit<br />

descriptor.<br />

element<br />

See array element.<br />

elemental<br />

Pertains to an intrinsic operation, intrinsic procedure, or assignment statement that is<br />

independently applied to either of the following:<br />

• The elements of an array<br />

• Corresponding elements of a set of conformable arrays and scalars<br />

Glossary-12

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!