rsnt_translations
57,772
edits
(Marked this version for translation) |
No edit summary |
||
Line 135: | Line 135: | ||
<!--T:77--> | <!--T:77--> | ||
Using the R command <tt>system()</tt> you can execute commands in the ambient environment from inside R. On Compute Canada clusters this can lead to problems because R will | Using the R command <tt>system()</tt> you can execute commands in the ambient environment from inside R. On Compute Canada clusters this can lead to problems because R will give an incorrect value to the environment variable <tt>LD_LIBRARY_PATH</tt>. You can avoid this problem by using the syntax <tt>system("LD_LIBRARY_PATH=$RSNT_LD_LIBRARY_PATH <my system call>")</tt> in your R system calls. | ||
==Exploiting parallelism in R== <!--T:46--> | ==Exploiting parallelism in R== <!--T:46--> |