# # 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 # # FC_LIB contains the libraries for a CLINKER to use for code containing # FORTRAN code (such as I/O or special Fortran runtimes). # The extra -lm is needed to force the C version of libm.a to # be searched before the Fortran 77 version. # FC_LIB = -lf2c -lm # # 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.a $(FC_LIB) LAPACK_LIB = /home/bsmith/lapack/lapack.a # # Location of X-windows software # X11_INCLUDE = X11_LIB = -L/usr/X11/lib -lX11 # # Location of MPI (Message Passing Interface) software # MPI_LIB = /home/bsmith/mpich/lib/linux/ch_p4/libmpi.a MPI_INCLUDE = -Dmpi -I/home/bsmith/mpich/include MPIRUN = /home/bsmith/mpich/bin/mpirun # # Location of BlockSolve95 # BS_INCLUDE = BS_LIB = # # PCONF - indicates which external packages are available at your site # PCONF = #