문제

I use RStudio, it's fantastic. Recent adjustments to my BLAS installation, however, require me to start R with the command

taskset 0xffff R

To get parallel processing to work. Is there a way tell RStudio to start it's R session with this command so I can use RStudio with parallel?

(I know parallel and GUI's don't play that nice)

Thanks.

EDIT: I'm running kUbuntu.

도움이 되었습니까?

해결책

You should be able to do this by customizing your Rprofile.site file, as described here:

http://www.statmethods.net/interface/customizing.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top