# # 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 # # FCLIB contains the libraries for a CLINKER to use for code containing # FORTRAN code (such as I/O or special Fortran runtimes). # FC_LIB = /usr/lib/libfor.a /usr/lib/libutil.a \ /usr/lib/libFutil.a /usr/lib/libots.a # # Location of BLAS and LAPACK. These libraries are available via Netlib, # or see $(BS_DIR)/readme for information on retrieving a subset. # If you are lucky, you may have the DEC Alpha math library installed on # your machine. The library name is dxml as indicated below, it contains # both BLAS and Lapack. # BLAS_LIB = -ldxml LAPACK_LIB = # BLAS_LIB = /home/sc/blaslapack/blas.a $(FC_LIB) LAPACK_LIB = /home/sc/blaslapack/lapack.a # # Location of X-windows software # X11_INCLUDE = X11_LIB = -lX11 # # Location of BlockSolve95 # BS_INCLUDE = -I/home/sc/BlockSolve95/include BS_LIB = /home/sc/BlockSolve95/lib/lib$(BOPT)/$(PETSC_ARCH)/libBS95.a # # Location of MPI (Message Passing Interface) software # MPI_LIB = /usr/local/mpi/lib/alpha/ch_p4/libmpi.a MPI_INCLUDE = -I/usr/local/mpi/include MPIRUN = /usr/local/mpi/bin/mpirun MPI_LIB = /home/sc/mpich/lib/alpha/ch_p4/libmpi.a MPI_INCLUDE = -I/home/sc/mpich/include MPIRUN = /home/sc/mpich/bin/mpirun # # PCONF - indicates which external packages are available at your site # # PCONF = -DHAVE_DXML