# # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # SLEPc - Scalable Library for Eigenvalue Problem Computations # Copyright (c) 2002-2010, Universidad Politecnica de Valencia, Spain # # This file is part of SLEPc. # # SLEPc is free software: you can redistribute it and/or modify it under the # terms of version 3 of the GNU Lesser General Public License as published by # the Free Software Foundation. # # SLEPc is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for # more details. # # You should have received a copy of the GNU Lesser General Public License # along with SLEPc. If not, see . # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # # gokhale_fc9 #SLEPC_DIR=/opt/SlepC/slepc-3.1-p6 #SLEPC_DIR=/opt/SlepC/slepc-3.2-p5 SLEPC_DIR=/opt/SlepC/slepc-3.3-p1 #PETSC_ARCH =linux-gcc-g++-openmpi-mumps #PETSC_ARCH=linux-gcc-g++-asdopenmpi-mumps PETSC_ARCH=linux-gcc-g++-mpich-mumps #PETSC_DIR=/opt/petsc/petsc-3.2-p7 PETSC_DIR=/opt/petsc/petsc-3.3-p2 #asdmaster #SLEPC_DIR = /opt/programs/slepc-3.1-p6 #SLEPC_ARCH = linux-gcc-g++ #PETSC_DIR = /opt/programs/petsc-3.1-p8 CFLAGS = FFLAGS = CPPFLAGS = FPPFLAGS = LOCDIR = src/examples/ include ${SLEPC_DIR}/conf/slepc_common $(warning Number of processses = ${NP} Number of Eigenvalues= ${NEV} ) waigen: waigen.o chkopts ${RM} waigen -${CLINKER} -o waigen waigen.o ${SLEPC_LIB} ${RM} waigen.o ${CP} waigen ../bin waimat: waimat.o chkopts ${RM} waimat -${CLINKER} -o waimat waimat.o ${SLEPC_LIB} ${RM} waimat.o ${CP} waimat ../bin superclean: ${RM} *.o