# # 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). # FC_LIB = /usr/lib/libxlf.a /usr/lib/libxlf90.a \ -bI:/usr/lpp/xlf/lib/lowsys.exp # # Location of BLAS and LAPACK. These libraries are available via Netlib, # or see $(BS_DIR)/readme for information on retrieving a subset. # Important: If you use the IBM version of lapack you must include # -lessl at the end of the line defining the BLAS libraries. # BLAS_LIB = -lblas $(FC_LIB) LAPACK_LIB = -lessl /usr/local/lapack/lib/lapack.a # # Location of MPI (Message Passing Interface) software # MPI_LIB = /usr/local/mpi/lib/rs6000/ch_p4/libmpi.a MPI_INCLUDE = -I/usr/local/mpi/include MPIRUN = /usr/local/mpi/bin/mpirun # # Location of X-windows software # X11_INCLUDE = X11_LIB = # # Location of BlockSolve95 # BS_INCLUDE = -I/home/curfman/BlockSolve95/include BS_LIB = /home/curfman/BlockSolve95/lib/lib$(BOPT)/$(PETSC_ARCH)/libBS95.a # # Optional Matlab location, remove if not needed. # MATLAB_LIB = /usr/local/matlab/extern/lib/ibm_rs/libmat.a MATLAB_INCLUDE = -I/usr/local/matlab/extern/include CMEX = /usr/local/matlab/bin/cmex # # PCONF - indicates which external packages are available at your site # PCONF = -DHAVE_ESSL -DHAVE_BLOCKSOLVE #