# # 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 = -lf # # Location of BLAS and LAPACK. These libraries are available via Netlib, # or see $(BS_DIR)/readme for information on retrieving a subset. # BLAS_LIB = -lkmath LAPACK_LIB = /ump/hpcc/home05/bsmith/lapack/lapack.a # LAPACK_LIB = /users/u98/u12461/lapack.a # # Location of X-windows software # X11_INCLUDE = X11_LIB = -lX11 # # Location of BlockSolve95 # BS_INCLUDE = -I/ump/hpcc/home05/bsmith/BlockSolve95/include BS_LIB = /ump/hpcc/home05/bsmith/BlockSolve95/lib/lib$(BOPT)/$(PETSC_ARCH)/libBS95.a # # Location of MPI (Message Passing Interface) software # MPI_LIB = /ump/hpcc/home02/keyes/mpich/lib/paragon/ch_nx/libmpi.a MPI_INCLUDE = -I/ump/hpcc/home02/keyes/mpich/include MPIRUN = /ump/hpcc/home02/keyes/mpich/bin/mpirun # MPI_LIB = /usr/local/apps/mpi/lib/paragon/ch_nx/libmpi.a # MPI_INCLUDE = -Dmpi -I/usr/local/apps/mpi/include # MPIRUN = /usr/local/apps/mpi/bin/mpirun # # PCONF - indicates which external packages are available at your site # PCONF = #