Azure / azurehpc

This repository provides easy automation scripts for building a HPC environment in Azure. It also includes examples to build e2e environment and run some of the key HPC benchmarks and applications.
MIT License
124 stars 66 forks source link

Fix NHC GPU application clocks script to iterate across all GPUs #615

Closed vanzod closed 2 years ago

vanzod commented 2 years ago

The return statements in the azure_gpu_app_clocks.nhc script stop the loop at the first iteration, causing only GPU #0 to have the correct max application frequency to be correct.