---
title: 关闭OOB功能
description: "建议测试Benchmark（例如OSU、GPCNET等）时，在命令行增加-x UCG_PLANC_UCX_USE_OOB=no，关闭复用OOB（out-of-band）资源功能，以提升Hyper MPI任务的性能。"
url: https://www.hikunpeng.com/document/detail/zh/hpchistory/hpckit/develop2400/userg_huaweimpi_0040.html
sourcePath: /source/zh/hpchistory/hpckit/develop2400/userg_huaweimpi_0040.html
indexId: d304d3c3eba16e881435881d26a59261d425a2ca9a8cca53cffdde9e662b03cc66
---
# 关闭OOB功能

建议测试Benchmark（例如OSU、GPCNET等）时，在命令行增加-x UCG_PLANC_UCX_USE_OOB=no，关闭复用OOB（out-of-band）资源功能，以提升Hyper MPI任务的性能。

示例：

mpirun -np 16 -x UCG_PLANC_UCX_USE_OOB=no osu_barrier
