We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b19857 commit fba890eCopy full SHA for fba890e
runner/helpers/numa_bind.sh
@@ -21,7 +21,6 @@ LOG_INFO_RANK0() {
21
}
22
23
# Capture the output from amd-smi and process it without quotes
24
-# BUS_ID=($(amd-smi list --csv | awk -F, 'NR>1 && $2!="" {print $2}'))
25
mapfile -t BUS_ID < <(amd-smi list --csv | awk -F, 'NR>1 && $2!="" {print $2}')
26
LOG_INFO_RANK0 "BUS_IDs: ${BUS_ID[*]}"
27
0 commit comments