* arpackmm: improve command line.
* [BUG FIX] arpackmm: run arpack with real or imag shift.
* [BUG FIX] arpackmm: make sure the restart file is written.
* [BUG FIX] arpackmm: rewrite the test.
- Do NOT use eval in bash script which does NOT return command exit code.
- Use a dedicated maxResNorm to test the residual (no point to deduce
it from tol).
* Update .gitignore.
* Update CHANGELOG.
83 lines
1.3 KiB
Plaintext
83 lines
1.3 KiB
Plaintext
.hgignore
|
|
|
|
# Generated by `autoreconf`
|
|
Makefile.in
|
|
aclocal.m4
|
|
configure
|
|
autom4te.cache/
|
|
build-aux/
|
|
m4/libtool.m4
|
|
m4/lt*.m4
|
|
|
|
# Generated by `./configure`
|
|
Makefile
|
|
config.log
|
|
config.status
|
|
libtool
|
|
.deps/
|
|
arpack*.pc
|
|
parpack*.pc
|
|
arpackdef.h
|
|
arpackicb.h
|
|
tstAutotoolsInstall.sh
|
|
cmake/arpackng-config-version.cmake
|
|
cmake/arpackng-config.cmake
|
|
|
|
# Generated by `make`
|
|
.dirstamp
|
|
*.o
|
|
*.mod
|
|
*.lo
|
|
*.la
|
|
.libs/
|
|
|
|
# CMake build directories
|
|
BUILD
|
|
Build
|
|
build
|
|
|
|
# Generated by `make check`
|
|
*.log
|
|
*.trs
|
|
TESTS/dnsimp
|
|
TESTS/bug_1315_double
|
|
TESTS/bug_1315_single
|
|
TESTS/bug_1323
|
|
TESTS/bug_58_double
|
|
TESTS/bug_79_double_complex
|
|
TESTS/icb_arpack_c
|
|
TESTS/icb_arpack_cpp
|
|
TESTS/bug_142
|
|
TESTS/bug_142_gen
|
|
EXAMPLES/BAND/[sd][sn]bdr[123456]
|
|
EXAMPLES/BAND/[cz]nbdr[1234]
|
|
EXAMPLES/COMPLEX/[cz]ndrv[1234]
|
|
EXAMPLES/NONSYM/[sd]ndrv[123456]
|
|
EXAMPLES/SIMPLE/[sd]ssimp
|
|
EXAMPLES/SIMPLE/[sdcz]nsimp
|
|
EXAMPLES/SVD/[sd]svd
|
|
EXAMPLES/SYM/[sd]sdrv[123456]
|
|
EXAMPLES/MATRIX_MARKET/arpackmm
|
|
EXAMPLES/MATRIX_MARKET/arpackSolver.resid.out
|
|
EXAMPLES/MATRIX_MARKET/arpackSolver.v.out
|
|
PARPACK/EXAMPLES/MPI/p[sd]ndrv[13]
|
|
PARPACK/EXAMPLES/MPI/p[sd]sdrv1
|
|
PARPACK/EXAMPLES/MPI/p[cz]ndrv1
|
|
PARPACK/TESTS/MPI/icb_parpack_c
|
|
PARPACK/TESTS/MPI/icb_parpack_cpp
|
|
PARPACK/TESTS/MPI/issue46
|
|
|
|
*.lib
|
|
*.def
|
|
*.dll
|
|
*.bak
|
|
*.exp
|
|
*.u2d
|
|
*.suo
|
|
VISUAL_STUDIO/Release MKL/
|
|
VISUAL_STUDIO/bin/
|
|
|
|
# Temporary files
|
|
*~
|
|
\#*#
|