search for: kgore4

Displaying 7 results from an estimated 7 matches for "kgore4".

Did you mean: gore
2017 Jan 18
2
Taking determinant of a matrix of NAs results in intermittent memory corruption
...some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > La_version() [1] "3.5.0" > system(paste("lsof -p", Sys.getpid(), "| grep -iE '(blas|lapack)'")) R 25596 kgore4 mem REG 8,4 39272 118292573 /usr/lib/R/modules/lapack.so R 25596 kgore4 mem REG 8,4 5882272 118096040 /usr/lib/lapack/liblapack.so.3.0 R 25596 kgore4 mem REG 8,4 23058832 118129172 /usr/lib/openblas-base/libblas.so.3 > det(matrix(nrow=10,ncol=10)) [1] NA &gt...
2017 Jan 18
3
Taking determinant of a matrix of NAs results in intermittent memory corruption
Greetings; I've posted the following to R's bug tracking system (at https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17210 ) and Martin Maechler requested that I post to this list as well. If I start R from the command line with --vanilla, then repeatedly execute the following line: det(matrix(nrow=10,ncol=10)) ... I eventually get a crash, with error: *** Error in
2014 Nov 12
2
upsonic IRT1000 on ubuntu 14.04lts
...rying to match device 0.387633 Device does not match - skipping 0.387737 No appropriate HID device found 0.387749 No matching HID UPS found -- Klint Gore Database Manager Sheep CRC A.G.B.U. University of New England Armidale NSW 2350 Ph: 02 6773 3789 Fax: 02 6773 3266 EMail: kgore4 at une.edu.au<mailto:kgore4 at une.edu.au> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20141112/d0d186c5/attachment-0001.html>
2014 Nov 12
1
upsonic IRT1000 on ubuntu 14.04lts
-----Original Message----- >From: Charles Lepple [mailto:clepple at gmail.com] >Sent: Thursday, 13 November 2014 12:12 AM > >I am surprised that the blazer_usb configuration didn't work. If you leave off >the matching options, does this find the UPS? > >[upsonicRT1000] > driver=blazer_usb ## or nutdrv_qx > port=auto > desc="UPSonic RT1000"
2014 Nov 12
0
upsonic IRT1000 on ubuntu 14.04lts
On Nov 12, 2014, at 2:49 AM, Klint Gore <kgore4 at une.edu.au> wrote: > Can someone give me a push in the right direction with this? I?m trying to get an upsonic IRT1000 to work on ubuntu 14.04lts using the usb connection. The most likely drivers (blazer_usb and usbhid-ups) don?t seem to recognize it or I?ve got the configuration param...
2017 Jan 19
2
Taking determinant of a matrix of NAs results in intermittent memory corruption
-----Original Message----- From: Dirk Eddelbuettel [mailto:dirk.eddelbuettel at gmail.com] On Behalf Of Dirk Eddelbuettel Sent: Thursday, 19 January 2017 12:41 PM To: Klint Gore Cc: Dirk Eddelbuettel; r-sig-debian at r-project.org Subject: RE: [R-sig-Debian] Taking determinant of a matrix of NAs results in intermittent memory corruption On 19 January 2017 at 01:26, Klint Gore wrote: | >So
2017 Jan 19
2
Taking determinant of a matrix of NAs results in intermittent memory corruption
-----Original Message----- From: Dirk Eddelbuettel [mailto:dirk.eddelbuettel at gmail.com] On Behalf Of Dirk Eddelbuettel Sent: Thursday, 19 January 2017 11:21 AM To: Klint Gore Cc: r-sig-debian at r-project.org Subject: Re: [R-sig-Debian] Taking determinant of a matrix of NAs results in intermittent memory corruption >So this converges towards 'old versions bad, new versions fine' ?