Re: [Rd] rpvm arch check

2013-01-24 Thread George Ostrouchov
Is there a reason that you choose to use PVM rather than MPI? MPI is the current standard and PVM is no longer supported. There are R packages pbdMPI and Rmpi that use MPI. There is also additional infrastructure for SPMD style programming in other pbd packages on CRAN. The best instructions o

Re: [Rd] rpvm arch check

2013-01-17 Thread Simon Urbanek
On Jan 17, 2013, at 10:52 AM, Michael Li wrote: > OK. I will upload the updated version to CRAN and see if there is any problem > with the checking. > > One additional question, if a user decides to build the library from source > he may still encounter the problem. Is there a way (though conf

Re: [Rd] rpvm arch check

2013-01-17 Thread Michael Li
OK. I will upload the updated version to CRAN and see if there is any problem with the checking. One additional question, if a user decides to build the library from source he may still encounter the problem. Is there a way (though configure.in file maybe) to detect the architecture of the externa

Re: [Rd] rpvm arch check

2013-01-15 Thread Simon Urbanek
On Jan 15, 2013, at 2:24 PM, Michael Li wrote: > I've trying to fix the check error in rpvm package. Right now on my Mac, I > use darwinport to install PVM and I can get rpvm to pass the check using 'R > -arch x86_64 CMD check'. However the default 'R CMD check' uses i386 which > fails since PV

[Rd] rpvm arch check

2013-01-15 Thread Michael Li
I've trying to fix the check error in rpvm package. Right now on my Mac, I use darwinport to install PVM and I can get rpvm to pass the check using 'R -arch x86_64 CMD check'. However the default 'R CMD check' uses i386 which fails since PVM is built for x86_64 only. So is there a way to ensure pr