Re: [R] mpirun question with Rmpi

2008-07-13 Thread Martin Morgan
"Erin Hodgess" <[EMAIL PROTECTED]> writes: > Dear R People: > > I'm running Rmpi on a single machine and I have the following > statement from the command line: > > mpirun -np 3 ./R --no-save < eek1.in >stuff4.out All three versions of eek1.in write to the same location, over-writing one another

[R] mpirun question with Rmpi

2008-07-11 Thread Erin Hodgess
Dear R People: I'm running Rmpi on a single machine and I have the following statement from the command line: mpirun -np 3 ./R --no-save < eek1.in >stuff4.out The stuff4.out file only contains the third result. Is there a way to fix this such that it shows all 3 sets, please Thanks in advance