##############################################################################
# Zoltan Library for Parallel Applications                                   #
# For more info, see the README file in the top-level Zoltan directory.      # 
##############################################################################
##############################################################################
# CVS File Information
#    $RCSfile: README,v $
#    $Author: kddevin $
#    $Date: 2002/05/15 23:23:47 $
#    $Revision: 1.3 $
##############################################################################


FORT DIRECTORY      -- F90 interface.
------------------------------------------------------------------------

cwrap.c             --  C wrappers that appropriately manipulate function 
                        arguments to be passed to F90.
         
fwrap.fpp           --  F90 wrappers to Zoltan functions.

lbfn.fpp            --  Backwardly compatible interface and functions for
lbif.fpp                Zoltan's old LB_* naming convention.

ztypes.fpp          --  Definitions of F90 data types used in interface.

zoltan_user_data.f90--  Application specific data types for the (void *)
                        data pointers passed to the query functions.

lb_user_const.f90   --  Provided for backward compatibility in Zoltan; new users
                        should use zoltan_user_data.f90.
                        Application specific data types for the (void *)
                        data pointers passed to the query functions.

sppr.f90            --  Pre-processor program that processes # directives
                        in *.fpp files to produce *.f90 files.

spprinc.*           --  Architecture and F90 compiler specific definitions.

set*.if             --  Interface definitions for query-function specific
                        registration functions Zoltan_Set_*_Fn.

set*.fn             --  Query-function specific registration functions
                        Zoltan_Set_*_fn.

set*.if.lbif        --  Backwardly compatible interface definitions for 
                        query-function specific
                        registration functions LB_Set_*_Fn.

set*.fn.lbfn        --  Backwardly compatible query-function specific 
                        registration functions LB_Set_*_fn.
