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))
...@@ -17,4 +17,4 @@ np=$(($np*4)) ...@@ -17,4 +17,4 @@ np=$(($np*4))
which mpirun which mpirun
mpirun -np $np --allow-run-as-root --hostfile hostfile --bind-to none --mca btl_tcp_if_include enp97s0f1 `pwd`/run-13b-single.sh 8 mpirun -np $np --allow-run-as-root --hostfile hostfile --bind-to none --mca btl_tcp_if_include enp97s0f1 `pwd`/run-13b-single.sh 8
echo "END TIME: $(date)" echo "END TIME: $(date)"
\ No newline at end of file
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