123
This commit is contained in:
joy 2025-11-19 10:12:34 +08:00
parent 6490e93a66
commit edef14c31c
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ cd /opt/ && wget -qO- http://116.205.97.109/scripts/jenkins-install.sh | bash
```bash ```bash
cd /opt/ && wget -qO- http://116.205.97.109/scripts/gpu_bench_auto.sh|bash -s -- --tests=bandwidthTest,deviceQuery,gpu_burn,p2pBandwidthLatencyTest #gpu基准测试 cd /opt/ && wget -qO- http://116.205.97.109/scripts/gpu_bench_auto.sh|bash -s -- --tests=bandwidthTest,deviceQuery,gpu_burn,p2pBandwidthLatencyTest #gpu基准测试
cd /opt/ && wget -qO- http://116.205.97.109/scripts/dcgm_diag_bg_log.sh | bash #默认后台压测压测级别4预计时间2-3小时。 cd /opt/ && wget -qO- http://116.205.97.109/scripts/dcgm_diag_bg_log.sh | bash #默认后台压测压测级别4预计时间2-3小时。
cd /opt/ && wget -qO- http://116.205.97.109/scripts/local_allreduce_gpu.sh | bash #单节点allreduce测试
cd /opt/ && wget -qO- http://116.205.97.109/scripts/mpi_allreduce_perf_test.sh|bash -s -- --host=node01-ip:8,node02-ip:8 # allreduce 测试 cd /opt/ && wget -qO- http://116.205.97.109/scripts/mpi_allreduce_perf_test.sh|bash -s -- --host=node01-ip:8,node02-ip:8 # allreduce 测试
``` ```