Commit 9c9ef170 authored by zhaoying1's avatar zhaoying1
Browse files

Update run_ft.sh

parent 43ef36f8
source env.sh
echo "START TIME: $(date)"
hostfile=./hostfile
......@@ -8,7 +5,7 @@ np=$(cat $hostfile|sort|uniq |wc -l)
np=$(($np*8))
which mpirun
mpirun -np $np --allow-run-as-root --hostfile hostfile --bind-to none --mca btl_tcp_if_include enp97s0f1 run_ft_single.sh 8
mpirun -np $np --hostfile hostfile run_ft_single.sh 8
echo "END TIME: $(date)"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment