Skip to content

Multithread processing

2 messages · Monder, Harvey, A.J. Rossini

#
Sorry, I should have been more specific.  We are experimenting with Linux
clusters and I wondered if R can take advantage of the multiprocessor
environment.

	Thanks,
	Harvey

	-----Original Message-----
	From:	Prof Brian D Ripley [SMTP:ripley at stats.ox.ac.uk]
	Sent:	Wednesday, September 26, 2001 3:47 PM
	To:	Monder, Harvey
	Cc:	'r-help at lists.r-project.org'
	Subject:	Re: [R] Multithread processing
On Wed, 26 Sep 2001, Monder, Harvey wrote:
> Dose anyone know if R can handle multithread processing?

	On what platform?

	I guess the answer is not yet, but on Windows it does make use of
multiple
	threads, not at user level.


	-- 
	Brian D. Ripley,                  ripley at stats.ox.ac.uk
	Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
	University of Oxford,             Tel:  +44 1865 272861 (self)
	1 South Parks Road,                     +44 1865 272860 (secr)
	Oxford OX1 3TG, UK                Fax:  +44 1865 272595

	
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
-.-
	r-help mailing list -- Read
http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
	Send "info", "help", or "[un]subscribe"
	(in the "body", not the subject !)  To:
r-help-request at stat.math.ethz.ch
	
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._.
_._
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
HM> Sorry, I should have been more specific.  We are experimenting
    HM> with Linux clusters and I wondered if R can take advantage of
    HM> the multiprocessor environment.

With explicit programming, you can do something similar (highly
depending on what you explicitly mean by "take advantage of") to
multiple threads using the RPVM library.

best,
-tony