"vscode:/vscode.git/clone" did not exist on "902a3e16f937d4f142968dea265c9e03c8559bb8"
Commit 946cea7d authored by zhaoying1's avatar zhaoying1
Browse files

Update run-13b.sh

parent dcff3c4d
...@@ -9,7 +9,7 @@ export NCCL_P2P_LEVEL=5 ...@@ -9,7 +9,7 @@ export NCCL_P2P_LEVEL=5
rm -rf ./hostfile/* rm -rf ./hostfile/*
echo "START TIME: $(date)" echo "START TIME: $(date)"
hostfile=./hostfile/$SLURM_JOB_ID hostfile=./hostfile
np=$(cat $hostfile|sort|uniq |wc -l) np=$(cat $hostfile|sort|uniq |wc -l)
np=$(($np*4)) np=$(($np*4))
......
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