# # 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 = /home/trishul/plassman/blaslapack/libF77.a \ /home/trishul/plassman/blaslapack/libM77.a \ /home/trishul/plassman/blaslapack/libsunmath.a FC_LIB = /opt/SUNWspro/SC4.0/lib/libF77.a \ /opt/SUNWspro/SC4.0/lib/libM77.a \ /opt/SUNWspro/SC4.0/lib/libsunmath.a # # 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/trishul/plassman/blaslapack/blas_SUN4SOL2.a $(FC_LIB) LAPACK_LIB = /home/trishul/plassman/blaslapack/lapack_SUN4SOL2.a BLAS_LIB = /src/icl/LAPACK_LIBS/blas_SUN4SOL2.a LAPACK_LIB = /src/icl/LAPACK_LIBS/lapack_SUN4SOL2.a # # Location of X-windows software # X11_INCLUDE = X11_LIB = -L/usr/openwin/lib -lX11 # # Location of MPI (Message Passing Interface) software # MPI_LIB = /home/trishul/plassman/mpich/lib/solaris/ch_p4/libmpi.a\ -lnsl -lsocket -lgen MPI_INCLUDE = -Dmpi -I/home/trishul/plassman/mpich/include MPIRUN = /home/trishul/plassman/mpich/bin/mpirun.solaris MPI_LIB = /home/plassman/mpich/lib/solaris/ch_p4/libmpi.a MPI_INCLUDE = -I/home/plassman/mpich/include MPIRUN = /home/plassman/mpich/bin/mpirun # # Location of BlockSolve95 # BS_INCLUDE = -I/home/trishul/plassman/BlockSolve95/include BS_LIB = /home/trishul/plassman/BlockSolve95/lib/lib$(BOPT)/$(PETSC_ARCH)/libBS95.a BS_INCLUDE = -I/home/plassman/BlockSolve95/include BS_LIB = /home/plassman/BlockSolve95/lib/lib$(BOPT)/$(PETSC_ARCH)/libBS95.a # # Optional Matlab location, remove if not needed. # MATLAB_LIB = MATLAB_INCLUDE = CMEX = # # PCONF - indicates which external packages are available at your site # PCONF = #