-d

Category

Output control

@PROCESS

None.

Purpose

Causes preprocessed source files that are produced by cpp to be kept rather than deleted.

Syntax

Read syntax diagramSkip visual syntax diagram
>>- -d---------------------------------------------------------><

Defaults

Not applicable.

Results

The files that this option produces have names of the form Ffilename.f*, derived from the names of the original source files. For example, source file test.F03 is preprocessed into a file called Ftest.f03.

Related information