Dear All, For my regression problem(thousand dependents by thousand predictors by hundred months observations), I prefer to parallel computation in R. Is it possible to parallel programming using R as using C and Fortran? Cheers, Lun
lun li wrote:> Dear All, > > For my regression problem(thousand dependents by thousand predictors by > hundred months observations), I prefer to parallel computation in R. > Is it possible to parallel programming using R as using C and Fortran? > > > Cheers, > > > Lun > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > http://www.stat.math.ethz.ch/mailman/listinfo/r-help >Look up RPvm and RMPI packages Good luck ...
> lun li wrote: > > Dear All, > > > > For my regression problem(thousand dependents by thousand predictors by > > hundred months observations), I prefer to parallel computation in R. > > Is it possible to parallel programming using R as using C and Fortran? > > > > > > Cheers, > > > > > > Lun > > > > ______________________________________________ > > R-help at stat.math.ethz.ch mailing list > > http://www.stat.math.ethz.ch/mailman/listinfo/r-help > > > > Look up RPvm and RMPI packages >looking at www.openmosix.org is maybe interesting, too. Torsten> Good luck ... > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > http://www.stat.math.ethz.ch/mailman/listinfo/r-help > >
Thank you very much for the information of RPvm and RMPI packages. I got them. Best regards, Lun>From: "M.Kondrin" <mkondrin at hppi.troitsk.ru> >To: lun li <lun_li at hotmail.com> >CC: R-Help <R-help at stat.math.ethz.ch> >Subject: Re: [R] Parallel programming using R >Date: Tue, 04 Mar 2003 14:25:02 -0800 > >lun li wrote: >>Dear All, >> >>For my regression problem(thousand dependents by thousand predictors by >>hundred months observations), I prefer to parallel computation in R. Is >>it possible to parallel programming using R as using C and Fortran? >> >> >>Cheers, >> >> >>Lun >> >>______________________________________________ >>R-help at stat.math.ethz.ch mailing list >>http://www.stat.math.ethz.ch/mailman/listinfo/r-help >> > >Look up RPvm and RMPI packages > >Good luck ... >
On Tue, 04 Mar 2003, lun li told this:> Thank you very much for the information of RPvm and RMPI packages. I got > them. >You might want to wait for a few days for snow (Simple Network of Workstations) package to reach CPAN. Or download it from here, http://www.stat.uiowa.edu/~luke/R/cluster/cluster.html Cheers, Michael