[GRASS-user] i.vi.mpi

Hi all
I had imported the image and got 7 layers, but when I am running the i.vi.mpi

/* (foo=3
filename=ndvi1-new-$foo
time mpirun -np $foo /usr/local/grass-6.4.2svn/bin/i.vi.mpi viname=ndvi red=/localuser/ripsime/grass6/sevansee/PERMANENT/cell/outsevanozero.3@PERMANENT nir=outsevanozero.4 vi=$filename tmp=1)

I have put the full path to this parameters in my script*/ :(((

and I am getting the following error (for example ) :

Modified mpirun: Executing command: red=outsevanozero.3 nir=outsevanozero.4 vi=ndvi1-new-3 tmp=1
/opt/glite/bin/mpirun: line 40: ./red=outsevanozero.2: No such file or directory

real 0m0.005s
user 0m0.002s
sys 0m0.000s

so with all parameters.

Tell me, please!!! how can I solve this problem???