Re: [Rd] compiler flags for performance

2019-06-14 Thread arnaud gaboury
On Fri, Jun 14, 2019 at 1:44 PM lejeczek via R-devel wrote: > On 13/06/2019 16:14, Dirk Eddelbuettel wrote: > > On 13 June 2019 at 16:05, lejeczek via R-devel wrote: > > | I'd like to ask, and I believe this place here should be best as who > can > > | know better, if building R with different co

Re: [Rd] R_PROFILE_USER

2015-12-06 Thread arnaud gaboury
On Sat, Dec 5, 2015 at 9:43 PM, arnaud gaboury wrote: > > On Sat, Dec 5, 2015, 9:39 PM peter dalgaard wrote: > > >> On 05 Dec 2015, at 18:07 , arnaud gaboury >> wrote: >> >> In my shell environment, I have set a path to R_PROFILE_USER. The >> file,

Re: [Rd] R_PROFILE_USER

2015-12-05 Thread arnaud gaboury
On Sat, Dec 5, 2015, 9:39 PM peter dalgaard wrote: > On 05 Dec 2015, at 18:07 , arnaud gaboury wrote: > > In my shell environment, I have set a path to R_PROFILE_USER. The > file, Rprofile.R, is a collection of small hacks. > > I want to build rstudio-server from source.

[Rd] R_PROFILE_USER

2015-12-05 Thread arnaud gaboury
In my shell environment, I have set a path to R_PROFILE_USER. The file, Rprofile.R, is a collection of small hacks. I want to build rstudio-server from source. Best is to $ unset R_PROFILE_USER before. Unfortunately, this has no effect on my system. ---

Re: [Rd] R 3.2.2 - make check and install package hang

2015-10-17 Thread arnaud gaboury
On Sat, Oct 17, 2015 at 9:04 PM, McCully, Dwayne (NIH/NIAMS) [C] wrote: > Hello Everyone, > > After trying several ways to compile R 3.2.2 without luck, I’m reaching out > for help. > The “make check” does not hanges for some reason and when > trying to install a package it cannot list the downlo

Re: [Rd] Build R with MKL and ICC

2015-10-11 Thread arnaud gaboury
On Wed, Sep 30, 2015 at 12:18 PM, arnaud gaboury wrote: > On Tue, Sep 29, 2015 at 8:11 PM, Nathan Kurz wrote: >> Hi Arnaud -- >> >> I'm glad it's working for you. I'm not sure I understand your final >> answer. Are you saying that the version I post

Re: [Rd] Build R with MKL and ICC

2015-09-30 Thread arnaud gaboury
.6 => /lib64/libc.so.6 (0x7f231f9e1000) libdl.so.2 => /lib64/libdl.so.2 (0x7f231f7dd000) /lib64/ld-linux-x86-64.so.2 (0x55ce12e09000) -- > > Also, did you determine if the the same approach worked for li

Re: [Rd] Build R with MKL and ICC

2015-09-29 Thread arnaud gaboury
On Wed, Sep 9, 2015 at 11:26 PM, Nathan Kurz wrote: > > As a short and simple approach, I just compiled the current R release > on Ubuntu with ICC and MKL using just this: > > $ tar -xzf R-3.2.2.tar.gz > $ cd R-3.2.2 > $ CC=icc CXX=icpc AR=xiar LD=xild CFLAGS="-g -O3 -xHost" CXXFLAGS="-g > -O3 -xH

Re: [Rd] Optimize R: some confusion with Lapack and OpenBlas/openBlas openmp packages.

2015-09-18 Thread arnaud gaboury
On Thu, Sep 17, 2015 at 11:43 PM, arnaud gaboury wrote: > I run Fedora 22 R package. It is build with --with-lapack \ > --with-blas \ --enable-R-shlib \. > > As the machine will act as a server with lots of R data computing, I > try to optimize my R package. > >

[Rd] Optimize R: some confusion with Lapack and OpenBlas/openBlas openmp packages.

2015-09-17 Thread arnaud gaboury
I run Fedora 22 R package. It is build with --with-lapack \ --with-blas \ --enable-R-shlib \. As the machine will act as a server with lots of R data computing, I try to optimize my R package. At first, I installed parallel_studio_xe_2016 with a free one year licence. Then, I build a package fo

Re: [Rd] Build R form source - manuals

2015-09-09 Thread arnaud gaboury
On Wed, Sep 9, 2015 at 9:11 AM, Prof Brian Ripley wrote: > On 09/09/2015 07:40, arnaud gaboury wrote: >> >> I built R form source succesfully on my Fedora 22 box. No errors. > > > Which version of R? 3-2-1 >> >> >> I can read there is an issue with

