search for: reruns

Displaying 20 results from an estimated 1664 matches for "reruns".

Did you mean: rerun
2009 Dec 17
2
Sweave Makefile issue
Dear R-specialists, I am trying to create a Makefile that will first convert all my .Rnw files into .tex files and then, that will run the LaTeX compiler to produce a pdf document. This issue has been discussed before. Hence, I've basically adapted a Makefile I found at http://n4.nabble.com/R-Sweave-R-and-complex-latex-projects-td810020.html#a810023 to make it compatible with a Windows
2014 Nov 08
0
Bug#767295: Bug#767295: Bug#767295: xl: apparent memory leak
On 11/08/2014 05:41 AM, Ian Campbell wrote: > Please can you try running xl under valgrind, something similar to what > I described earlier should work. I guess it didn't find much.. # valgrind --leak-check=full xl cr -F /etc/xen/auto/asterisk_deb80.cfg ==6736== Memcheck, a memory error detector ==6736== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al. ==6736== Using
2014 Nov 08
2
Bug#767295: Bug#767295: Bug#767295: xl: apparent memory leak
On Fri, 2014-11-07 at 21:32 -0500, Gedalya wrote: > On 11/06/2014 09:12 AM, Ian Campbell wrote: > > I've posted a fix for this upstream: > > http://lists.xen.org/archives/html/xen-devel/2014-11/msg00542.html > > > > I've requested that it go into the next 4.4.x release. I also plan to > > backport it to the package regardless once it is accepted into the
2005 Jan 28
1
when to rerun syslinux
Hi, I looked through the documentation (and searching the archives was a bit hard), but I'm still not sure. Under what circumstances do I need to rerun the installer, e.g. syslinux /dev/sda1 for installation of syslinux on a USB drive. If I copy and/or move ldlinux.sys ? I would guess, yes. If I copy and/or move syslinux.cfg ? Not sure. If I edit syslinux.cfg ? Probably not. (even if I
2019 May 24
2
Prevent ninja from rerunning cmake in a new build directory
Just posted this fix on ninja's github page, but figured I'd share it with a larger audience. Every time I run cmake && ninja in a new build directory, ninja will rerun cmake because the entry for build.ninja in .ninja_log is older than the timestamp on CMakeCache.txt, even if the timestamps on the actual file isn't older. The following patch fixes the problem, i.e.,
2015 Sep 03
2
Rerunning TailCallElim at a later stage
Hi from what I have figured out, the pass "TailCallElim" is being done in what I would call the "opt" phase of optimization. The "StackColoring" is being done in the "llc" phase. opt -> llc, so TailCallElim is always ahead. Now I would like to add something (my reusealloca idea) in "StackColoring" to get rid of some allocas, which inhibit
2004 Apr 12
2
Random Forest:how to do an automatic rerun using only the important variables
Hi, I am using the Random Forest Package, and want to do an automatic rerun using only those variables that were most important in the original run. Is there anybody who has experience with this and can give me helpful suggestions? Best regards, Hui Han Department of Computer Science and Engineering, The Pennsylvania State University University Park, PA,16802 email: hhan at cse.psu.edu
2002 Nov 19
0
"Printer settings couldn't be saved. Access is denied" problem on Samba 2.2.6
Hi Samba gurus, I need your help for the problem of denying the change of the print driver settings on samba. I have no any clue of this problem. Thanks for any comments and tips. Our institution has a windows 2000 active directory domain; I joined my test samba 2.2.6 on a Linux box into domain as the file/print member server. All the file sharing worked fine, but when I tried to upload
2002 Nov 20
0
"Printer settings could not be saved. Access is denied" problem
Hi Samba gurus, I need your help for the problem of denying the change of the print driver settings on samba. I have no any clue of this problem. Thanks for any comments and tips. Our institution has a windows 2000 active directory domain; I joined my test samba 2.2.6 on a Linux box into domain as the file/print member server. All the file sharing worked fine, but when I tried to upload
2008 Aug 15
3
[LLVMdev] Problems understanding alias analysis validation logic
I have a problem where I add an Andersens AA pass to the pass manager, but it appears to get invalidated by another pass, and never rerun. My understanding from reading the documentation is that when a pass gets invalidated, it should be rerun before any other passes that requires it. Here is a simple example of the problem I am seeing: PassManager passManager; passManager.add(new
2008 Aug 03
0
Drip Rerun
Hi, Ok, I'll start by being frank: I don't have any time to devote to searching for a solution to this issue, so I'm hoping someone else can provide it for me :-) Drip Rerun ( http://www.yoyogames.com/games/launch/4761 ) is a port of a game I once played on my C64. It downloads as a Setup file which runs fine. However, the installed game crashes on launch. I see a progress bar for
2001 Nov 21
0
WARNING: you need to rerun autoconf
WARNING: you need to rerun autoconf This is a thing that shows up every time i try to 'make' samba from cvs. ./configure passes successfully, and so does 'make' but this message still shows up in the first line. Anyone know whats up with that? autoconf --version shows Autoconf version 2.13 MattB
2007 Jun 23
6
Autotest bug with rerunning passing tests?
Am I correct in remembering that autotest (with Test::Unit) would rerun all the tests if a subset of the tests passed? If so, shouldn''t this behaviour also be present in rspec''s autotest library? Scott
2017 Nov 28
2
Should Samba-tool RODC preload be run periodically?
Hello list, I run “samba-tool rodc preload” for multiple users. If one of this users change his password, should I repeat the preload call? (I suppose yes, I need to rerun) If I need to rerun samba-tool, can user login with his old password till its expire? (I suppose yes?) Thank you. ----------------------------------------------------------------------------------------------------------
2006 Dec 21
7
rspec_autotest no longer re-runs tests with rspec 0.7.5
Has anyone else encountered this problem? What I mean is, rspec_autotest runs all specs, then waits. When you change a spec, it reruns that spec. However, if that spec now passes, it should run the whole suite again, so you can see the next one to work on. It no longer does this. This renders it somewhat useless. Does anyone have autotest working with rspec 0.7.5, or does anyone have any idea of what may be causing this iss...
2008 May 18
4
cannot install wine
extracted wine-0.9.60 and ran ./tools/wineinstall , it configured and compiled. then after putting in root password I getcould not find wine on your system.run wineinstall as root to install before rerunning wineinstall as a user. So I enter root and root password and then i retry ./tools/wineinstall and get WINE Installer v0.75 You are running wineinstall as root, this is not advisable. Please
2017 Mar 01
2
Noisy benchmark results?
On 28 Feb 2017, at 22:50, Michael Zolotukhin <mzolotukhin at apple.com<mailto:mzolotukhin at apple.com>> wrote: I also usually rerun suspiciously improved or regressed tests to verify the performance change. Most of the time, if it was just a noise, the test doesn’t appear on another run. I wish LNT (or any other script) could do that for me :) Michael Doesn't the lnt runtest nt
2013 Jan 08
3
[LLVMdev] Failure building llvm/clang from source using binary clang package on Mageia 2
On 01/07/2013 08:39 AM, Dmitri Gribenko wrote: > On Mon, Jan 7, 2013 at 12:23 AM, Edward Diener > <eldlistmailingz at tropicsoft.com> wrote: >> On Mageia 2 I have installed the binary clang package clang3.0-7. When I >> tried to build the latest llvm/clang from source using this binary clang >> I get this error: >> >> 1) In file included from >>
2014 Jan 03
2
[LLVMdev] How to update LiveInterval information of newly inserted machine basic block
On Jan 3, 2014, at 1:52 PM, Andrew Trick <atrick at apple.com> wrote: > He really just wants to rerun LiveIntervals analysis, but LiveVariables is no longer available. Would it work just to clear all the intervals rerun LiveIntervals::computeVirtRegs after all the CFG transforms are complete? Yes, I should think so. /jakob -------------- next part -------------- An HTML attachment was
2017 Feb 10
3
Pressing either Ctrl-\ of Ctrl-4 core dumps R
When running R from the terminal on Linux (Ubuntu 16.04), it core dumps whenever / wherever I press Ctrl-4 or Ctrl-\. You get thrown back to the terminal with "Quit (core dump)" being the only message. Grepping the R source code, it doesn't look like that message is generated by R itself. Over on Twitter, it has been confirmed to also happen on macOS. $ R -d valgrind --vanilla