##############################################################################
# Zoltan Library for Parallel Applications                                   #
# Copyright (c) 2000,2001,2002, Sandia National Laboratories.                #
# For more info, see the README file in the top-level Zoltan directory.      # 
##############################################################################
##############################################################################
# CVS File Information
#    $RCSfile$
#    $Author$
#    $Date$
#    $Revision$
##############################################################################


PARMETIS DIRECTORY -- Routines to providing the interface to the 
                      ParMETIS and Jostle libraries.
----------------------------------------------------------------

Files compiled into Zoltan:

parmetis_jostle_const.h   --  Prototypes and definitions.

parmetis_jostle.c         --  Routines to interpret parameters,
                              build the necessary data structures, 
                              call the appropriate libraries,
                              and create the Zoltan return lists.

verify_graph.c            --  Routines to verify the correctness of a graph.

scatter_graph.c           --  Routines to scatter a ParMetis-style graph to all 
                              processors.

build_graph.c             --  Build ParMETIS/Jostle graph data structure.
