---
title: AICORE压测失败，错误码100011
description: "设置了环境变量ASCEND_RT_VISIBLE_DEVICES，执行AICORE报错，显示错误码100011。"
url: https://www.hiascend.com/document/detail/zh/mindcluster/latest/toolbox/toolboxug/toolboxug_0200.html
sourcePath: /source/zh/mindcluster/2610/toolbox/toolboxug/toolboxug_0200.html
indexId: 8179fed54b85590bc93e67fc5a3f9d12ce8c728f0b19b8755df3df6770b5e28365
---
# AICORE压测失败，错误码100011

#### 问题现象

设置了环境变量ASCEND_RT_VISIBLE_DEVICES，执行AICORE报错，显示错误码100011。

如plog日志打印报如下错误：

```
[ERROR]...The ASCEND_RT_VISIBLE_DEVICES environment variable is not supported,please unset it,error code: 100011.
```


#### 可能原因

设置了环境变量ASCEND_RT_VISIBLE_DEVICES，导致AICORE进程被拦截，压测失败。


#### 解决措施

不设置该环境变量。

```
unset ASCEND_RT_VISIBLE_DEVICES
```
