# $Id: packages,v 1.63 2001/10/10 18:50:03 balay Exp $ 

#
#  This file contains site-specific information.  The definitions below
#  should be changed to match the locations of libraries at your site.
#  The following naming convention is used:
#     XXX_LIB - location of library XXX
#     XXX_INCLUDE - directory for include files needed for library XXX
#
# Location of BLAS and LAPACK.  See ${PETSC_DIR}/docs/intallation.html 
# for information on retrieving them.
#
BLASLAPACK_LIB = -L/home/petsc/soft/linux-rh73/fblaslapack -lflapack -lfblas
#
# Location of MPI (Message Passing Interface) software
#
MPI_HOME       = /home/petsc/soft/linux-rh73/mpich-1.2.4
MPI_LIB        = ${CLINKER_SLFLAG}${MPI_HOME}/lib -L${MPI_HOME}/lib -lmpich -lpmpich
MPI_INCLUDE    = -I${MPI_HOME}/include
MPIRUN         =  ${MPI_HOME}/bin/mpirun
#
# ----------------------------------------------------------------------------------------  
#  Locations of OPTIONAL packages. Comment out those you do not have.
# ----------------------------------------------------------------------------------------  
#
# Location of X-windows software
#
X11_INCLUDE    =
X11_LIB        = -L/usr/X11R6/lib -lX11
PETSC_HAVE_X11 = -DPETSC_HAVE_X11
#
# TAU Instrumentation package (Just update the path to the TAU Makefile)
#
include /home/petsc/soft/linux-rh73/tau-2.11.18/include/Makefile
TAU_LIB              = -L${TAUROOT}/${CONFIG_ARCH}/lib -ltau-mpi-pdt -lTauMpi-mpi-pdt -lstdc++
PDT_PARSE            = ${PDTDIR}/${PDTARCHDIR}/bin/cxxparse
TAU_INSTR            = ${TAUROOT}/${CONFIG_ARCH}/bin/tau_instrumentor
#
