search for: finn

Displaying 20 results from an estimated 94 matches for "finn".

Did you mean: find
2012 Feb 16
6
Something is strange - perhaps my AMD processors ?
...ased and wonder if this may be the case ? Dovecot.log master: Error: Service(auth): command startup failed, throttling log: Error: Service(auth): child 1859 returned error 89 (Fatal failure) pop3-login: Error: Timeout waiting for handshake from auth server. my pid=1858, input bytes=0 Regards, Finn B
2003 Feb 27
6
Samba Domain Login
...oup then back to domain they're happy and have been for six months, it's just these two machines that keep doing it. The two failing machines are not near each other but they are occasionally used by the same user. I've got the logs if that will help people. Any help really apreciated, Finn.
2004 May 06
2
[LLVMdev] Plea for help
...The only two files > that use std::numeric_limits<float>::infinity() are > lib/CodeGen/RegAllocLinearScan.cpp and lib/CodeGen/LiveIntervals.cpp. > > As for CVS, I am not sure this should be fixed because there is > really no LLVM bug here :-) While this is not an LLVM bug, if Finn has run into it, other people probably will too. I've fixed it in CVS: if you update llvm/lib/CodeGen and rebuild, hopefully linscan will magically work for Finn now. :) -Chris
2015 Jul 03
3
[LLVMdev] DEBUG_TYPE
...uencyInfoImpl.h, llvm/Analysis/RegionInfoImpl.h, llvm/Support/UnicodeCharRanges.h, llvm/Transforms/InstCombine/InstCombineWorkList.h, and llvm/Transforms/Utils/SSAUpdaterImpl.h. Should I edit Statistic.h so that it includes one of those? If so, which one? If not, what should I do? Thanks, Peter Finn
2009 Nov 25
4
Structural Equation Models(SEM)
...N, param.names = pars, var.names = vars, : refitting without aliased parameters. I use R version 2.10.0 (2009-10-26) under Windows XP sem_0.9-19 version. Where did I make a mistake? Have anyone of you knowledge of any other package doing similar things like Confirmative Factor Analysis Ralf Finne Novia University of Applied Science Vasa Finland
2008 Jan 29
2
Expert systems
...ements" on the probabilities for different diseases when a combination of systems would appear. One typical "expert system" uses Fuzzy Logic to suggest the diagnosis. In more modern systems one tends to make the system self learning to improve the system. Hoping for comments Ralf Finne Swenska yrkesh?gskolan Vasa Finland
2015 Jun 21
2
[LLVMdev] getAnalysis<DataLayout>() Causing Compilation Error
...ule. However, in getObjectSize(Value* V), there is no Module reference in the list of parameters. Is there a way to obtain a Module affiliated with the Value* argument, which I can then use to call M.getDataLayout? Is there some other way I can get the DataLayout reference I need? Thanks, Peter Finn
2007 Apr 27
2
Integrating R-programs into larger systems
...ts. When the model is ready, a small R-program can simulate the model to estimate the risk for a new patient. The idea is that a doctor gets the measurements for the patient sitting in his office. Then he goes to Internet and types in the test measuremnets and gets the estimated risk. Look at www.finne.info for an early version to get the idea. There I developed the model in Matlab and converted it to Excel. Don't use the results! Much better are available in R! There are many more applications that need a higher degree of integration. Than you in advance. Ralf Finne SYH, University of Ap...
2015 Jul 01
2
[LLVMdev] Obtaining a GlobalVariable from an MDNode
I’m trying to debug SAFECode source code files, and I need to find a way to obtain a GlobalVariable from its appropriate MDNode. How can I do this? I’ve been looking over the doxygen and I can’t seem to find a way to do this. Thanks, Peter Finn
2007 Feb 20
2
Reading Post-Script files
Hi everybody! Is there any way to read a postscrit file into R? All the best to you Ralf Finne SYH University of Applied Sciences Vasa Finland
2004 May 06
3
[LLVMdev] Plea for help
Chris Lattner wrote: >I think that we should switch to C constants in this case. Can you try >#include <math.h> and use HUGE_VAL instead? > It works: [finna at coplin11 ~/test]$ cat tst.cpp #include <limits> #include <iostream> #include <math.h> int main() { std::cerr << std::numeric_limits<float>::infinity() << "\n"; std::cerr << HUGE_VAL << "\n"; } [finna at coplin11 ~/test]$ g+...
2004 Apr 26
2
[LLVMdev] x86 cogen quality
...hey are in my path. But thank you very much for trying to reproduce the problem. It must be some configuration problem on my side then. I do see other strange problems, such as a long list of type conflicts when linking c++ programs. I will clean up everything and install all over. Best regards /Finn
2003 Sep 22
9
[Bug 700] PAM support broken in 3.7.1p1
...1p1 Product: Portable OpenSSH Version: 3.7.1p1 Platform: All OS/Version: Solaris Status: NEW Severity: major Priority: P2 Component: PAM support AssignedTo: openssh-bugs at mindrot.org ReportedBy: bryan.finn at data.slu.se PAM support which worked up to version 3.6 is broken in version 3.7.1p1. Does not seem to be SSH client dependent. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2007 Jul 29
2
Prompt comes too late
...a program to ask the user to choose data file: print("Choose data file please !") matr=read.table(file.choose(),dec=".",header=TRUE) The problem is that the prompt Choose data file please ! comes after I have chosen the file. What am doing wrong? Thanks in advance Ralf Finne
2004 May 06
0
[LLVMdev] Plea for help
On Thu, May 06, 2004 at 04:06:27PM +0200, Finn S Andersen wrote: > Chris Lattner wrote: > > >I think that we should switch to C constants in this case. Can you try > >#include <math.h> and use HUGE_VAL instead? > > > It works: > > [finna at coplin11 ~/test]$ cat tst.cpp > #include <limits> >...
2004 May 07
0
[LLVMdev] Plea for help
Chris Lattner wrote: >While this is not an LLVM bug, if Finn has run into it, other people >probably will too. I've fixed it in CVS: if you update llvm/lib/CodeGen >and rebuild, hopefully linscan will magically work for Finn now. :) > >-Chris > > It works. Even better: it isn't magic ;-) Thank you for helping me out. Now it's...
2004 May 03
3
[LLVMdev] Plea for help
...y kind of even remote ideas about what kind of strange dependencies I have violated ? Anybody running it on RedHat Linux ? RedHat has been known to ship installations with problems before, like when they shipped it with a strange gcc version. Any kind of help is most welcome. Thanks in advance, /Finn John Criswell wrote: > Finn S Andersen wrote: > >> Chris Lattner wrote: >> >>> I can't reproduce this failure with mainline CVS using either lli or >>> llc: >>> >>> $ lli -regalloc=linearscan a.out.bc >>> $ echo $status >>&...
2004 Apr 22
2
[LLVMdev] x86 cogen quality
Alkis Evlogimenos wrote: >On Wed, Apr 21, 2004 at 11:01:48AM +0200, Finn S Andersen wrote: > > >>For some of the benchmarks the linear scan regalloc >>works. When it does, results are in the x1.0 - 1.5 >>range. Unfortunately, the linear scan allocator breaks >>on most of my code. >> >> > >Is there a chance you can tr...
2004 Apr 26
0
[LLVMdev] x86 cogen quality
Finn S Andersen wrote: > Chris Lattner wrote: > >> I can't reproduce this failure with mainline CVS using either lli or llc: >> >> $ lli -regalloc=linearscan a.out.bc >> $ echo $status >> 0 >> >> Are you sure that the CVS version is in your path? >...
1998 Oct 08
4
Installing shared Windoze executables on a Samba share (fwd)
...anpage and looked in the /usr/doc/examples directory for some clues ...) Any ideas? I notice that the Samba share has "Filesystem: Samba" when I look at its properties in Explorer ... do I need to change that? -- Nathan Norman MidcoNet 410 South Phillips Avenue Sioux Falls, SD mailto:finn@midco.net http://www.midco.net finger finn@home.midco.net for PGP Key: (0xA33B86E9)