# # 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 = -lfpe -lsun -lF77 -lU77 -lI77 -lisam FC_LIB = -lftn # # Location of BLAS and LAPACK. These libraries are available via Netlib. # BLAS usually comes with SGI. # BLAS_LIB = -lblas LAPACK_LIB = /home/bsmith/lapack/lapack_IRIX.a $(FC_LIB) LAPACK_LIB = /home/bsmith/lapack/lapack_IRIX.a # # Location of X-windows software # X11_INCLUDE = X11_LIB = -lX11 # # Location of BlockSolve95 # BS_INCLUDE = -I/home/plassman/BlockSolve95/BlockSolve95/include BS_LIB = /home/plassman/BlockSolve95/BlockSolve95/lib/lib$(BOPT)/$(PETSC_ARCH)/libBS95.a # # Location of MPI (Message Passing Interface) software # MPI_LIB = /usr/local/mpi/lib/IRIX/ch_shmem/libmpi.a MPI_INCLUDE = -I/usr/local/mpi/include MPIRUN = /usr/local/mpi/bin/mpirun.ch_shmem MPI_LIB = /home/gropp/mpich/lib/IRIX/ch_p4/libmpi.a MPI_INCLUDE = -I/home/gropp/mpich/include MPIRUN = /home/gropp/mpich/bin/mpirun.ch_p4 # # PCONF - indicates which external packages are available at your site # PCONF = #