Intel® Fortran Compiler 17.0 Developer Guide and Reference
Specifies the type of carriage control used when a file is displayed at a terminal screen.
Linux and macOS: | -ccdefault keyword |
Windows: | /ccdefault:keyword |
keyword |
Specifies the carriage-control setting to use. Possible values are:
|
ccdefault default |
The compiler uses the default carriage control setting. |
This option specifies the type of carriage control used when a file is displayed at a terminal screen (units 6 and *). It provides the same functionality as using the CARRIAGECONTROL specifier in an OPEN statement.
The default carriage-control setting can be affected by the vms option. If option vms is specified with ccdefault default, carriage control defaults to normal Fortran interpretation (ccdefault fortran) if the file is formatted and the unit is connected to a terminal. If option novms (the default) is specified with ccdefault default, carriage control defaults to list (ccdefault list).
Visual Studio: Run-time > Default Output Carriage Control
Eclipse: None
Xcode: Run-time > Default Output Carriage Control
None