Hello,

 

 Currently I am working on running LAM-MPI over a Linux 2.4 kernel in a Virtex 2 FPGA. The processor included in this FPGA is a PowerPC 405.

I have successfully cross-compile LAM-MPI and the example programs runs ok. The problem is when I try to run a example in two different boards using a rsh conection.

To add rsh support to the FPGA I cross-compile the inetutils package which includes the rsh client and server. Both (client and server) runs fine when I use it from the command line the problem is when recon or lamboot send a command through rsh.

When recon calls the rsh client sends the command

 

rsh ip-address –l javier –n ‘echo $SHELL’

 

That command works, but when it sends

 

rsh ip-address –l javier –n tkill –N –v

 

the rsh client said that –N and –v options are unrecognized. I think this is because the command is not between ‘ ‘.

 

Any idea?

 

Than you very much

 

Javier Castillo

Universidad Rey Juan Carlos

javier.castillo@urjc.es