Re: [Rd] parallel build for package? (equivalent of make -j8)

2008-12-01 Thread Uwe Ligges
Peter Dalgaard wrote: Whit Armstrong wrote: I have a package that takes about 20 minutes to compile which tends to prolong the compile/test/compile cycle. Does anyone know how to get R CMD check or R CMD INSTALL to use parallel make? I looked at R CMD INSTALL --help, but I don't see

Re: [Rd] parallel build for package? (equivalent of make -j8)

2008-12-01 Thread Prof Brian Ripley
On Mon, 1 Dec 2008, Uwe Ligges wrote: Peter Dalgaard wrote: Whit Armstrong wrote: I have a package that takes about 20 minutes to compile which tends to prolong the compile/test/compile cycle. Does anyone know how to get R CMD check or R CMD INSTALL to use parallel make? I looked at R

Re: [Rd] parallel build for package? (equivalent of make -j8)

2008-12-01 Thread Uwe Ligges
Prof Brian Ripley wrote: On Mon, 1 Dec 2008, Uwe Ligges wrote: Peter Dalgaard wrote: Whit Armstrong wrote: I have a package that takes about 20 minutes to compile which tends to prolong the compile/test/compile cycle. Does anyone know how to get R CMD check or R CMD INSTALL to use

Re: [Rd] parallel build for package? (equivalent of make -j8)

2008-12-01 Thread Whit Armstrong
yes, this was just a parallel build within one package. Thanks very much for your help. -Whit On Mon, Dec 1, 2008 at 6:01 AM, Uwe Ligges [EMAIL PROTECTED] wrote: Prof Brian Ripley wrote: On Mon, 1 Dec 2008, Uwe Ligges wrote: Peter Dalgaard wrote: Whit Armstrong wrote: I have a

[Rd] parallel build for package? (equivalent of make -j8)

2008-11-30 Thread Whit Armstrong
I have a package that takes about 20 minutes to compile which tends to prolong the compile/test/compile cycle. Does anyone know how to get R CMD check or R CMD INSTALL to use parallel make? I looked at R CMD INSTALL --help, but I don't see anything obvious arguments to do this. Thanks, Whit

Re: [Rd] parallel build for package? (equivalent of make -j8)

2008-11-30 Thread Peter Dalgaard
Whit Armstrong wrote: I have a package that takes about 20 minutes to compile which tends to prolong the compile/test/compile cycle. Does anyone know how to get R CMD check or R CMD INSTALL to use parallel make? I looked at R CMD INSTALL --help, but I don't see anything obvious arguments to do

Re: [Rd] parallel build for package? (equivalent of make -j8)

2008-11-30 Thread Whit Armstrong
linux, x86-64. omg, MAKE=make -j8 R CMD INSTALL works beautifully. Thanks for making me see the light. Cheers, Whit On Sun, Nov 30, 2008 at 12:29 PM, Peter Dalgaard [EMAIL PROTECTED] wrote: Whit Armstrong wrote: I have a package that takes about 20 minutes to compile which tends to