Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
E77790.pdf
Скачиваний:
2
Добавлен:
16.05.2024
Размер:
1.29 Mб
Скачать

4.10 Intrinsics

4.9.3The fdumpmod Command

Use the fdumpmod(1) command to display information about the contents of a compiled module information file.

demo% fdumpmod x.mod group.mod x 1.0 v8,i4,r4,d8,n16,a4 x.mod

group 1.0 v8,i4,r4,d8,n16,a4 group.mod

The fdumpmod command will display information about modules in a single .mod file, files formed by concatenating .mod files, and in .a archives of .mod files. The display includes the name of the module, a version number, the target architecture, and flags indicating compilation options with which the module is compatible. See the fdumpmod(1) man page for details.

4.10Intrinsics

f95 supports some intrinsic procedures that are extensions beyond the standard.

TABLE 30

Nonstandard Intrinsics

 

 

 

 

 

 

 

 

 

Name

Definition

Function Type

Argument Types

Arguments

Notes

 

 

 

 

 

 

COT

Cotangent

real

real

([X=]x)

P, E

 

 

 

 

 

 

DDIM

Positive difference

double precision

double precision

([X=]x,[Y=]y)

P, E

 

 

 

 

 

 

Notes:P: The name can be passed as an argument. E: External code for the intrinsic is called at run time.

See the Fortran Library Reference for a more complete discussion of intrinsics, including those from Fortran 77 that are recognized by the Fortran compiler.

4.11Forward Compatibility

Future releases of f95 are intended to be source code compatible with this release.

Module information files generated by this release of f95 are not guaranteed to be compatible with future releases.

194 Oracle Developer Studio 12.6: Fortran User's Guide • July 2017

4.12 Mixing Languages

4.12Mixing Languages

Routines written in C can be combined with Fortran programs, since these languages have common calling conventions.

Chapter 4 • Oracle Developer Studio Fortran Features and Extensions

195

196 Oracle Developer Studio 12.6: Fortran User's Guide • July 2017

Соседние файлы в предмете Информационные и сетевые технологии