# $Id: base.site,v 1.3 2001/04/05 19:38:59 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
#
BLASLAPACK_LIB         = -L"C:/Program Files/Intel/MKL/ia32/lib" mkl_c_dll.lib
#BLASLAPACK_LIB         = -Lc:/software/f2cblaslapack -lf2clapack -lf2cblas
#PETSC_BLASLAPACK_FLAGS = -DPETSC_BLASLAPACK_F2C
#
# Location of MPI (Message Passing Interface) software  
# MPICH from ANL http://www.mcs.anl.gov/~ashton/mpich.nt/
#
MPI_HOME       = C:/Program Files/MPICH/SDK
MPI_INCLUDE    = -I"$(MPI_HOME)/include"
MPI_LIB        = -L"$(MPI_HOME)/lib" ws2_32.lib mpich.lib
MPIRUN         = mpirun
# ----------------------------------------------------------------------------------------  
#  Locations of OPTIONAL packages. Comment out those you do not have.
# ----------------------------------------------------------------------------------------  
#
#  Optional location for ALICE Memory Snooper
#
#AMS_HOME    = C:/Program Files/Argonne National Laboratory/Alice Memory Snooper
#AMS_INCLUDE = -I"$(AMS_HOME)/include"
#AMS_LIB     = -L"$(AMS_HOME)/src/pubacc/pub/Release" -L"$(AMS_HOME)/src/util/Release" -L"$(AMS_HOME)/src/mpiuni/Release"  amspub.lib amsutil.lib amsmpiuni.lib wsock32.lib
#PETSC_HAVE_AMS = -DPETSC_HAVE_AMS

