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/eps/examples/tutorials/
EXAMPLESC = ex1.c ex2.c ex3.c ex4.c ex5.c ex7.c ex9.c ex10.c ex11.c ex12.c ex13.c \
ex18.c ex19.c ex24.c ex25.c ex29.c ex30.c ex31.c
EXAMPLESF = ex1f.F ex1f90.F90 ex6f.F
MANSEC = EPS
TESTEXAMPLES_C = ex2.PETSc runex2_1 runex2_ciss_1 runex2_ciss_2 ex2.rm \
ex3.PETSc runex3_1 ex3.rm \
ex5.PETSc runex5_1 ex5.rm \
ex9.PETSc runex9_1 runex9_2 ex9.rm \
ex10.PETSc runex10_1 ex10.rm \
ex11.PETSc runex11_1 ex11.rm \
ex12.PETSc runex12_1 ex12.rm \
ex13.PETSc runex13_1 ex13.rm \
ex18.PETSc runex18_1 ex18.rm \
ex24.PETSc runex24_1 ex24.rm \
ex29.PETSc runex29_1 ex29.rm \
ex30.PETSc runex30_1 ex30.rm
TESTEXAMPLES_C_NOCOMPLEX = ex4.PETSc runex4_1 ex4.rm \
ex7.PETSc runex7_1 ex7.rm \
ex25.PETSc runex25_1 ex25.rm \
ex31.PETSc runex31_1 ex31.rm
TESTEXAMPLES_FORTRAN_NOCOMPLEX = ex6f.PETSc runex6f_1 ex6f.rm
TESTEXAMPLES_F90 = ex1f90.PETSc runex1f90_1 ex1f90.rm
TESTEXAMPLES_DATAFILESPATH_COMPLEX = ex4.PETSc runex4_ciss_1 ex4.rm \
ex7.PETSc runex7_ciss_1 ex7.rm
include ${SLEPC_DIR}/lib/slepc/conf/slepc_common
ex1: ex1.o chkopts
-${CLINKER} -o ex1 ex1.o ${SLEPC_EPS_LIB}
${RM} ex1.o
ex1f: ex1f.o chkopts
-${FLINKER} -o ex1f ex1f.o ${SLEPC_EPS_LIB}
${RM} ex1f.o
ex1f90: ex1f90.o chkopts
-${FLINKER} -o ex1f90 ex1f90.o ${SLEPC_EPS_LIB}
${RM} ex1f90.o
ex2: ex2.o chkopts
-${CLINKER} -o ex2 ex2.o ${SLEPC_EPS_LIB}
${RM} ex2.o
ex3: ex3.o chkopts
-${CLINKER} -o ex3 ex3.o ${SLEPC_EPS_LIB}
${RM} ex3.o
ex4: ex4.o chkopts
-${CLINKER} -o ex4 ex4.o ${SLEPC_EPS_LIB}
${RM} ex4.o
ex5: ex5.o chkopts
-${CLINKER} -o ex5 ex5.o ${SLEPC_EPS_LIB}
${RM} ex5.o
ex6f: ex6f.o chkopts
-${FLINKER} -o ex6f ex6f.o ${SLEPC_EPS_LIB}
${RM} ex6f.o
ex7: ex7.o chkopts
-${CLINKER} -o ex7 ex7.o ${SLEPC_EPS_LIB}
${RM} ex7.o
ex9: ex9.o chkopts
-${CLINKER} -o ex9 ex9.o ${SLEPC_EPS_LIB}
${RM} ex9.o
ex10: ex10.o chkopts
-${CLINKER} -o ex10 ex10.o ${SLEPC_EPS_LIB}
${RM} ex10.o
ex11: ex11.o chkopts
-${CLINKER} -o ex11 ex11.o ${SLEPC_EPS_LIB}
${RM} ex11.o
ex12: ex12.o chkopts
-${CLINKER} -o ex12 ex12.o ${SLEPC_EPS_LIB}
${RM} ex12.o
ex13: ex13.o chkopts
-${CLINKER} -o ex13 ex13.o ${SLEPC_EPS_LIB}
${RM} ex13.o
ex18: ex18.o chkopts
-${CLINKER} -o ex18 ex18.o ${SLEPC_EPS_LIB}
${RM} ex18.o
ex19: ex19.o chkopts
-${CLINKER} -o ex19 ex19.o ${SLEPC_EPS_LIB}
${RM} ex19.o
ex24: ex24.o chkopts
-${CLINKER} -o ex24 ex24.o ${SLEPC_EPS_LIB}
${RM} ex24.o
ex25: ex25.o chkopts
-${CLINKER} -o ex25 ex25.o ${SLEPC_EPS_LIB}
${RM} ex25.o
ex29: ex29.o chkopts
-${CLINKER} -o ex29 ex29.o ${SLEPC_EPS_LIB}
${RM} ex29.o
ex30: ex30.o chkopts
-${CLINKER} -o ex30 ex30.o ${SLEPC_EPS_LIB}
${RM} ex30.o
ex31: ex31.o chkopts
-${CLINKER} -o ex31 ex31.o ${SLEPC_EPS_LIB}
${RM} ex31.o
#------------------------------------------------------------------------------------
DATAPATH = ${SLEPC_DIR}/share/slepc/datafiles/matrices
runex1_1:
-@${MPIEXEC} -n 1 ./ex1 > ex1_1.tmp 2>&1; \
if (${DIFF} output/ex1_1.out ex1_1.tmp) then true; \
else echo "Possible problem with ex1_1, diffs above"; fi; \
${RM} -f ex1_1.tmp
runex1f_1:
-@${MPIEXEC} -n 1 ./ex1f > ex1f_1.tmp 2>&1; \
if (${DIFF} output/ex1f_1.out ex1f_1.tmp) then true; \
else echo "Possible problem with ex1f_1, diffs above"; fi; \
${RM} -f ex1f_1.tmp
runex1f90_1:
-@${MPIEXEC} -n 1 ./ex1f90 -eps_nev 4 -terse > ex1f90_1.tmp 2>&1; \
if (${DIFF} output/ex1f90_1.out ex1f90_1.tmp) then true; \
else echo "Possible problem with ex1f90_1, diffs above"; fi; \
${RM} -f ex1f90_1.tmp
runex2_1:
-@${MPIEXEC} -n 1 ./ex2 -eps_nev 4 -terse > ex2_1.tmp 2>&1; \
if (${DIFF} output/ex2_1.out ex2_1.tmp) then true; \
else echo "Possible problem with ex2_1, diffs above"; fi; \
${RM} -f ex2_1.tmp
runex2_ciss_1:
-@if [ "${PETSC_PRECISION}" != "double" ]; then \
echo "Skipping ex2_ciss_1 test"; \
else \
${MPIEXEC} -n 1 ./ex2 -n 30 -eps_type ciss -rg_type interval -rg_interval_endpoints 1.1,1.25 -terse > ex2_ciss.tmp 2>&1; \
if (${DIFF} output/ex2_ciss.out ex2_ciss.tmp) then true; \
else echo "Possible problem with ex2_ciss_1, diffs above"; fi; \
${RM} -f ex2_ciss.tmp; \
fi
runex2_ciss_2:
-@if [ "${PETSC_PRECISION}" != "double" ]; then \
echo "Skipping ex2_ciss_2 test"; \
else \
${MPIEXEC} -n 2 ./ex2 -n 30 -eps_type ciss -rg_type ellipse -rg_ellipse_center 1.175 -rg_ellipse_radius 0.075 -eps_ciss_partitions 2 -terse > ex2_ciss.tmp 2>&1; \
if (${DIFF} output/ex2_ciss.out ex2_ciss.tmp) then true; \
else echo "Possible problem with ex2_ciss_2, diffs above"; fi; \
${RM} -f ex2_ciss.tmp; \
fi
runex3_1:
-@${MPIEXEC} -n 1 ./ex3 -eps_nev 4 -terse > ex3_1.tmp 2>&1; \
if (${DIFF} output/ex3_1.out ex3_1.tmp) then true; \
else echo "Possible problem with ex3_1, diffs above"; fi; \
${RM} -f ex3_1.tmp
runex4_1:
-@if [ "${PETSC_PRECISION}" != "double" ] || (${GREP} USE_64BIT_INDICES ${PETSC_DIR}/${PETSC_ARCH}/include/petscconf.h > /dev/null 2>&1) then \
echo "Skipping ex4 test"; \
else \
${MPIEXEC} -n 1 ./ex4 -file ${DATAPATH}/rdb200.petsc -eps_nev 4 -terse > ex4_1.tmp 2>&1; \
if (${DIFF} output/ex4_1.out ex4_1.tmp) then true; \
else echo "Possible problem with ex4_1, diffs above"; fi; \
${RM} -f ex4_1.tmp; \
fi
runex4_ciss_1:
-@${MPIEXEC} -n 1 ./ex4 -file $(DATAFILESPATH)/matrices/complex/qc324.petsc -eps_type ciss -rg_type ellipse -rg_ellipse_center -.012-.08i -rg_ellipse_radius .05 -terse > ex4_ciss_1.tmp 2>&1; \
if (${DIFF} output/ex4_ciss_1.out ex4_ciss_1.tmp) then true; \
else echo "Possible problem with ex4_ciss_1, diffs above"; fi; \
${RM} -f ex4_ciss_1.tmp;
runex5_1:
-@${MPIEXEC} -n 1 ./ex5 -st_shift 1 -eps_nev 4 -terse > ex5_1.tmp 2>&1; \
if (${DIFF} output/ex5_1.out ex5_1.tmp) then true; \
else echo "Possible problem with ex5_1, diffs above"; fi; \
${RM} -f ex5_1.tmp
runex6f_1:
-@${MPIEXEC} -n 1 ./ex6f -eps_max_it 1000 -eps_ncv 12 -eps_tol 1e-5 -eps_nev 4 -terse > ex6f_1.tmp 2>&1; \
if (${DIFF} output/ex6f_1.out ex6f_1.tmp) then true; \
else echo "Possible problem with ex6f_1, diffs above"; fi; \
${RM} -f ex6f_1.tmp
runex7_1:
-@if [ "${PETSC_PRECISION}" != "double" ] || (${GREP} USE_64BIT_INDICES ${PETSC_DIR}/${PETSC_ARCH}/include/petscconf.h > /dev/null 2>&1) then \
echo "Skipping ex7 test"; \
else \
${MPIEXEC} -n 1 ./ex7 -f1 ${DATAPATH}/bfw62a.petsc -f2 ${DATAPATH}/bfw62b.petsc -eps_nev 4 -terse > ex7_1.tmp 2>&1; \
if (${DIFF} output/ex7_1.out ex7_1.tmp) then true; \
else echo "Possible problem with ex7_1, diffs above"; fi; \
${RM} -f ex7_1.tmp; \
fi
runex7_ciss_1:
-@${MPIEXEC} -n 1 ./ex7 -f1 $(DATAFILESPATH)/matrices/complex/mhd1280a.petsc -f2 $(DATAFILESPATH)/matrices/complex/mhd1280b.petsc -eps_type ciss -eps_ciss_usest 0 -eps_ciss_quadrule chebyshev -rg_type ring -rg_ring_center 0 -rg_ring_radius .5 -rg_ring_width 0.2 -rg_ring_startangle .25 -rg_ring_endangle .5 -terse > ex7_ciss_1.tmp 2>&1; \
if (${DIFF} output/ex7_ciss_1.out ex7_ciss_1.tmp) then true; \
else echo "Possible problem with ex7_ciss_1, diffs above"; fi; \
${RM} -f ex7_ciss_1.tmp;
runex9_1:
-@${MPIEXEC} -n 1 ./ex9 -eps_nev 4 -terse > ex9_1.tmp 2>&1; \
if (${DIFF} output/ex9_1.out ex9_1.tmp) then true; \
else echo "Possible problem with ex9_1, diffs above"; fi; \
${RM} -f ex9_1.tmp
runex9_2:
-@${MPIEXEC} -n 1 ./ex9 -eps_nev 8 -eps_max_it 300 -eps_target -28 -rg_type interval -rg_interval_endpoints -40,-20,-.1,.1 -terse > ex9_2.tmp 2>&1; \
if (${DIFF} output/ex9_2.out ex9_2.tmp) then true; \
else echo "Possible problem with ex9_2, diffs above"; fi; \
${RM} -f ex9_2.tmp
runex10_1:
-@${MPIEXEC} -n 1 ./ex10 -eps_nev 5 -st_type shell -terse > ex10_1.tmp 2>&1; \
if (${DIFF} output/ex10_1.out ex10_1.tmp) then true; \
else echo "Possible problem with ex10_1, diffs above"; fi; \
${RM} -f ex10_1.tmp
runex11_1:
-@${MPIEXEC} -n 1 ./ex11 -eps_nev 4 -terse > ex11_1.tmp 2>&1; \
if (${DIFF} output/ex11_1.out ex11_1.tmp) then true; \
else echo "Possible problem with ex11_1, diffs above"; fi; \
${RM} -f ex11_1.tmp
runex12_1:
-@${MPIEXEC} -n 1 ./ex12 -eps_krylovschur_nev 30 > ex12_1.tmp 2>&1; \
if (${DIFF} output/ex12_1.out ex12_1.tmp) then true; \
else echo "Possible problem with ex12_1, diffs above"; fi; \
${RM} -f ex12_1.tmp
runex13_1:
-@${MPIEXEC} -n 1 ./ex13 -eps_nev 4 -terse > ex13_1.tmp 2>&1; \
if (${DIFF} output/ex13_1.out ex13_1.tmp) then true; \
else echo "Possible problem with ex13_1, diffs above"; fi; \
${RM} -f ex13_1.tmp
runex18_1:
-@${MPIEXEC} -n 1 ./ex18 -eps_nev 4 -terse > ex18_1.tmp 2>&1; \
if (${DIFF} output/ex18_1.out ex18_1.tmp) then true; \
else echo "Possible problem with ex18_1, diffs above"; fi; \
${RM} -f ex18_1.tmp
runex19_1:
-@${MPIEXEC} -n 1 ./ex19 -eps_nev 8 -eps_ncv 64 > ex19_1.tmp 2>&1; \
if (${DIFF} output/ex19_1.out ex19_1.tmp) then true; \
else echo "Possible problem with ex19_1, diffs above"; fi; \
${RM} -f ex19_1.tmp
runex24_1:
-@${MPIEXEC} -n 1 ./ex24 -n 15 -eps_ncv 20 -terse > ex24_1.tmp 2>&1; \
if (${DIFF} output/ex24_1.out ex24_1.tmp) then true; \
else echo "Possible problem with ex24_1, diffs above"; fi; \
${RM} -f ex24_1.tmp
runex25_1:
-@${MPIEXEC} -n 1 ./ex25 -terse > ex25_1.tmp 2>&1; \
if (${DIFF} output/ex25_1.out ex25_1.tmp) then true; \
else echo "Possible problem with ex25_1, diffs above"; fi; \
${RM} -f ex25_1.tmp
runex29_1:
-@${MPIEXEC} -n 1 ./ex29 -m 350 > ex29_1.tmp 2>&1; \
if (${DIFF} output/ex29_1.out ex29_1.tmp) then true; \
else echo "Possible problem with ex29_1, diffs above"; fi; \
${RM} -f ex29_1.tmp
runex30_1:
-@${MPIEXEC} -n 1 ./ex30 -n 100 -terse > ex30_1.tmp 2>&1; \
if (${DIFF} output/ex30_1.out ex30_1.tmp) then true; \
else echo "Possible problem with ex30_1, diffs above"; fi; \
${RM} -f ex30_1.tmp
runex31_1:
-@if [ "${PETSC_PRECISION}" != "double" ] || (${GREP} USE_64BIT_INDICES ${PETSC_DIR}/${PETSC_ARCH}/include/petscconf.h > /dev/null 2>&1) then \
echo "Skipping ex31 test"; \
else \
${MPIEXEC} -n 1 ./ex31 -terse > ex31_1.tmp 2>&1; \
if (${DIFF} output/ex31_1.out ex31_1.tmp) then true; \
else echo "Possible problem with ex31_1, diffs above"; fi; \
${RM} -f ex31_1.tmp; \
fi