|
本帖最后由 卡开发发 于 2024-10-9 04:01 编辑
看上去没有其他问题,其实暂时判断不了。只能说如果是内存不足的问题,你可以关注这个部分:
+---------------- MEMORY AND SCRATCH DISK ESTIMATES PER PROCESS --------------+
| Memory Disk |
| Baseline code, static data and system overhead 0.0 MB 0.0 MB |
| BLAS internal memory storage 0.0 MB 0.0 MB |
| Model and support data 1149.6 MB 6335.5 MB |
| Electronic energy minimisation requirements 903.9 MB 0.0 MB |
| Force calculation requirements 117.3 MB 0.0 MB |
| Stress calculation requirements 127.8 MB 0.0 MB |
| ----------------------------- |
| Approx. total storage required per process 2053.6 MB 6335.5 MB |
| |
| Requirements will fluctuate during execution and may exceed these estimates |
+-----------------------------------------------------------------------------+
大概一个处理器要2G左右的内存,如果系统再吃掉一些,你看看你的内存还够不够。另外如果没有那么高的要求或许你可以试试老超软赝势,那个对动能截断需求应该没那么高,这样也许可以节约一些内存。 |
|