search for: spectacular

Displaying 20 results from an estimated 256 matches for "spectacular".

2011 Nov 25
1
CentOS6 yum-plugin-fastestmirror spectacular failure
I'm trying to update from the cr repo, but yum-plugin-fastestmirror gets it totally wrong; it selects a mirror in .hk that deliveres bytes per second, and as far as I can tell, most or all of the timedhosts.txt entries are in the Middle or Far East. What's going on? Nobody mirroring cr in other parts of the world? mirrors.ta139.com 99999999999 centos.communilink.net 99999999999
2019 Apr 13
4
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...n Sat, 13 Apr 2019 at 03:51, Kevin Ushey <kevinushey at gmail.com> wrote: > > I think it's worth saying that mclapply() works as documented Mostly, yes. But it says nothing about fork's copy-on-write and memory overcommitment, and that this means that it may work nicely or fail spectacularly depending on whether, e.g., you operate on a long vector. -- I?aki ?car
2004 Nov 05
2
graphics site
About six months ago there was a reference to a site (in french) that did a spectacular job of demonstrating R's graphical capabilities. My bookmarks were recently wiped and I cannot find this site despite my best googling. Anyone have the address which I have done a miserable job describing? Thanks. Michaell
2014 Jul 23
3
Text sometimes missing on NV18 based laptop
...s missing, often visible on the XFCE desktop >> - With subpixel (rgb) AA, even non-text related occur (icons are >> misrendered, ...) >> >> I've reported the issues here: >> https://bugs.freedesktop.org/show_bug.cgi?id=81283 > > I know NV1x isn't anything spectacular or exciting to work on, The problem isn't that the hardware is old. The problem is reproducing the issue. Unfortunately my NV18 died (currently looking to replace it), but with a very plain WindowMaker + no weird anything setup, my recollection is that everything worked fine. And I wasn't...
2011 Mar 01
2
[LLVMdev] Using clang+llvm from Xcode 3 project yields 1.5k linkage warnings
...nAction.o) and (hidden) in /Users/myself/Projets/path/build/project.build/Debug/project.build/Objects-normal/x86_64/object.o 1501 seems large enough that it could simply be all symbols referenced from the static libraries. It works anyways though. What am I doing wrong? As usual with stuff causing spectacular diagnostics, I must be missing something fairly elementary. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110228/6f013b7d/attachment.html>
2014 Jul 21
3
Text sometimes missing on NV18 based laptop
Hi, On my NV18 based laptop I experience artifacts related to text (however, 2D performance is really great these days): - With grayscale AA text is sometimes missing, often visible on the XFCE desktop - With subpixel (rgb) AA, even non-text related occur (icons are misrendered, ...) I've reported the issues here: https://bugs.freedesktop.org/show_bug.cgi?id=81283 With noaccel it works
2015 Mar 14
2
[LLVMdev] stability of llvm ir across releases
Is it safe to assume that LLVM IR will live more-or-less the same for most releases, and that significant changes will be communicated? Or is it something that can change at any time and you must not rely on it ever being same. To me, it seems like the IR has evolved slowly but no spectacularly large changes were made in the 1-1.5 years I've been watching it, -- sure some experimental patch point, gc stuff, but not your day-to-day types etc I'm asking because I'm going to take somewhat major dependencies in my upcoming system on the IR, and being able to store it across mul...
2012 Feb 03
6
Spectacularly disappointing disk throughput
Greetings! I''ve got a FreeBSD-based (FreeNAS) appliance running as an HVM DomU. Dom0 is Debian Squeeze on an AMD990 chipset system with IOMMU enabled. The DomU sees six physical drives: one of them is a USB stick that I''ve passed through in its entirety as a block device. The other five are SATA drives attached to a controller that I''ve handed to the DomU with PCI
2011 Oct 13
2
[LLVMdev] Can't Bootstrap llvm-gcc4.2 on Ubuntu 11.04 32-bit
I can't bootstrap llvm-gcc4.2 on Ubuntu 11.04 32-bit. It's not a test failure; instead the configure scripts break in all kinds of mysterious yet spectacular ways. I spent a couple days beating my head against those completely indecipherable shell scripts then gave up for now. Is there a buildbot that runs Ubuntu 11.04? If not may I suggest that one be set up? A minimal Ubuntu installation could be run in a VM and need not use much disk space. I do...
2006 Oct 12
18
Write performance with 3ware 9550
...s that the first one has Maxtor 250G drives and the second one has Seagate 320G drives. OS: CentOS-4.4 (fully patched) CPU: dual Opteron 280 Memory: 16GB Raid card: 3ware 9550Sx-8LP Raid volume: 4-disk Raid 5 with NCQ and Write Cache enabled On the first server I have decent performance. Nothing spectacular, but good enough. The second one has about 1/3 the write speed. I can't find any difference between the systems. Both of them have the same stripe size, both have ext3 filesystems, both have write caching and NCQ turned on. I have already increased the read ahead setting to 16384 on both se...
2006 Oct 12
18
Write performance with 3ware 9550
...s that the first one has Maxtor 250G drives and the second one has Seagate 320G drives. OS: CentOS-4.4 (fully patched) CPU: dual Opteron 280 Memory: 16GB Raid card: 3ware 9550Sx-8LP Raid volume: 4-disk Raid 5 with NCQ and Write Cache enabled On the first server I have decent performance. Nothing spectacular, but good enough. The second one has about 1/3 the write speed. I can't find any difference between the systems. Both of them have the same stripe size, both have ext3 filesystems, both have write caching and NCQ turned on. I have already increased the read ahead setting to 16384 on both se...
2013 May 16
3
[LLVMdev] _Znwm is not a builtin
...unction pointer, unless we also annotate all calls through function pointers as 'nobuiltin' >> >> How feasible would it be to make the 'builtin-ness' of _Znwm etc be opt-in rather than opt-out? Is there some other option we could pursue? >> >> Wow, this was spectacularly unclear, sorry about that. To avoid confusion, I'm suggesting that we add a 'builtin' attribute, and do not treat a call to _Znwm as a builtin call unless it has the attribute. >> > > It's not clear to me that "builtin" is the right way to model this, but...
2015 Mar 14
3
[LLVMdev] stability of llvm ir across releases
...ll live more-or-less the same for >> most releases, and that significant changes will be communicated? >> >> Or is it something that can change at any time and you must not rely on >> it ever being same. >> >> To me, it seems like the IR has evolved slowly but no spectacularly large >> changes were made in the 1-1.5 years I've been watching it, -- sure some >> experimental patch point, gc stuff, but not your day-to-day types etc >> >> I'm asking because I'm going to take somewhat major dependencies in my >> upcoming system on t...
2011 Mar 01
0
[LLVMdev] Using clang+llvm from Xcode 3 project yields 1.5k linkage warnings
...(hidden) in /Users/myself/Projets/path/build/project.build/Debug/project.build/Objects-normal/x86_64/object.o > > 1501 seems large enough that it could simply be all symbols referenced from the static libraries. It works anyways though. > What am I doing wrong? As usual with stuff causing spectacular diagnostics, I must be missing something fairly elementary. Hi FĂ©lix, The most likely cause of this is that you're building some llvm code with -fvisibility-inlines-hidden. Xcode likes to add this flag by default, you can change it in the target build options. -Chris -------------- next pa...
2009 Jul 27
1
Website Updates
...Home http://www.asus.com/News.aspx?N_ID=wUbKQ3nv6gSQaey2 Mvix Ultio (MX-800HD) 1080p Media Center, a new generation of media center, brings your digital entertainment to your living room. A Hard-Disk based set-top media player capable of HD playback with video output as high as 1080p, it delivers spectacular picture quality of HD video and crystal clear sound clarity of digital audio. http://www.mvixusa.com/ultio/1080p-high-definition-home-theater-pc.html I would personally be happy to update and help out if needed. Cheers -- Scott
2019 Apr 13
0
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
Sure, but that a completely bogus argument because in that case it would fail even more spectacularly with any other method like PSOCK because you would *have to* allocate n times as much memory so unlike mclapply it is guaranteed to fail. With mclapply it is simply much more efficient as it will share memory as long as possible. It is rather obvious that any new objects you create can no longer...
2019 Apr 13
1
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
On Sat, 13 Apr 2019 at 18:41, Simon Urbanek <simon.urbanek at r-project.org> wrote: > > Sure, but that a completely bogus argument because in that case it would fail even more spectacularly with any other method like PSOCK because you would *have to* allocate n times as much memory so unlike mclapply it is guaranteed to fail. With mclapply it is simply much more efficient as it will share memory as long as possible. It is rather obvious that any new objects you create can no longer...
2005 Aug 06
1
gnomeGUI on FC4
...ar as I can tell, it doesn't do anything. Since the documentation is rather... sparse... I'm not exactly sure what it's supposed to do anyway. As an experiment, I removed the RPM and downloaded the library using R. The list of errors generated by trying to install the library was rather spectacular, so I won't waste bandwidth printing it at the moment. Is there a simple way to get this library/program running or should I just wait for further development? Thanks. Chuck
2005 Apr 07
2
hex format
Hello world: Has anyone used hex notation within R to represents integers? Cheers, Steve Vejcik
2009 Aug 14
1
RODBC does not like table names >11/12 characters
Hi List, I used to access a Paradox database using RODBC, but since last week I am not able anymore to fetch any table which has a name longer than 11 or 12 characters. Here is the the pattern of my code, nothing spectacular: library(RODBC) channel2<-odbcDriverConnect('DSN=xxx') #table names with up to 11 characters still work sqlFetch(channel2, 'abcdefghijk') #table names with 13 or more characters do not sqlFetch(channel2, 'abcdefghijklm') Fehler in odbcTableExists(channel, sqtable) : ?...