search for: 14240

Displaying 14 results from an estimated 14 matches for "14240".

Did you mean: 10240
2003 Sep 22
1
anybody running Rggobi on a redhat 9.0 system?
...package methods in options("defaultPackages") was not found Error in "class<-"(*tmp*, value = Class) : couldn't find function "objWithClass" Error in library("methods") : .First.lib failed Execution halted /usr/local/lib/R/bin/INSTALL: line 1: 14240 Broken pipe cat "${R_PACKAGE_DIR}/R/${pkg}" ERROR: execution of package source for 'Rggobi' failed many thanks for your help Christoph -- Christoph Lehmann <christoph.lehmann at gmx.ch>
2013 Jul 26
0
[LLVMdev] [Polly] Analysis of the expensive compile-time overhead of Polly Dependence pass
...rote: > Hi Sebastian, > > > Recently, I found the "Polly - Calculate dependences" pass would lead to significant compile-time overhead when compiling some loop-intensive source code. Tobias told me you found similar problem as follows: > http://llvm.org/bugs/show_bug.cgi?id=14240 > > > My evaluation shows that "Polly - Calculate dependences" pass consumes 96.4% of total compile-time overhead when compiling the program you proposed. It seems that the expensive compile-time overhead comes from those loop operations in ISL library. Some preliminary results c...
2013 Jul 26
0
[LLVMdev] [Polly] Analysis of the expensive compile-time overhead of Polly Dependence pass
...bastian, >> >> >> Recently, I found the "Polly - Calculate dependences" pass would lead to significant compile-time overhead when compiling some loop-intensive source code. Tobias told me you found similar problem as follows: >> http://llvm.org/bugs/show_bug.cgi?id=14240 >> >> >> My evaluation shows that "Polly - Calculate dependences" pass consumes 96.4% of total compile-time overhead when compiling the program you proposed. It seems that the expensive compile-time overhead comes from those loop operations in ISL library. Some prelimina...
2006 Feb 19
3
Changing predictor order in lm()
Dear community, can anyone provide a snippet of code to force the lm() to fit a model with terms in the formula in an arbitrary order? I am interested in something like: lm(y ~ A * B + C, data=data) where the interaction of A and B should be in the formula before C. My goal is to simplify my presentation of models using the anova() statement. I have found that this should be possible using
2013 Jul 26
6
[LLVMdev] [Polly] Analysis of the expensive compile-time overhead of Polly Dependence pass
Hi Sebastian, Recently, I found the "Polly - Calculate dependences" pass would lead to significant compile-time overhead when compiling some loop-intensive source code. Tobias told me you found similar problem as follows: http://llvm.org/bugs/show_bug.cgi?id=14240 My evaluation shows that "Polly - Calculate dependences" pass consumes 96.4% of total compile-time overhead when compiling the program you proposed. It seems that the expensive compile-time overhead comes from those loop operations in ISL library. Some preliminary results can be seen on...
2005 Jun 22
1
chisq test and fisher exact test
...elow is fine: > tab[,,3] [,1] [,2] [1,] 427 2162365 [2,] 5 31854 > chisq.test(tab[,,3]) Pearson's Chi-squared test with Yates' continuity correction data: tab[, , 3] X-squared = 0.0963, df = 1, p-value = 0.7564 but running on the whole set of words (including 14240 words) has the following warnings: > p.chisq<-as.double(lapply(1:N, function(i) chisq.test(tab[,,i])$p.value)) There were 50 or more warnings (use warnings() to see the first 50) > warnings() Warning messages: 1: Chi-squared approximation may be incorrect in: chisq.test(tab[, , i]) 2: Chi-...
2009 Mar 11
5
DO NOT REPLY [Bug 6183] New: rsync error file too large (27)
...buffered failed to write 4092 bytes [sender]: Broken pipe (32) rsync: write failed on "/export/data/c2dev/c2/backup/mksysb/daily/mksysb_0310_abcdef51.gz": File too large (27) rsync error: error in file IO (code 11) at receiver.c(298) [receiver=3.0.4] rsync: connection unexpectedly closed (14240 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(632) [sender=3.0.4] My version of rsync are identical on both sides: # rsync --version rsync version 3.0.4 protocol version 30 Copyright (C) 1996-2008 by Andrew Tridgell, Wayne Davison, and others....
2014 Aug 08
0
Wine release 1.7.24
...www.winehq.org/git for details. Wine is available thanks to the work of many people. See the file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 1.7.24 (total 44): 9121 Crash when launching winning eleven 8 14240 FC_Edit fails to initialize 14943 CoDeSys 3.2 (Patch2) development environment does not work 16365 Archlord Episode 3 Client crashes on startup (decrypting files with a RC4 session key derived from MD5 hash fails, only 40 bits are used, salt is dropped) 17441 Anarchy Online: First run has...
2008 Mar 26
6
Gamepad missing buttons
I am trying to use a Guillemot gamepad with PES6 but the buttons are not recognized. In kubuntu system settings I can see my pad, callibrate the joysticks and see the buttons are recognized, but not inside wine (only the joysticks are recognized). I have tried different combinations for the DirectInput entry in the registry but either I have not stumbled upon the correct one or there is another
2012 Aug 22
1
Error in if (n > 0)
...14798, 14826, 14874, 14893, 14917, 14948, 14980, 15009, 15035, 15073, 15102, 15127, 15165, 15193, 15225, 13858, 13864, 13867, 13874, 13892, 13896, 13916, 13928, 13943, 13955, 13971, 13983, 14013, 14028, 14040, 14054, 14067, 14076, 14099, 14120, 14132, 14152, 14167, 14176, 14189, 14207, 14224, 14240, 14252, 14267, 14278, 14292, 14308, 14328, 14336, 14356, 14372, 14384, 14401, 14414, 14431, 14441, 14462, 14475, 14489, 14503, 14518, 14524, 14537, 14552, 14566, 14580, 14594, 14599, 14615, 14629, 14643, 14657, 14671, 14685, 14692, 14706, 14720, 14734, 14748, 14762, 14776, 14783, 14797, 14811,...
2013 Jul 30
3
[LLVMdev] [Polly] Update of Polly compile-time performance on LLVM test-suite
Hi Tobias and all Polly developers, I have re-evaluated the Polly compile-time performance using newest LLVM/Polly source code. You can view the results on http://188.40.87.11:8000. Especially, I also evaluated our r187102 patch file that avoids expensive failure string operations in normal execution. Specifically, I evaluated two cases for it: Polly-NoCodeGen: clang -O3 -load
2007 Aug 26
0
3 commits - libswfdec/swfdec_as_context.c player/swfplay.c test/trace
...14144 => Hello World +14152 => Hello World +14160 => Hello World +14168 => Hello World +14176 => Hello World +14184 => Hello World +14192 => Hello World +14200 => Hello World +14208 => Hello World +14216 => Hello World +14224 => Hello World +14232 => Hello World +14240 => Hello World +14248 => Hello World +14256 => Hello World +14264 => Hello World +14272 => Hello World +14280 => Hello World +14288 => Hello World +14296 => Hello World +14304 => Hello World +14312 => Hello World +14320 => Hello World +14328 => Hello World +14336...
2008 Jan 01
0
4 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h libswfdec/swfdec_sprite_movie_as.c test/trace
...4136: 0, 0 +14144: , +14144: 0, 0 +14152: , +14152: 0, 0 +14160: , +14160: 0, 0 +14168: , +14168: 0, 0 +14176: , +14176: 0, 0 +14184: , +14184: 0, 0 +14192: , +14192: 0, 0 +14200: , +14200: 0, 0 +14208: , +14208: 0, 0 +14216: , +14216: 0, 0 +14224: , +14224: 0, 0 +14232: , +14232: 0, 0 +14240: , +14240: 0, 0 +14248: , +14248: 0, 0 +14256: , +14256: 0, 0 +14264: , +14264: 0, 0 +14272: , +14272: 0, 0 +14280: , +14280: 0, 0 +14288: , +14288: 0, 0 +14296: , +14296: 0, 0 +14304: , +14304: 0, 0 +14312: , +14312: 0, 0 +14320: , +14320: 0, 0 +14328: , +14328: 0, 0 +14336: , +14336:...
2010 Jul 13
3
Problem mapping Samba shares in Windows
Hi, In our company we are currently running a Samba server and Windows XP clients. At the moment we are having problems with mapping Samba shares in Windows. Shares are being mapped through a windows startup script, which executes net use (with the option persistent:no) command. For most users this works most of the time, nevertheless it often fails, the exect reason for this isn't clear