bfoubert <[email protected]> writes: > I'm running R/snow on a small cluster with opensuse, openmpi, and openshh. I > start up R with "mpirun -n 1 R --no-save". That works but it strikes me how > easily I get kicked out of R whenever I run into syntax errors. Is there a > way to avoid this, for instance, by starting up a regular R session and > invoking/activating(?) openmpi within R, e.g. by passing on extra arguments > to the makeCluster function?
Does this https://stat.ethz.ch/pipermail/r-sig-hpc/2009-May/000233.html help? Martin > > Thanks to all who make parallel computing also possible for applied > statisticians. > bram foubert -- Martin Morgan Computational Biology / Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Location: Arnold Building M1 B861 Phone: (206) 667-2793 ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

