Skip to content
Prev 730 / 2152 Next

Making a series of similar, but modified .r files- suggested method(s)? Re: Running jobs on a linux cluster

You can use R to dynamically generate the .R files and then process
them with Rmpi and snow.  See the examples on my replication page or
the following file that generates 3 .R files of data and related files
for an R + JAGS session.  Would post on the R-hpc list, but this is
not one I can provide as a reproducible example.  In what I do, I then
dispatch the multiple .R files to separate nodes for computation.

Let me know if you have questions.

PTB