similar to: OFFTOPIC: Ioannidis et. al. on non-reproducible research

Displaying 20 results from an estimated 100 matches similar to: "OFFTOPIC: Ioannidis et. al. on non-reproducible research"

2023 Jun 10
1
Fopen upsmon.pid - no such file or directory - Nut 2.8.0 built from source
I've built NUT 2.8.0 from source. When the nut-monitor runs: fopen upsmon.pid fails. I'm running as root, upsmon has root:root permissions as well as the other daemons and .conf files. I've tried configuring with and without --prefixpath --prefixaltpath. Is there something I am missing? Please see attached. Dan -------------- next part -------------- An HTML attachment was
2013 Apr 16
7
the joy of spreadsheets (off-topic)
Given that we occasionally run into problems with comparing Excel results to R results, and other spreadsheet-induced errors, I thought this might be of interest. http://www.nextnewdeal.net/rortybomb/researchers-finally-replicated-reinhart-rogoff-and-there-are-serious-problems The punchline: "If this error turns out to be an actual mistake Reinhart-Rogoff made, well, all I can hope is that
2024 Feb 23
0
Getting two notifications of nocomm-timer expired when USB cable is pulled from the UPS
NUT 2.8.01 When I pull the USB cable from the UPS, I get two notifications of the nocomm-timer expired. The first notification is in the proper sequence, the second notification occurs after 'commok' occurs. Seems somehow that upssched-cmd is getting a second nocomm-timer expired delayed. Dan -------------- next part -------------- An HTML attachment was scrubbed... URL:
2023 Jun 16
1
Dummy-ups cycles between online and onbatt every 5 minutes. (Nut 2.8.0)
Now that upsstats.cgi works, I've noticed that dummy-ups changes state every 5 minutes between OL and OB (probably when the 300 second timer expires). The UPS state stays online. Also "online" and "onbatt" are broadcast to the console probably via WALL. (The state changes don't seem to be form the ups as upsshed-cmd doesn't run). Upssched-cmd does run when the UPS
2018 May 29
0
Inline constant std::function parameter
On 5/29/2018 10:52 AM, Eleftherios Ioannidis via llvm-dev wrote: > However that doesn't seem to be the case, does the inliner not get triggered if the functions are passed as objects (std::function) or am I using the wrong `opt` invokation? In general, the inliner can only inline direct function calls (not virtual calls, or calls through a function pointer or std::function); otherwise,
2018 May 29
1
Inline constant std::function parameter
I was afraid that was the case, since std::function is not a first-class object of LLVM. Every implementation that I can think of that inlines std::function intrinsically seems a bit awkward, in the way that it will be along the lines: “Treat this class (std::function) in a special way” A better way would be to generalize for all callables, and say something along the lines of “If a class has
2015 Feb 16
3
[LLVMdev] LLVM parallel annotations
Hi all, I'm a grad student from MIT and as part of my thesis, I will be propagating parallelism in the IR level. I will be modifying clang and adding LLVM IR metadata annotations to indicate parallel regions and loops, then write optimizer passes that will run on top of the annotated LLVM IR. There has been a lot of research lately on Parallel IRs, such as SPIR[1
2004 Aug 17
1
[LLVMdev] compilation error after updated from cvs:
> I modified the LLVM CVS repository to do just that. oh, nice. thanks (and my thanks to other guys on recent cvs-related hints) @Chris i.r.t. "small examples": in context of learning API of new large lib (as LLVM is), personally I like small examples very much, and the smaller examples are, the more i like them :P So, I find your idea great. Well, have a nice day, guys!
2003 Nov 23
8
Re: [Asterisk] GSM access
Hi Mark Did you or anyone else ever find a satisfactory solution to this? Are there any phones which provide voice through the serial connection? What about the nokia card phone - does it have open source drivers? Cheers Rob On Sat, Jul 13, 2002 at 10:31:53AM -0500, Mark Spencer wrote: > Does anyone (maybe in Europe) know how I could build a GSM compatible > channel for Asterisk, so
2018 May 29
2
Inline constant std::function parameter
Hey LLVM-dev, I'm trying to inline the following C++ code: __attribute__((always_inline)) static void inline compose(const char* s, std::function<void(const char *)> f) { std::cout << s << std::endl; f(s); } // --------------- Main --------------- int main() { // Nest three things compose("hello world", [](const
2004 Aug 17
2
[LLVMdev] compilation error after updated from cvs:
> I think the problem Valery is talking about is that when you run 'cvs > up', it complains about Depend, Debug, Release, and Profile dirs, in > EVERY subdirectory (? Debug, etc). > I think it's unrelated to the Makefile issue he mentioned earlier. > Correct me if I'm wrong, Vallery. you are right. I should have had to post this issue as sepparate mail to avoid
2004 Aug 17
0
[LLVMdev] compilation error after updated from cvs:
On Wed, Aug 18, 2004 at 02:04:03AM +0400, Valery A.Khamenya wrote: > > I think the problem Valery is talking about is that when you run 'cvs > > up', it complains about Depend, Debug, Release, and Profile dirs, in > > EVERY subdirectory (? Debug, etc). > > I think it's unrelated to the Makefile issue he mentioned earlier. > > Correct me if I'm wrong,
2012 Sep 07
2
metafor package: study level variation
Hello. A quick question about incorporating variation due to study in the metafor package. I'm working with a particular data set for meta-analysis where some studies have multiple measurements. Others do not. So, let's say the effect I'm looking at is response to two different kinds of drug treatment - let's call their effect sizes T1 and T2. Some studies have multiple
2010 Jul 02
1
metafor and meta-analysis at arm-level
Hi, I have been looking for an R package which allowed to do meta-analysis (both pairwise and network/mixed-treatment) at arm-level rather than at trial-level, the latter being the common way in which meta-analysis is done. By arm-level meta-analysis I mean one that accounts for data provided at the level of the individual arms of each trial and that does not simply derive the difference between
2007 Apr 25
1
Centos 5 Reproducible Reboot
Guys, I've just setup 5.0 and can reproduce a crash/reboot every time. Details; x86_64 Install Using Xen Kernel System fully updated including Xen Kernel (latest 1.1 update) Intel Dual Core E6400 4gb RAM I've installed vmware server 1.0.2 from rpm. It has been configured and is ready to create new machines. I have successfully created a new machine but when I attempt to power-on the
2002 Mar 18
0
reproducible ext3 corruption with sync option, 2.4.17, images available
I have been using ext3 filesystem from 2.4.17 kernel in the default "ordered" mode on an 64 MB SanDisk compactflash. The disk itself was used on NationalGeode embedded board. The following entry was used in fstab (I know, may be stupid, but should not crash the filesystem?) /dev/hda1 / ext2 defaults,sync 1 1 After the board is switched off, it does not boot
2001 Dec 20
1
crashing ext3 is easy and reproducible
This is my crash script for 2.4.17-rc1 and rc2 It works exactly as expected first time. Second time your system is toast with an exception error. I think it kills the daemon. I've tried it with varying ram disk sizes, up to 256Mb and in UP and SMP mode. The only thing I've seen was putting two of them into a script with the intention of having a one stop crasher didn't
2011 Jun 20
0
gluster fuse disk state problem (reproducible ), kind of solved
Turning of write-behind solves it. -- Marc Geerlings Application Manager Research Department of Radiology Maastricht University Medical Center P.O. Box: 5800, 6202 AZ Maastricht, The Netherlands P. Debyelaan 25 6229 HX,
2012 Dec 07
1
9.1-RC3 reproducible kernel panic in ffs_valloc?
Hello :-) After days of problem with my system storage (?) I think I have located the issue, or at least I am able to reproduce it, please take a look at attached picture (photo of a crash). http://i45.tinypic.com/23qtcx.jpg At first I thought that was the Ext2 filesystem issue, but then I have replaced the filesystem to UFS2-SU+J (which increased transfer efficiency and dramatically reduced
2012 Nov 25
1
Reproducible "PGRAPH TLB flush timeout" hang on NV96
Hi everyone, I was wondering what to do to dig into this problem further.The kernel is several weeks old (nouveau tree), it's at commit 000463f13fba6b2f94a5bfcb0d615751ae9c34a0. As you can see from the mesages below the problem is reproducable to the point of getting exactly the same error. Nov 25 17:57:51 madman kernel: [548360.773743] nouveau E[ PGRAPH][0000:01:00.0] PGRAPH TLB flush idle