4 Linking with IDI

If any of the idi include files are required, create a soft link to them with the command

  % idi_dev

and use an include statement of the form:
        INCLUDE ’IDI_PAR’

A standalone program can be linked by specifying ‘idi_link‘ on the compiler command line. Thus to compile and link a standalone application called ‘prog’ the following could be used

  % f77 prog.f -o prog ‘idi_link‘

(note the use of the backward quotes).

For programs in the ADAM environment the compile and link command is

  $ alink prog.f ‘idi_link_adam‘