mPrime over SSH
I've searched the entire forum and google for running mprime over SSH and got no hits, so I guess I'll go ahead and ask.
I want to test an entire rack of servers with mprime by using the command:
ssh <ip address> /home/mprime/mprime -t
and it works, but only for the first node and then it gets hung up on the response message.
I've also tried having the script from my execution unit run another script that ran mprime on the other nodes but it had the same issues.
(For clarification)
script 1:
ssh <ipaddress> /home/mprime/start-mprime.sh
start-mprime.sh (loaded on the outside nodes)
/home/mprime/mprime -t
Any suggestions out there?
|