---
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/kunpenghpcs/hpckit/devg/userg_huaweimpi_0027.html
sourcePath: /source/zh/kunpenghpcs/hpckit/devg/userg_huaweimpi_0027.html
indexId: e353dc483e1349bf371d0108c8fc08548d1c587a2c45e3ee05925ea04c4c566a60
---
# 关闭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
