Skip to content

Commit abdbff6

Browse files
fix: re-add MORI_IO_TC envvars
Signed-off-by: simondanielsson <simon.danielsson99@hotmail.com>
1 parent e3d7c16 commit abdbff6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • benchmarks/multi_node/amd_utils

benchmarks/multi_node/amd_utils/env.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,11 @@ $1 == "DSCP" && $2 == ":" && $NF == p {
202202
NODENAME=$(hostname -s)
203203
if [[ $NODENAME == GPU* ]] || [[ $NODENAME == smci355-ccs-aus* ]]; then
204204
export MORI_RDMA_TC=96
205+
export MORI_IO_TC=96
205206
echo "[INFO] Auto-detected MORI_RDMA_TC=$MORI_RDMA_TC from hostname $NODENAME"
206207
elif [[ $NODENAME == mia1* ]]; then
207208
export MORI_RDMA_TC=104
209+
export MORI_IO_TC=104
208210
echo "[INFO] Auto-detected MORI_RDMA_TC=$MORI_RDMA_TC from hostname $NODENAME"
209211
else
210212
echo "[INFO] nicctl not found and unable to detect from hostname. Skipping RDMA QoS configuration."

0 commit comments

Comments
 (0)