[Rd] Turning off compiler optimization

2008-11-20 Thread Michael Braun
, Michael --- Michael Braun Homer A. Burnell Career Development Professor, and Assistant Professor of Management Science (Marketing Group) MIT Sloan School of Management One Amherst St., E40-169 Cambridge, MA 02142 [EMAIL PROTECTED] 617-253-3436

Re: [Rd] Problem building R with Intel MKL v10 BLAS

2008-01-25 Thread Michael Braun
om the usual build (diff from the > two rpm spec file I wrote) was 3 changes: > > export LDFLAGS=... -L/opt/intel/mkl/9.1/lib/em64t/ > export FFLAGS=... -ff2c > ./configure ... --with-blas="-lmkl -lguide -lpthread" > > The FFLAGS ezport was needed because of differen

[Rd] Problem building R with Intel MKL v10 BLAS

2008-01-24 Thread Michael Braun
different than in the R-admin manual because of changes in the Intel MKL for version 10. These libraries, in this order, were taken from the Intel MKL for Linux User's Guide, chapter 5. So, still no luck linking to the optimized BLAS. I'd appreciate any suggestions. Thanks, Michael

[Rd] Using gsl libraries in R packages

2007-09-16 Thread Michael Braun
the arguments are, and so forth. Is examining the source code directly the only way? Thanks, Michael Michael Braun Assistant Professor of Marketing MIT Sloan School of Management One Amherst St., E40-169 Cambridge, MA 02142 (617) 253-3436 [EMAIL PROTECTED] [[alternative HTML version

[Rd] Use of Rf_duplicate

2007-05-29 Thread Michael Braun
d create a duplicate, is there a way to destroy it manually before the end of the function, rather than rely on on the R garbage collector? Thanks, Michael Michael Braun Assistant Professor of Marketing MIT Sloan School of Management One Amherst St., E40-169 Cambridge, MA 02142 (617) 253-3

Re: [Rd] R scripts slowing down after repeated called to compiled code

2007-05-26 Thread Michael Braun
ain. Oleg Dirk Eddelbuettel wrote: > On 25 May 2007 at 19:12, Michael Braun wrote: > | So I'm stuck. Can anyone help? > > It sounds like a memory issue. Your memory may just get fragmented. > One tool that may help you find leaks is valgrind -- see the 'R > Extensions' m

Re: [Rd] R scripts slowing down after repeated called to compiled code

2007-05-25 Thread Michael Braun
ee (42%) 58.0 Mbytes of heap free (41%) On Fri, 2007-05-25 at 19:29 -0400, Vladimir Dergachev wrote: > On Friday 25 May 2007 7:12 pm, Michael Braun wrote: > > Thanks in advance to anyone that might be able to help me with this > > > > Also, it is not just the compiled ca

[Rd] R scripts slowing down after repeated called to compiled code

2007-05-25 Thread Michael Braun
e day thinking I have a memory leak, but that no longer appears to be the case. I tried using Rprof(), but that only gives me the aggregated relative time spent in each function (more than 80% of the time, it's in the .Call). So I'm stuck. Can anyone help? Thanks, Michael -- M

[Rd] Parameter changes and segfault when calling C code through .Call

2007-01-04 Thread Michael Braun
fferent scenarios. So I am flummoxed, and don't really know where to go from here. Best wishes, MB -- Michael Braun Assistant Professor of Marketing MIT Sloan School of Management 38 Memorial Drive, E56-329 Cambridge, MA 02139 [EMAIL PROTECT

[Rd] FW: Passing lists from R to C, extracting elements, and sending lists back again

2006-12-24 Thread Michael Braun
7;t seem to find the source code, or a description of what these functions actually do. Thanks again for any help you can provide. Best wishes, Michael Braun MIT Sloan School of Management [EMAIL PROTECTED] SEXP r = PROTECT(allocVector(VECSXP,n)); double rm[k][k];

[Rd] Undefined symbol when trying to dyn.load a shared object

2006-12-12 Thread Michael Braun
Many thanks in advance. Best wishes, Michael ------ Michael Braun Assistant Professor of Marketing MIT Sloan School of Management 38 Memorial Drive, E56-329 Cambridge, MA 02139 [EMAIL PROTECTED] (617) 253-3436 __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel