Commit 8edbbd3e authored by zhaoying1's avatar zhaoying1
Browse files

Update run-13b.sh

parent 946cea7d
...@@ -7,12 +7,11 @@ export NCCL_SOCKET_IFNAME=ib0 ...@@ -7,12 +7,11 @@ export NCCL_SOCKET_IFNAME=ib0
export NCCL_P2P_LEVEL=5 export NCCL_P2P_LEVEL=5
rm -rf ./hostfile/*
echo "START TIME: $(date)" echo "START TIME: $(date)"
hostfile=./hostfile hostfile=./hostfile
np=$(cat $hostfile|sort|uniq |wc -l) np=$(cat $hostfile|sort|uniq |wc -l)
np=$(($np*4)) np=$(($np*8))
which mpirun which mpirun
......
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