| 查看: 140 | 回复: 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. " |
» 猜你喜欢
什么是人一生最重要的?
已经有10人回复
面上可以超过30页吧?
已经有13人回复
网上报道青年教师午睡中猝死、熬夜猝死的越来越多,主要哪些原因引起的?
已经有10人回复
为什么中国大学工科教授们水了那么多所谓的顶会顶刊,但还是做不出宇树机器人?
已经有13人回复
版面费该交吗
已经有17人回复
【博士招生】太原理工大学2026化工博士
已经有8人回复
280求调剂
已经有4人回复
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)