search for: arnaudgabourygabx

Displaying 20 results from an estimated 28 matches for "arnaudgabourygabx".

2015 Dec 05
1
R_PROFILE_USER
...es? (~/.Rprofile and ./.Rprofile being the most obvious suspects). That is my first thought. As for the file, I made a typo in my post. It is indeed Rprofile.r ( r lower case). That could explain the welcome message. -pd > > Thank you. > -- > > google.com/+ <http://google.com/+arnaudgabourygabx>arnaudgabourygabx <http://google.com/+arnaudgabourygabx> > > ______________________________________________ > R-devel at r-project.org mailing list > https <https://stat.ethz.ch/mailman/listinfo/r-devel>:// <https://stat.ethz.ch/mailman/listinfo/r-devel>stat.ethz.ch...
2015 Dec 05
2
R_PROFILE_USER
...by my profile. I can't edit Cmake file to add "--vanilla" as they are generated each time I start cmake. Even deleting my Rprofile.R file, the environment still persists. I have no idea why this behavior. Any hints why I can't unset my profile user ? Thank you. -- google.com/+arnaudgabourygabx
2015 Sep 08
1
Build R with MKL and ICC - make check fails
...l along the make process, but does not break the build as only a warning: ignoring environment value of R_HOME What can I do to fix this and pass the make check? As I am buidling a .rpm package for my distro (Fedora 22), I would like everything to be clean. Thank you for hints. -- google.com/+arnaudgabourygabx
2015 Sep 08
1
Build rpm package for R-MKL
...@ PATH=${PATH}:/opt/intel/bin Now I am left with only one issue, the texinfo stuff. Bzw, are you interested in my spec file to build R with MKL and ICC ? I would be happy this can help other Fedora users. Thank you for your attention. > > ~tom > > == > Red Hat -- google.com/+arnaudgabourygabx
2015 Aug 24
1
Web apps on a R server
...ding documentation about these two R application integration tools, and find hard to choose one method. So I am interested in hearing testimonies from anyone with experience and pro/cons. Thank you for advice. [1]http://deployr.revolutionanalytics.com/ [2]https://www.opencpu.org -- google.com/+arnaudgabourygabx
2014 Aug 19
1
virt-install: failed to initialize KVM: Permission denied
...hts are correct. $ lsmod return kvm & kvm_intel are loaded. If I run the virt-install with qemu:///session, I do not have this issue and can create the VM. I found many entries about the KVM permission issue, but with no clear answer to solve it. Thank you for any suggestion -- google.com/+arnaudgabourygabx
2015 Sep 02
0
Build R with MKL and ICC
...l_thread -lpthread -lm > Compiler options: -DMKL_ILP64 -qopenmp -I${MKLROOT}/include > > What is the difference between -openmp and -qopenmp? Shall I use > indeed the above compiler options? > > Thank you for help in this difficult topic for me. > > -- > > google.com/+arnaudgabourygabx -- google.com/+arnaudgabourygabx
2015 Aug 22
2
Build optimized R : openblas, MKL, ATLAS
...the MKL package distributed by Revolutionanalytics, but I am not certain how this can be distributed for free. Is there any kind of difference? In case of use of this package, do I need to install RRO or can I just build R from GNU against these libraries? Thank you for advices. -- google.com/+arnaudgabourygabx
2015 Sep 02
4
Build R with MKL and ICC
...tel64 -lmkl_intel_ilp64 -lmkl_core -lmkl_intel_thread -lpthread -lm Compiler options: -DMKL_ILP64 -qopenmp -I${MKLROOT}/include What is the difference between -openmp and -qopenmp? Shall I use indeed the above compiler options? Thank you for help in this difficult topic for me. -- google.com/+arnaudgabourygabx
2015 Sep 08
2
Build rpm package for R-MKL
...-qopenmp -parallel -I/opt/intel/compilers_and_libraries_2016.0.109/linux/mkl/include -c libcurl.c -o libcurl.o So no idea why, at this part of the process, icc is not found. Weird, as building manually from source (no rpmbuild) is OK. > > ~tom > > == > Red Hat -- google.com/+arnaudgabourygabx
2015 Sep 09
2
Build R form source - manuals
...al/R-intro.texi Some distro have hacks about makeinfo 5 in their build script. I wonder if some manuals are broken but couldn't see it when running make. May someone tells me more about this issue and what can I do to make sure these manuals are correctly built. Thank you -- google.com/+arnaudgabourygabx
2015 Aug 24
3
Build optimized R : openblas, MKL, ATLAS
...t FC="ifort" > export FCFLAGS="$fast -fp-model precise" > > -- > Regards, > Bj?rn-Helge Mevik > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- google.com/+arnaudgabourygabx
2015 Sep 07
2
Build rpm package for R-MKL
...v doc/manual/R-intro.texi.spot doc/manual/R-intro.texi %endif ------------------------------ How can I solve this issue? Maybe remove the hack? I will post configure and make options if needed. Thank you for hints. [0]https://fedoraproject.org/wiki/How_to_create_an_RPM_package -- google.com/+arnaudgabourygabx
2015 Sep 04
2
Build R with MKL and ICC
...en -openmp and -qopenmp? Shall I use > > indeed the above compiler options? The option -qopenmp replaces -openmp, which is deprecated. This is in the man page for icc. Martyn > > Thank you for help in this difficult topic for me. > > > > -- > > > > google.com/+arnaudgabourygabx > > > ----------------------------------------------------------------------- This message and its attachments are strictly confidenti...{{dropped:8}}
2015 Sep 30
1
Build R with MKL and ICC
...gt; $ ldd bin/exec/R >> linux-vdso.so.1 (0x00007ffe305f9000) >> libmkl_rt.so => /opt/intel/mkl/lib/intel64_lin/libmkl_rt.so (0x00007f216c9e3000) >> ................................. [0]https://software.intel.com/en-us/search/site/language/en?query=-lm -- google.com/+arnaudgabourygabx
2015 Aug 31
1
Build R with Intel MKL and compiler
...arrallel-studio-xe-2016 and would like to build R with the Intel compiler and MKL library on Fedora 22. Shall I thus make my own rpm package to install properly R-MKL ? If yes, I guess I can use the Fedora src.rpm package as a base and modify the R.spce file ? Thank you for hints -- google.com/+arnaudgabourygabx
2015 Aug 24
1
Build optimized R : openblas, MKL, ATLAS
...> > You may be able to switch at will _after_ R has been built and installed. something like: # update-alternatives --config .... ? Reference to this blog[0] > [0]http://blog.nguyenvq.com/blog/2014/11/10/optimized-r-and-python-standard-blas-vs-atlas-vs-openblas-vs-mkl/ -- google.com/+arnaudgabourygabx
2015 Dec 05
0
R_PROFILE_USER
...vior. > > Any hints why I can't unset my profile user ? Umm, it said that it loaded .Rprofile, not Rprofile.R. Any chance that you have similar code in two places? (~/.Rprofile and ./.Rprofile being the most obvious suspects). -pd > > Thank you. > -- > > google.com/+arnaudgabourygabx > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)3815350...
2014 Feb 10
2
Re: libvirt/qemu and cgroups
...lickr.com/photos/dberrange/ :| > |: http://libvirt.org -o- http://virt-manager.org :| > |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| > |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :| -- google.com/+arnaudgabourygabx
2014 Aug 16
0
Libvirt-install w8 iso
...p, and /dev/kvm belongs to user:kvm. I need to # rmmod kvm_intel before I start $ virt-install ..... Last, I don't understand well if I need to use qemu///system or qemu///session ? My goal is to let users start a VM when in their arch session. Thank you for any suggesuions. -- google.com/+arnaudgabourygabx