Skip to content

littler with --slave option?

3 messages · Dirk Eddelbuettel, Rainer M Krug

#
Is it possible to use the --slave option with r?

The reason I am asking is, that
https://www.nbcr.net/pub/wiki/index.php?title=R_and_Snow#SGE_Example
uses R CMD BATCH and I would use r instead.

Thanks

Rainer
#
On 5 December 2008 at 09:20, Rainer M Krug wrote:
| Is it possible to use the --slave option with r?

Yes, it is the default for littler. You can turn --slave off by using
--verbose.

Dirk

| The reason I am asking is, that
| https://www.nbcr.net/pub/wiki/index.php?title=R_and_Snow#SGE_Example
| uses R CMD BATCH and I would use r instead.
| 
| Thanks
| 
| Rainer
| 
| 
| -- 
| Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation
| Biology, UCT), Dipl. Phys. (Germany)
| 
| Centre of Excellence for Invasion Biology
| Faculty of Science
| Natural Sciences Building
| Private Bag X1
| University of Stellenbosch
| Matieland 7602
| South Africa
| 
| _______________________________________________
| R-sig-hpc mailing list
| R-sig-hpc at r-project.org
| https://stat.ethz.ch/mailman/listinfo/r-sig-hpc
#
On Fri, Dec 5, 2008 at 2:50 PM, Dirk Eddelbuettel <edd at debian.org> wrote:
Thanks a lot,

Rainer