[Rd] Build R form source - manuals

2015-09-08 Thread arnaud gaboury
I built R form source succesfully on my Fedora 22 box. No errors. I can read there is an issue with some manuals at build time when running makeinfo, especially these two: doc/manual/R-exts.texi cp doc/manual/R-intro.texi Some distro have hacks about makeinfo 5 in their build script. I wonder if

Re: [Rd] Build R with MKL and ICC - make check fails

2015-09-08 Thread arnaud gaboury
On Tue, Sep 8, 2015 at 10:31 AM, arnaud gaboury wrote: > The whole build goes well and success. Now, when $ make check, it > fails because of the WARNING. > > --- > running code in 'eval-etc.R' ... OK > comparing 'eval-etc.Rout'

[Rd] Build R with MKL and ICC - make check fails

2015-09-08 Thread arnaud gaboury
The whole build goes well and success. Now, when $ make check, it fails because of the WARNING. --- running code in 'eval-etc.R' ... OK comparing 'eval-etc.Rout' to './eval-etc.Rout.save' ...WARNING: ignoring environment value of R_HOME 1d0 < WARNING: ignoring environ

Re: [Rd] Build R with MKL and ICC

2015-09-05 Thread arnaud gaboury
On Fri, Sep 4, 2015 at 5:58 PM, Martyn Plummer wrote: > On Wed, 2015-09-02 at 20:49 +0200, arnaud gaboury wrote: >> On Wed, Sep 2, 2015 at 7:35 PM, arnaud gaboury >> wrote: >> > After a few days of reading and headache, I finally gave a try at >> > building R f

Re: [Rd] Build R with MKL and ICC

2015-09-04 Thread arnaud gaboury
On Fri, Sep 4, 2015, 9:24 AM Bjørn-Helge Mevik wrote: arnaud gaboury writes: > After a few days of reading and headache, I finally gave a try at > building R from source with Intel MKL and ICC. Documentation and posts > on this topic are rather incomplete, sometime fantasist et do

Re: [Rd] Build R with MKL and ICC

2015-09-02 Thread arnaud gaboury
On Wed, Sep 2, 2015 at 7:35 PM, arnaud gaboury wrote: > After a few days of reading and headache, I finally gave a try at > building R from source with Intel MKL and ICC. Documentation and posts > on this topic are rather incomplete, sometime fantasist et do not give > much explan

[Rd] Build R with MKL and ICC

2015-09-02 Thread arnaud gaboury
After a few days of reading and headache, I finally gave a try at building R from source with Intel MKL and ICC. Documentation and posts on this topic are rather incomplete, sometime fantasist et do not give much explanations about configure options. As I am not sure if mine is correct, I would app

[Rd] Buidling R from source on a server

2015-08-31 Thread arnaud gaboury
Distro: Fedora 22 server rstudio server running I had to rebuild R from source in order to use Intel Compiler. The host is a server, with no X environment. I plan to use R either from CLI or from rstudio server. As for the configure option, I am not sure if I shall disable x and tcl-tk ( --with-

Re: [Rd] Build optimized R : openblas, MKL, ATLAS

2015-08-24 Thread arnaud gaboury
On Mon, Aug 24, 2015 at 1:42 PM, Dirk Eddelbuettel wrote: > > On 24 August 2015 at 11:43, arnaud gaboury wrote: > | On Mon, Aug 24, 2015 at 11:29 AM, Bjørn-Helge Mevik > | wrote: > | > arnaud gaboury writes: > | > > | >> - Intel MKL: this is part of In

Re: [Rd] Build optimized R : openblas, MKL, ATLAS

2015-08-24 Thread arnaud gaboury
On Mon, Aug 24, 2015 at 11:29 AM, Bjørn-Helge Mevik wrote: > arnaud gaboury writes: > >> - Intel MKL: this is part of Intel Parallel Studio and is a paid >> software. Now, there is the MKL package distributed by >> Revolutionanalytics, but I am not certain how this can be

[Rd] Web apps on a R server

2015-08-24 Thread arnaud gaboury
I want to deploy some R web apps with a clean separate of concerns: R code // applications. My choice for the R part is to use one of these two tools: - deployR[1] - OpenCPU[2] and JavaScript for web apps. OS is Fedora 22 and web server Nginx. I have been reading documentation about these two R

[Rd] Build optimized R : openblas, MKL, ATLAS

2015-08-22 Thread arnaud gaboury
I want to build R optimized, with either MKL, OpenBLAS or ATLAS. My OS: Fedora 22 Hardware: CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 8 Thread(s) per core: 2 Vendor ID: GenuineIntel Model name: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz I am a little confused when it comes to