modify the mpi scripts 3

This commit is contained in:
zhangshuai 2019-05-27 16:20:15 +08:00
parent 270c2b6871
commit 41f79599b1
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ sleep 5m
#登入各节点kill相关进程以结束仿真1.目前方式比较暴力后续改进2.cd ~/MPI 还要进行灵活性优化)
for((i=0;i<host_count;i++))
do
ssh -f -n ${hosts[$i]} > /dev/null 2>&1 "cd ~/MPI;
ssh -f -n ${hosts[$i]} > /dev/null 2>&1 "cd ~/Git/Gazebo_Distributed_MPI/mpi_run;
./kill.sh;
./kill.sh;
./kill.sh;