# # 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/libf.a /usr/lib/libf.sl # # Location of BLAS and LAPACK. These libraries are available via Netlib, # or see $(BS_DIR)/readme for information on retrieving a subset. # BLAS_LIB = /home/bsmith/lapack/blas_hpux.a LAPACK_LIB = /home/bsmith/lapack/lapack_hpux.a $(FC_LIB) # # Location of X-windows software # X11_INCLUDE = -I/usr/local/X11R5/include X11_LIB = /usr/lib/X11R5/libX11.sl # # Location of MPI (Message Passing Interface) software # MPI_LIB = /usr/local/mpi/lib/hpux/ch_p4/libmpi.a MPI_INCLUDE = -Dmpi -I/usr/local/mpi/include MPIRUN = /usr/local/mpi/bin/mpirun # # Location of BlockSolve95 # BS_INCLUDE = -I/home/plassman/BlockSolve95/BlockSolve95/include BS_LIB = /home/plassman/BlockSolve95/BlockSolve95/lib/lib$(BOPT)/$(PETSC_ARCH)/libBS95.a # # PCONF - indicates which external packages are available at your site # PCONF = #