search for: polluated

Displaying 5 results from an estimated 5 matches for "polluated".

Did you mean: collated
2015 Dec 05
2
R_PROFILE_USER
...s this one: ----------------------------------------- % R --slave --no-save -e "cat(R.home('lib'))" *** Successfully loaded .Rprofile *** /usr/lib64/R/libGoodbye poisonivy Sat Dec 5 18:03:06 2015 ---------------------------------------------- and as you can see, the result is polluated 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/...
2015 Dec 05
1
R_PROFILE_USER
...----------------- > % R --slave --no-save -e "cat(R.home('lib'))" > > *** Successfully loaded .Rprofile *** > > /usr/lib64/R/libGoodbye poisonivy Sat Dec 5 18:03:06 2015 > ---------------------------------------------- > > and as you can see, the result is polluated 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 us...
2015 Sep 30
1
Build R with MKL and ICC
...e it is. The script is writen for Parallel studio 2016. Change path accordingly if composerxe 2015. libRlib and libRblas are build as shared librairies. It build with static libraries too. More options can be added to configure. Best is to source mklvars and compilervars in a script so it won't polluated your shell environment once the build is done. --------------------------------------------------------------- #! /bin/sh source /opt/intel/compilers_and_libraries_2016.0.109/linux/mkl/bin/mklvars.sh intel64 source /opt/intel/bin/compilervars.sh intel64 _icclibpath=/opt/intel/compilers_and_lbrar...
2015 Dec 05
0
R_PROFILE_USER
...-------------- > % R --slave --no-save -e "cat(R.home('lib'))" > > *** Successfully loaded .Rprofile *** > > /usr/lib64/R/libGoodbye poisonivy Sat Dec 5 18:03:06 2015 > ---------------------------------------------- > > and as you can see, the result is polluated 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...
2015 Sep 29
2
Build R with MKL and ICC
On Wed, Sep 9, 2015 at 11:26 PM, Nathan Kurz <nate at verse.com> 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 -xHost" ./configure