next up previous contents index
Next: Usage of FZ Up: User specifications for Previous: Suppress loading of

FZ installation options

The various modes of operation of FZ have been made optional at the source code level to allow a tailor-made installation for specific applications. For example, if on a given machine, like an emulator, FZ is used exclusively in 'channeled mode', the code for all other modes can be removed by giving the command line

   +USE, FZFFNAT, FZDACC, FZLIBC, FZMEMORY, FZALFA, T=INHIBIT.
in the cradle to the Patchy run which generates the code to be compiled for the Zebra Library.

These are the options:

FZFFNAT
file format Native
FZFORTRAN
sequential Fortran I/O for file format exchange
FZLIBC
read/write through the C library interface
FZDACC
any direct access mode
FZDACCF
direct access with Fortran
FZDACCL
direct access with C Library
FZCHANNEL
channeled mode
FZMEMORY
memory mode
FZALFA
Alfa exchange mode

The standard Zebra libraries are usually prepared with all FZ modes selected, except FZLIBC which is selected only under UNIX.


Janne Saarela
Mon May 15 08:34:47 METDST 1995