On Sat, May 26, 2012 at 11:00 AM, Clemens Buchacher <dri...@aon.at> wrote: > Hi, > > The demos for both of the new nmf_pg and nmf_bpas functions fail for me. > > In case of nmf_pg, the demo uses the text_waitbar function from the > miscellaneous package, but that package is not a linear-algebra > dependency. The demo works if I load the miscellaneous package manually. > > In the last line of the nmf_bpas demo, norm(H_org) causes a Fortran > error. Computing the 2-norm of a fat matrix probably uses svd. But H_org > has size [10,200], and svd of a fat matrix is broken in lapack 3.4.0. > It is fixed in lapack 3.4.1. So this report is just for your > information. > > Please find the output of either demo below. > > Clemens > --- > >> demo nmf_pg > [...] > --- Factorizing 100-by-4 matrix into 100-by-4 times 4-by-4 > Initial gradient norm = 426.374850 > nmf_pg example 1: failed > `text_waitbar' undefined near line 144 column 5 > >> demo nmf_bpas > [...] > > ** On entry to DORGLQ parameter number 5 had an illegal value > recovery_error_W = 4.4590e-04 > nmf_bpas example 1: failed > exception encountered in Fortran subroutine dgesvd_ > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Octave-dev mailing list > Octave-dev@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/octave-dev
Hi Clemens, Thanks for the report. The issue with the dependencies of the packages was discussed, and adding a dependency for a demo was not welcomed. So, I will fix the demo to use text_waitbar only if miscellaneous is loaded. @everyone: Would that be ok? Regarding lapack, I do not know what to say. I assume user will get the latest/fixed version (?). Thanks again. -- M. Sc. Juan Pablo Carbajal ----- PhD Student University of Zürich http://ailab.ifi.uzh.ch/carbajal/ ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev