24小时热门版块排行榜    

查看: 2007  |  回复: 8
当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖

dalongmao

木虫 (正式写手)

[求助] siesta提交任务出现错误

在服务器上面提交任务,提交后出现错误,提交命令里面的内容是
#PBS -r n
NPROCS=`wc -l < $PBS_NODEFILE`
echo ------------------------------------------------------
echo 'This job is allocated on '${NPROCS}' cpu(s)'
echo 'Job is running on node(s): '
cat $PBS_NODEFILE
echo ------------------------------------------------------
echo PBS: qsub is running on $PBS_O_HOST
echo PBS: originating queue is $PBS_O_QUEUE
echo PBS: executing queue is $PBS_QUEUE
echo PBS: working directory is $PBS_O_WORKDIR
echo PBS: execution mode is $PBS_ENVIRONMENT
echo PBS: this script pid is $$
echo PBS: job identifier is $PBS_JOBID
echo PBS: job name is $PBS_JOBNAME
echo PBS: node file is $PBS_NODEFILE
echo PBS: current home directory is $PBS_O_HOME
echo PBS: PATH = $PBS_O_PATH
echo ------------------------------------------------------
cd $PBS_O_WORKDIR
# Run the parallel MPI executable
mpirun -v -machinefile $PBS_NODEFILE -np $NPROCS  /Applications/siesta/siesta3b-ompi-em64t
"siestajobintel.sh" 30L, 1044C  ,

出现的错误是e文件里面是No species found!!!
ERROR STOP from Node:    0
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 1.

NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
--------------------------------------------------------------------------
--------------------------------------------------------------------------
mpirun has exited due to process rank 0 with PID 14245 on
node node157 exiting without calling "finalize". This may
have caused other processes in the application to be
terminated by signals sent by mpirun (as reported here).
--------------------------------------------------------------------------,
o文件里面是
Red Hat Enterprise Linux Server release 5.5 (Tikanga)
MemTotal:     49449440 kB
     12  Intel(R) Xeon(R) CPU           X5650  @ 2.67GHz
------------------------------------------------------
This job is allocated on 12 cpu(s)
Job is running on node(s):
ibnode157
ibnode157
ibnode157
ibnode157
ibnode157
ibnode157
ibnode157
ibnode157
ibnode157
ibnode157
ibnode157
ibnode157
------------------------------------------------------
PBS: qsub is running on node200
PBS: originating queue is intel
PBS: executing queue is intel
PBS: working directory is /public/Intel-IO/home/SongY/shi/INi4
PBS: execution mode is PBS_BATCH
PBS: this script pid is 14240
PBS: job identifier is 49749.node200
PBS: job name is intel
PBS: node file is /opt/gridview/pbs/dispatcher/aux//49749.node200
PBS: current home directory is /home/SongY
PBS: PATH = /Applications/ompi142-intel/bin:/Applications/intel/Compiler/11.1/064/bin/intel64:/Applications/intel/Compiler/11.1/064/bin/intel64:/usr/lib64/qt-3.3/bin:/opt/gridview/pbs/dispatcher-sched/sbin:/opt/gridview/pbs/dispatcher/sbin:/opt/gridview/pbs/dispatcher-sched/bin:/opt/gridview/pbs/dispatcher/bin:/usr/local/bin:/bin:/usr/bin:/home/SongY/bin
------------------------------------------------------
Siesta Version:  siesta-3.0-b
Architecture  : Ifort-MKL-OpenMPI
Compiler flags: mpif90 -O3 -xW -w -unroll0
PARALLEL version

(Dawning) Compiled for SSC Magic Cube by Z.J. 2010-04-08

* Running on   12 nodes in parallel
>> Start of run:  14-JUL-2012  15:31:05

                           ***********************      
                           *  WELCOME TO SIESTA  *      
                           ***********************      

reinit: Reading from standard input
************************** Dump of input data file ****************************
************************** End of input data file *****************************

reinit: -----------------------------------------------------------------------
reinit: System Name:
reinit: -----------------------------------------------------------------------
reinit: System Label: siesta                                                      
reinit: -----------------------------------------------------------------------

initatom: Reading input for the pseudopotentials and atomic orbitals ----------
No species found!!!
ERROR STOP from Node:    0
,我用输入文件是in.fdf,改名为intel.fdf,siesta.fdf等等都不行,输入文件内容是
SystemName          Water molecule
SystemLabel         h2o
NumberOfAtoms       3
NumberOfSpecies     2

%block ChemicalSpeciesLabel
1  8  O      # Species index, atomic number, species label
2  1  H
%endblock ChemicalSpeciesLabel

AtomicCoordinatesFormat  Ang
%block AtomicCoordinatesAndAtomicSpecies
0.000  0.000  0.000  1
0.757  0.586  0.000  2
-0.757  0.586  0.000  2
%endblock AtomicCoordinatesAndAtomicSpecies
回复此楼

