老师好:我们一直在服务器上提交任务,用Gamess计算,但是这两天一直出错,我用以前算成功的例子都出错,不知道是否脚本需要修改。我的出错信息是: DDI Process 1: error code 911
DDI Process 1: semget return a DDI Process 0: semget ddikick.x: Fatal error detected.
The error is most likely to be in the application, so check for
input errors, disk space, memory needs, application bugs, etc.
ddikick.x will now clean up all processes, and exit...
ddikick.x: Sending kill signal to DDI processes.
ddikick.x: Execution terminated due to error(s).
unset echo
----- accounting info -----
Files used on the master node node6 were:
-rw-rw-r-- 1 menglp menglp 3798 Jan 7 08:41 /tmp/gamesstmp_20386/1.F05
ls: No match.
ls: No match.
ls: No match.
Thu Jan 7 08:41:20 CST 2016
0.089u 0.094s 0:01.26 13.4% 0+0k 8+248io 0pf+0w
为什么之前都算,现在却不能算了?费解。
看到Sobereva老师的帖子说:是内存占据太多,需要清理内存,我清理的过程是在服务器我的Gamess计算目录下,输入了“for i in `ipcs -s | sed -n '4,$p' | cut -d" " -f2 ` ;do ipcrm -s $i ;done”
如图所示:但是还是无法提交任务。
最后输入reset命令,现在能算了,呵呵