You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MPI latency test from the OSU microbenchmark suite is run. Sample scripts are on [GitHub](https://github.com/Azure/azhpc-images/blob/04ddb645314a6b2b02e9edb1ea52f079241f1297/tests/run-tests.sh)
:::image type="content" source="./media/latency-hc.png" alt-text="MPI latency on Azure HC.":::
75
39
76
40
## MPI bandwidth
77
41
78
-
OSU MPI Bandwidth Test v5.4.3.
42
+
MPI bandwidth test from the OSU microbenchmark suite is run. Sample scripts are on [GitHub](https://github.com/Azure/azhpc-images/blob/04ddb645314a6b2b02e9edb1ea52f079241f1297/tests/run-tests.sh)
:::image type="content" source="./media/bandwidth-hc.png" alt-text="MPI bandwidth on Azure HC.":::
49
+
50
+
51
+
## Mellanox Perftest
52
+
53
+
The [Mellanox Perftest package](https://community.mellanox.com/s/article/perftest-package) has many InfiniBand tests such as latency (ib_send_lat) and bandwidth (ib_send_bw). An example command is below.
54
+
55
+
```console
56
+
numactl --physcpubind=[INSERT CORE #] ib_send_lat -a
57
+
```
58
+
59
+
## Next steps
60
+
61
+
- Read about the latest announcements and some High Performance Computing (HPC) examples and results at the [Azure Compute Tech Community Blogs](https://techcommunity.microsoft.com/t5/azure-compute/bg-p/AzureCompute).
62
+
- For a higher-level architectural view of running HPC workloads, see [High Performance Computing (HPC) on Azure](/azure/architecture/topics/high-performance-computing/).
0 commit comments