Pregunta

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.

¿Fue útil?

Solución

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

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top