|
From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-07-24 15:04:22
|
Could you please run this in a debugger and show me the values of p_work, l_work and result, e.g. gdb matrix-lib (gdb) r [wait till it crashes] (gdb) up (gdb) up # not sure how many times (gdb) up (gdb) p l_work (gdb) p p_work (gdb) p result Dan On Wed, Jul 24, 2013 at 10:34 AM, Mailing list used for User Communication and Updates <kal...@li...> wrote: > Hi, > > I tried latest trunk version with MKL. I have no problem when running `make > all`, but get a FAIL when testing. Can anyone help? Thanks. > > > svn revision 2720 trunk > > > configuration line: > $ ./configure --threaded-math=yes --mathlib=MKL --use-cuda=yes > --mkl-root=$MKLROOT --omp-libdir=/opt/intel/lib/intel64 > > > MKL version 11.0 update 5 (latest) > > > Linux version CentOS 6.4 > $ uname -a > Linux 2.6.32-358.6.2.el6.x86_64 #1 SMP Thu May 16 20:59:36 UTC 2013 x86_64 > x86_64 x86_64 GNU/Linux > > > $ gcc -v > Using built-in specs. > Target: x86_64-redhat-linux > Configured with: ../configure --prefix=/usr --mandir=/usr/share/man > --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla > --enable-bootstrap --enable-shared --enable-threads=posix > --enable-checking=release --with-system-zlib --enable-__cxa_atexit > --disable-libunwind-exceptions --enable-gnu-unique-object > --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk > --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre > --enable-libgcj-multifile --enable-java-maintainer-mode > --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib > --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 > --build=x86_64-redhat-linux > Thread model: posix > gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) > > > ~/kaldi/trunk/src/matrix > $ make test > Running matrix-lib-test .../bin/sh: line 1: 5561 Aborted > (core dumped) ./$x > /dev/null 2>&1 > ... FAIL > Running kaldi-gpsr-test ...... SUCCESS > make: *** [test] Error 1 > > > $ ./matrix-lib-test > ... > ... > VLOG[2] (UnitTestLbfgs():matrix-lib-test.cc:2734) L-BFGS finished after 59 > function evaluations. > LOG (UnitTestCompressedMatrix():matrix-lib-test.cc:3623) M = [ ] > > LOG (UnitTestCompressedMatrix():matrix-lib-test.cc:3624) M2 = [ ] > > LOG (UnitTestCompressedMatrix():matrix-lib-test.cc:3626) Compressed matrix, > tot = 0, diff = 0 > > MKL ERROR: Parameter 13 was incorrect on entry to DGESVD. > KALDI_ASSERT: at LapackGesvd:kaldi-matrix.cc:401, failed: result >= 0 && > "Call to CLAPACK dgesvd_ called with wrong arguments" > Stack trace is: > kaldi::KaldiGetStackTrace() > kaldi::KaldiAssertFailure_(char const*, char const*, int, char const*) > kaldi::MatrixBase<double>::LapackGesvd(kaldi::VectorBase<double>*, > kaldi::MatrixBase<double>*, kaldi::MatrixBase<double>*) > kaldi::MatrixBase<double>::DestructiveSvd(kaldi::VectorBase<double>*, > kaldi::MatrixBase<double>*, kaldi::MatrixBase<double>*) > kaldi::MatrixBase<double>::Svd(kaldi::VectorBase<double>*, > kaldi::MatrixBase<double>*, kaldi::MatrixBase<double>*) const > . > . > . > ./matrix-lib-test() [0x43055a] > ./matrix-lib-test() [0x42de8b] > ./matrix-lib-test(main+0x1d) [0x42dac7] > /lib64/libc.so.6(__libc_start_main+0xfd) [0x330901ecdd] > ./matrix-lib-test() [0x42ced9] > Aborted (core dumped) > > > > > > > > > > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Kaldi-users mailing list > Kal...@li... > https://lists.sourceforge.net/lists/listinfo/kaldi-users > |