source /etc/profile
for g in {2..8}
do
  echo "Testing with $g GPUs..."
  all_reduce_perf -g $g -b 1G -e 1G -n 100 | grep float
done

