Re: [Rd] Out of date instructions to build R using MKL

2012-05-30 Thread Elliott Forney
ould be changed to MKL_LIB_PATH=/opt/intel/mkl/lib/intel64/ Looks like a lot can change in just a few months :) Sorry again, next time I will be sure to try the latest version. Thanks, Elliott Forney On Wed, May 30, 2012 at 2:02 AM, Prof Brian Ripley wrote: > Hmm, you replied

Re: [Rd] Out of date instructions to build R using MKL

2012-05-29 Thread Elliott Forney
me. Having R linked against MKL has been HUGELY important for me personally. A custom tuned ATLAS works well too but I find it frustrating that it needs to be re-tuned for each architecture I use (I tend to distribute jobs in a heterogeneous environment). Thanks! Elliott Forney On Fri, Feb 10, 20

Re: [Rd] unexpected behavior in list of lexical closures (PR#14004)

2009-10-14 Thread Elliott Forney
I see. I will be careful of this in the future. Thank you very much for your feedback. Elliott Forney On Tue, Oct 13, 2009 at 5:59 AM, Duncan Murdoch wrote: > On 13/10/2009 1:50 AM, elliott.for...@gmail.com wrote: >> >> Full_Name: Elliott Forney >> Version: 2.9.2 &g

[Rd] unexpected behavior in list of lexical closures (PR#14004)

2009-10-13 Thread elliott . forney
Full_Name: Elliott Forney Version: 2.9.2 OS: Linux, Fedora 10 Submission from: (NULL) (129.82.47.235) The following code creates a list of functions that are lexically closed over a single argument. If a print statement is included then each function in the list evaluates to a different value