slepc-3.7.4 2017-05-17
#
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# SLEPc - Scalable Library for Eigenvalue Problem Computations
# Copyright (c) 2002-2016, Universitat 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 <http://www.gnu.org/licenses/>.
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
CFLAGS =
FFLAGS =
CPPFLAGS =
FPPFLAGS =
LOCDIR = src/pep/examples/tutorials/
EXAMPLESC = ex16.c ex17.c ex28.c
EXAMPLESF = ex16f90.F90
MANSEC = PEP
TESTEXAMPLES_C = ex16.PETSc runex16_1 ex16.rm \
ex28.PETSc runex28_1 ex28.rm
TESTEXAMPLES_C_NOCOMPLEX = ex17.PETSc runex17_1 ex17.rm
TESTEXAMPLES_F90 = ex16f90.PETSc runex16f90_1 ex16f90.rm
include ${SLEPC_DIR}/lib/slepc/conf/slepc_common
ex16: ex16.o chkopts
-${CLINKER} -o ex16 ex16.o ${SLEPC_PEP_LIB}
${RM} ex16.o
ex16f90: ex16f90.o chkopts
-${FLINKER} -o ex16f90 ex16f90.o ${SLEPC_PEP_LIB}
${RM} ex16f90.o
ex17: ex17.o chkopts
-${CLINKER} -o ex17 ex17.o ${SLEPC_PEP_LIB}
${RM} ex17.o
ex28: ex28.o chkopts
-${CLINKER} -o ex28 ex28.o ${SLEPC_PEP_LIB}
${RM} ex28.o
#------------------------------------------------------------------------------------
DATAPATH = ${SLEPC_DIR}/share/slepc/datafiles/matrices
runex16_1:
-@${MPIEXEC} -n 1 ./ex16 -pep_nev 4 -terse > ex16_1.tmp 2>&1; \
if (${DIFF} output/ex16_1.out ex16_1.tmp) then true; \
else echo "Possible problem with ex16_1, diffs above"; fi; \
${RM} -f ex16_1.tmp
runex16f90_1:
-@${MPIEXEC} -n 1 ./ex16f90 -pep_nev 4 -terse > ex16f90_1.tmp 2>&1; \
if (${DIFF} output/ex16f90_1.out ex16f90_1.tmp) then true; \
else echo "Possible problem with ex16f90_1, diffs above"; fi; \
${RM} -f ex16f90_1.tmp
runex17_1:
-@if [ "${PETSC_PRECISION}" != "double" ] || (${GREP} USE_64BIT_INDICES ${PETSC_DIR}/${PETSC_ARCH}/include/petscconf.h > /dev/null 2>&1) then \
echo "Skipping ex17 test"; \
else \
${MPIEXEC} -n 1 ./ex17 -A ${DATAPATH}/speaker107k.petsc,${DATAPATH}/speaker107c.petsc,${DATAPATH}/speaker107m.petsc -pep_nev 4 -pep_ncv 20 -pep_tol 1e-14 -pep_scale both -terse > ex17_1.tmp 2>&1; \
if (${DIFF} output/ex17_1.out ex17_1.tmp) then true; \
else echo "Possible problem with ex17_1, diffs above"; fi; \
${RM} -f ex17_1.tmp; \
fi
runex28_1:
-@${MPIEXEC} -n 1 ./ex28 -pep_nev 4 -terse > ex28_1.tmp 2>&1; \
if (${DIFF} output/ex28_1.out ex28_1.tmp) then true; \
else echo "Possible problem with ex28_1, diffs above"; fi; \
${RM} -f ex28_1.tmp