HDSPAR does not itself have any Fortran INCLUDE files but use of the HDSPAR subroutines
will almost certainly require the use of the general Starlink Applications Environment
INCLUDE file, SAE_PAR
, and INCLUDE files from other libraries, in particular PAR and
HDS,
To set up links to these files, type:
Then include the files in the program with statements like:
INCLUDE files from other libraries are handled similarly.
Programs using HDSPAR subroutines will be ADAM programs, linked using alink
or ilink
. For
example:
% alink program.f
Will compile the Fortran program in file program.f
and link it with the ADAM infrastructure
libraries.