/trunk/src/mat/examples/readme
New file
0,0 → 1,18
| |
| SLEPc example matrices |
| ---------------------- |
| |
| Saved in MATMPIAIJ format with a PetscViewerBinary. |
| |
| |
| File Name Description |
| ---------------------------------------------------------------------------- |
| rdb200 Brusselator real unsymmetric, 200 by 200, 1120 entries |
| |
| bfw62a Waveguide real unsymmetric, 62 by 62, 450 entries |
| bfw62b real symmetric indefinite, 62 by 62, 342 entries |
| |
| speaker107m Speaker quadratic eigenvalue problem |
| speaker107c |
| speaker107k |
| |
/trunk/src/qep/examples/tutorials/makefile
28,9 → 28,9
| EXAMPLESF = ex16f90.F90 |
| MANSEC = QEP |
| |
| TESTEXAMPLES_C = ex16.PETSc runex16_1 ex16.rm |
| TESTEXAMPLES_C_NOCOMPLEX = ex17.PETSc runex17_1 ex17.rm |
| TESTEXAMPLES_F90 = ex16f90.PETSc runex16f90_1 ex16f90.rm |
| TESTEXAMPLES_C = ex16.PETSc runex16_1 ex16.rm \ |
| ex17.PETSc runex17_1 ex17.rm |
| TESTEXAMPLES_F90 = ex16f90.PETSc runex16f90_1 ex16f90.rm |
| |
| include ${SLEPC_DIR}/conf/slepc_common |
| |
47,7 → 47,6
| ${RM} ex17.o |
| |
| #------------------------------------------------------------------------------------ |
| DATAPATH = ${SLEPC_DIR}/share/slepc/datafiles/matrices |
| |
| runex16_1: |
| -@${MPIEXEC} -np 1 ./ex16 -qep_nev 4 -qep_ncv 20 -qep_terse > ex16_1.tmp 2>&1; \ |
62,7 → 61,7
| ${RM} -f ex16f90_1.tmp |
| |
| runex17_1: |
| -@${MPIEXEC} -np 1 ./ex17 -M ${DATAPATH}/speaker107m.petsc -C ${DATAPATH}/speaker107c.petsc -K ${DATAPATH}/speaker107k.petsc -qep_linear_explicitmatrix -qep_nev 4 -qep_ncv 20 -qep_tol 1e-9 -qep_terse > ex17_1.tmp 2>&1; \ |
| -@${MPIEXEC} -np 1 ./ex17 -M ${SLEPC_DIR}/src/mat/examples/speaker107m.petsc -C ${SLEPC_DIR}/src/mat/examples/speaker107c.petsc -K ${SLEPC_DIR}/src/mat/examples/speaker107k.petsc -qep_linear_explicitmatrix -qep_nev 4 -qep_ncv 20 -qep_tol 1e-9 -qep_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 |
/trunk/src/eps/examples/tutorials/makefile
29,17 → 29,17
| EXAMPLESF = ex1f.F ex1f90.F90 ex6f.F |
| MANSEC = EPS |
| |
| TESTEXAMPLES_C = ex2.PETSc runex2_1 ex2.rm \ |
| ex3.PETSc runex3_1 ex3.rm \ |
| ex5.PETSc runex5_1 ex5.rm \ |
| ex9.PETSc runex9_1 ex9.rm \ |
| ex11.PETSc runex11_1 ex11.rm \ |
| ex13.PETSc runex13_1 ex13.rm \ |
| ex18.PETSc runex18_1 ex18.rm |
| TESTEXAMPLES_C_NOCOMPLEX = ex4.PETSc runex4_1 ex4.rm \ |
| ex7.PETSc runex7_1 ex7.rm |
| TESTEXAMPLES_C = ex2.PETSc runex2_1 ex2.rm \ |
| ex3.PETSc runex3_1 ex3.rm \ |
| ex4.PETSc runex4_1 ex4.rm \ |
| ex5.PETSc runex5_1 ex5.rm \ |
| ex7.PETSc runex7_1 ex7.rm \ |
| ex9.PETSc runex9_1 ex9.rm \ |
| ex11.PETSc runex11_1 ex11.rm \ |
| ex13.PETSc runex13_1 ex13.rm \ |
| ex18.PETSc runex18_1 ex18.rm |
| TESTEXAMPLES_FORTRAN_NOCOMPLEX = ex6f.PETSc runex6f_1 ex6f.rm |
| TESTEXAMPLES_F90 = ex1f90.PETSc runex1f90_1 ex1f90.rm |
| TESTEXAMPLES_F90 = ex1f90.PETSc runex1f90_1 ex1f90.rm |
| |
| include ${SLEPC_DIR}/conf/slepc_common |
| |
104,7 → 104,6
| ${RM} ex19.o |
| |
| #------------------------------------------------------------------------------------ |
| DATAPATH = ${SLEPC_DIR}/share/slepc/datafiles/matrices |
| |
| runex1_1: |
| -@${MPIEXEC} -np 1 ./ex1 > ex1_1.tmp 2>&1; \ |
158,7 → 157,7
| ${RM} -f ex3_1.tmp |
| |
| runex4_1: |
| -@${MPIEXEC} -np 1 ./ex4 -file ${DATAPATH}/rdb200.petsc -eps_nev 4 -eps_terse > ex4_1.tmp 2>&1; \ |
| -@${MPIEXEC} -np 1 ./ex4 -file ${SLEPC_DIR}/src/mat/examples/rdb200.petsc -eps_nev 4 -eps_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 |
176,7 → 175,7
| ${RM} -f ex6f_1.tmp |
| |
| runex7_1: |
| -@${MPIEXEC} -np 1 ./ex7 -f1 ${DATAPATH}/bfw62a.petsc -f2 ${DATAPATH}/bfw62b.petsc -eps_nev 4 -eps_terse > ex7_1.tmp 2>&1; \ |
| -@${MPIEXEC} -np 1 ./ex7 -f1 ${SLEPC_DIR}/src/mat/examples/bfw62a.petsc -f2 ${SLEPC_DIR}/src/mat/examples/bfw62b.petsc -eps_nev 4 -eps_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 |
/trunk/src/svd/examples/tutorials/makefile
28,9 → 28,9
| EXAMPLESF = ex15f.F |
| MANSEC = SVD |
| |
| TESTEXAMPLES_C = ex8.PETSc runex8_1 ex8.rm |
| TESTEXAMPLES_C_NOCOMPLEX = ex14.PETSc runex14_1 ex14.rm |
| TESTEXAMPLES_FORTRAN = |
| TESTEXAMPLES_C = ex8.PETSc runex8_1 ex8.rm \ |
| ex14.PETSc runex14_1 ex14.rm |
| TESTEXAMPLES_FORTRAN = |
| |
| include ${SLEPC_DIR}/conf/slepc_common |
| |
51,7 → 51,6
| ${RM} ex15f.o |
| |
| #------------------------------------------------------------------------------------ |
| DATAPATH = ${SLEPC_DIR}/share/slepc/datafiles/matrices |
| |
| runex8_1: |
| -@${MPIEXEC} -np 1 ./ex8 > ex8_1.tmp 2>&1; \ |
60,7 → 59,7
| ${RM} -f ex8_1.tmp |
| |
| runex14_1: |
| -@${MPIEXEC} -np 1 ./ex14 -file ${DATAPATH}/rdb200.petsc -svd_nsv 4 -svd_terse > ex14_1.tmp 2>&1; \ |
| -@${MPIEXEC} -np 1 ./ex14 -file ${SLEPC_DIR}/src/mat/examples/rdb200.petsc -svd_nsv 4 -svd_terse > ex14_1.tmp 2>&1; \ |
| if (${DIFF} output/ex14_1.out ex14_1.tmp) then true; \ |
| else echo "Possible problem with ex14_1, diffs above"; fi; \ |
| ${RM} -f ex14_1.tmp |