| 查看: 199 | 回复: 1 | |||
| 当前主题已经存档。 | |||
[交流]
【求助】运行vasp时KMP_STACKSIZE问题
|
|||
|
初学Vasp,在运行Vasp时出现如下的信息,应该如何解决?谢谢! "OMP abort: Unable to set worker thread stack size to 2098176 bytes Try reducing KMP_STACKSIZE or increasing the shell stack limit. " |
» 猜你喜欢
上海工程技术大学 激光智能制造课题组 2027级博士研究生招生
已经有5人回复
课题组招2027级博士 上海工程技术大学 激光智能制造方向
已经有5人回复
有机合成以后会不会被AI改变?做科研的虫友怎么看
已经有8人回复
求合成方法
已经有7人回复
现代”学阀”该如何界定
已经有12人回复
我的奶奶
已经有3人回复
huangyc
木虫 (正式写手)
- 应助: 2 (幼儿园)
- 金币: 2242.1
- 散金: 12
- 红花: 2
- 帖子: 411
- 在线: 312.5小时
- 虫号: 624241
- 注册: 2008-10-12
- 专业: 理论和计算化学
★ ★ ★
fegg7502(金币+3,VIP+0):鼓励交流! 5-9 17:11
fegg7502(金币+3,VIP+0):鼓励交流! 5-9 17:11
|
KMP_STACKSIZE is an environment variable in Open MP, it gives the available stack size for each thread. please try (one of) the following a) set KMP_STACKSIZE explicitely (setenv KMP_STACKSIZE=2m would e.g. set it to 2 Megabytes) please ask your sys admin about the maximum available stack size and/or to increase the stack size maximum.. b) check the stack limit of your shell ("ulimit -s" ; if it is limited, please set "ulimit -s unlimited" for your shell (in the .bashrc file for example) http://cms.mpi.univie.ac.at/vasp-forum/forum_viewtopic.php?3.3962 |
2楼2009-05-09 16:46:38










回复此楼
; if it is limited, please set "ulimit -s unlimited" for your shell (in the .bashrc file for example)