On Mon, 13 Jul 2009, Stanislav Maslovski wrote:
On Sun, 2009-07-12 at 18:56 +0200, Thorsten Alteholz wrote:
Have you read the bug report?

Sorry, you are right, I did not read your report carefully enough.

The trouble seems to be in a call to LAPACK function ZGEEV which does not return. First the results without libatlas3gf-sse2 (lines beginning with DDD are only in my local version of harminv):

sid-vm:~# apt-get remove libatlas3gf-sse2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libatlas3gf-sse2 is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

sid-vm:~# echo 0 0.1 0.2 0.2 0.1 0 -0.1 -0.2 -0.2 -0.1 0 | harminv -v 0-10
# harminv: 11 inputs, dt = 1
frequency, decay constant, Q, amplitude, phase, error
# searching frequency range 0 - 10
# using 100 spectral basis functions, density 0.909091
DDD harminv.c 497: solve_eigenvects: ZGEEV start
DDD harminv.c 499: solve_eigenvects: ZGEEV end
DDD harminv.c 497: solve_eigenvects: ZGEEV start
DDD harminv.c 499: solve_eigenvects: ZGEEV end
DDD harminv.c 497: solve_eigenvects: ZGEEV start
DDD harminv.c 499: solve_eigenvects: ZGEEV end
DDD harminv.c 497: solve_eigenvects: ZGEEV start
DDD harminv.c 499: solve_eigenvects: ZGEEV end
-0.103148, 2.214556e-02, 14.6326, 0.106908, -1.64183, 3.886296e-02
0.103148, 2.214556e-02, 14.6326, 0.106908, 1.64183, 3.886296e-02
# harminv: 2/2 modes are ok: errs <= 1.000000e-01 and inf * 3.886296e-02
, amps >= 0, -1.000000e+00 * 0.106908, |Q| >= 10



Now the results with libatlas3gf-sse2 installed:

sid-vm:~# apt-get install libatlas3gf-sse2
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  libatlas3gf-sse2
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/5713kB of archives.
After this operation, 19.2MB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously deselected package libatlas3gf-sse2.
(Reading database ... 101324 files and directories currently installed.)
Unpacking libatlas3gf-sse2 (from .../libatlas3gf-sse2_3.6.0-24_i386.deb) ...
Setting up libatlas3gf-sse2 (3.6.0-24) ...

sid-vm:~# echo 0 0.1 0.2 0.2 0.1 0 -0.1 -0.2 -0.2 -0.1 0 | harminv -v 0-10
# harminv: 11 inputs, dt = 1
frequency, decay constant, Q, amplitude, phase, error
# searching frequency range 0 - 10
# using 100 spectral basis functions, density 0.909091
DDD harminv.c 497: solve_eigenvects: ZGEEV start


So if you don't mind, the harminv bug can be closed and reopened for libatlas3gf-sse2

   Thorsten




--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to