| 查看: 154 | 回复: 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. " |
» 猜你喜欢
307分材料专业求调剂
已经有10人回复
304求调剂
已经有16人回复
336求调剂,一志愿中科大
已经有9人回复
求调剂 一志愿西南交通大学085701环境工程 282分
已经有15人回复
化学工程调剂289
已经有24人回复
284求调剂
已经有16人回复
275 求调剂
已经有6人回复
材料工程322
已经有16人回复
化工学硕 285求调剂
已经有24人回复
293调剂
已经有18人回复
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)