» 收录本帖的淘帖专辑推荐

SIESTA

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

dalongmao

木虫 (正式写手)

引用回帖:
4楼: Originally posted by redskywei at 2012-08-14 21:14:07
赝势的文件放在当前运算目录,而且名字要严格是H.psf 和O.psf ,你看看你的是么?应该是没找到赝势把。

问题解决了,改变了一下提交任务的文件,感谢回复
5楼2012-08-15 08:08:00
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 9 个回答

zhangfan2192

金虫 (著名写手)


WDD880227: 金币+1, 多谢提示 2012-08-15 09:07:39
initatom: Reading input for the pseudopotentials and atomic orbitals ----------
No species found!!!

个人觉得是你赝势的原因,建议你看看赝势是否正确
相逢是缘!
2楼2012-08-09 09:37:09
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

dalongmao

木虫 (正式写手)

引用回帖:
2楼: Originally posted by zhangfan2192 at 2012-08-09 09:37:09
initatom: Reading input for the pseudopotentials and atomic orbitals ----------
No species found!!!

个人觉得是你赝势的原因,建议你看看赝势是否正确

赝势应该没问题,就是用siesta本身自带的例子,感觉是程序没有关联赝势,但是具体的不知道怎么做。
3楼2012-08-09 20:00:14
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

redskywei

木虫 (著名写手)

【答案】应助回帖

★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★
dalongmao: 金币+10, 有帮助, 谢谢参与 2012-08-15 08:08:15
liliangfang: 金币+1, 谢谢交流 2012-08-24 16:40:45
赝势的文件放在当前运算目录,而且名字要严格是H.psf 和O.psf ,你看看你的是么?应该是没找到赝势把。
坠入无边的网~~
4楼2012-08-14 21:14:07
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考博] 东华理工大学化材专业26届硕士博士申请 +6 zlingli 2026-03-13 6/300 2026-03-15 20:00 by ryzcf
[考研] 0703化学调剂,求各位老师收留 +7 秋有木北 2026-03-14 7/350 2026-03-15 17:30 by 小物理化学
[考研] 26考研一志愿中国石油大学(华东)305分求调剂 +3 嘉年新程 2026-03-15 3/150 2026-03-15 13:58 by 哈哈哈哈嘿嘿嘿
[基金申请] NSFC申报书里申请人简历中代表性论著还需要在申报书最后的附件里面再上传一遍吗 20+5 NSFC2026我来了 2026-03-10 13/650 2026-03-15 12:20 by NSFC2026我来了
[考研] 296求调剂 +5 Xinyu Wu311 2026-03-09 5/250 2026-03-14 03:05 by JourneyLucky
[考研] 333求调剂 +3 球球古力 2026-03-09 3/150 2026-03-14 01:57 by JourneyLucky
[考研] 26考研调剂 +3 ying123. 2026-03-10 3/150 2026-03-14 00:18 by JourneyLucky
[考研] 泣血叩求调剂恩,愿以丹心报师恩 +6 Iuruoh 2026-03-11 6/300 2026-03-13 22:06 by JourneyLucky
[考研] 281求调剂 +9 Koxui 2026-03-12 11/550 2026-03-13 20:50 by Koxui
[考研] 285学硕求调剂 +6 柴郡猫_ 2026-03-12 6/300 2026-03-13 20:46 by hmn_wj
[考研] 一志愿211化学学硕310分求调剂 +8 努力奋斗112 2026-03-12 9/450 2026-03-13 15:41 by JourneyLucky
[考研] 工科调剂 +4 Jiang191123! 2026-03-11 4/200 2026-03-13 15:15 by Miko19
[考研] 求调剂 +3 程雨杭 2026-03-12 3/150 2026-03-13 15:06 by JourneyLucky
[考研] 328化工专硕求调剂 +4 。,。,。,。i 2026-03-12 4/200 2026-03-13 14:44 by JourneyLucky
[考研] 材料301分求调剂 +5 Liyouyumairs 2026-03-12 5/250 2026-03-13 14:42 by JourneyLucky
[考研] 277求调剂 +4 anchor17 2026-03-12 4/200 2026-03-13 11:15 by 白夜悠长
[考研] 282分材料专业求调剂院校 +18 枫桥ZL 2026-03-09 25/1250 2026-03-13 10:47 by 白夜悠长
[考研] 08食品或轻工求调剂,本科发表3篇sci一区top论文,一志愿南师大食品科学与工程 +3 我是一个兵, 2026-03-10 3/150 2026-03-13 10:21 by Yuyi.
[考博] 26申博求助 +3 跳跃饼干 2026-03-10 4/200 2026-03-10 21:15 by Tntcnn
[考研] 一志愿:武汉理工,材料工程,英二数二 总分314 +3 2202020125 2026-03-10 4/200 2026-03-10 13:54 by xiongyaxuan
信息提示
请填处理意见