| 查看: 189 | 回复: 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. " |
» 猜你喜欢
面上再次挂了,太难了,躺也躺不了,倦也卷不过,小学校之殇!
已经有25人回复
2026年国自然面上资助率
已经有22人回复
面上提前没消息,有中的吗
已经有15人回复
基础研究怎么拉横向,学校到款任务越来越多,难以完成 拉横向,都有哪些途径啊
已经有12人回复
这种情况还有戏吗
已经有12人回复
微信指数没变化,科研之友没阅读
已经有19人回复
准备明年的基金了
已经有7人回复
2027年申博
已经有3人回复
一个有机合成实验室都需要哪些设备?
已经有7人回复
HXDI做水性聚氨酯乳液,是不是特别容易出渣
已经有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)