Re: [Rd] Installing Rmpi on 64-bit Linux Athlon

2006-10-13 Thread McGehee, Robert
ry changes to the package maintainer. Best, Robert -Original Message- From: Hin-Tak Leung [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 6:10 AM To: [EMAIL PROTECTED] Cc: McGehee, Robert; r-devel@stat.math.ethz.ch Subject: Re: [Rd] Installing Rmpi on 64-bit Linux Athlon No

Re: [Rd] Installing Rmpi on 64-bit Linux Athlon

2006-10-10 Thread Hin-Tak Leung
No, both of you are not doing it correctly - you are confused about linker problem with runtime issue. LD_LIBRARY_PATH is a runtime flag. You want to set the linker flag to influence the linker behavior: setenv LDFLAGS="-L$prefix/lib -L$prefix/lib64" or edit the makefile or Makevars do the equiv

Re: [Rd] Installing Rmpi on 64-bit Linux Athlon

2006-10-10 Thread c . farrow
Hi, I think you need to reverse the order of the first two lines as currently you are using $prefix before it is defined. setenv prefix "/home/a347549/local64" setenv LD_LIBRARY_PATH "-L$prefix/lib -L$prefix/lib64" colin. On 9 Oct, McGehee, Robert wrote: > Hello, > We have recently added a 6

[Rd] Installing Rmpi on 64-bit Linux Athlon

2006-10-09 Thread McGehee, Robert
Hello, We have recently added a 64-bit 2 x Dual-Core Athlon server running Red Hat Enterprise Linux AS release 3 to allow for processing of large data sets (>4GB) in R. To integrate this server into our Linux cluster, I have been trying (unsuccessfully) to use Rmpi/lam-mpi to parallel process some