| 24小時(shí)熱門(mén)版塊排行榜 |
| 2 | 1/1 | 返回列表 |
| 查看: 349 | 回復(fù): 1 | |||
leon583520新蟲(chóng) (初入文壇)
|
[求助]
求助 我的腳本運(yùn)行不了,求高手指點(diǎn)
|
|
我寫(xiě)的腳本如下: #!/bin/bash -x # Two Step RESP script #cp AAadd.dat add.dat espgen -i $1_resp.out -o $1.esp antechamber -fi gout -fo ac -i $1_resp.out -o $1.ac -j $2 > antechamber.out respgen -i $1.ac -o RESP.INPUT1 -a add.dat -f resp1 -n 1 respgen -i $1.ac -o RESP.INPUT2 -a add.dat -f resp2 -n 1 sed '/ioutopt/ a\ qwt = 0.005, ' RESP.INPUT1 > RESP.INPUT1a resp -O -i RESP.INPUT1a -o RESP.OUTPUT1a -q QIN -e $1.esp #resp -O -i RESP.INPUT1 -o RESP.OUTPUT1 -q QIN -e $1.esp resp -O -i RESP.INPUT2 -o RESP.OUTPUT2 -q qout -e $1.esp antechamber -fi ac -fo ac -i $1.ac -o $1_out.ac -c rc -cf qout -at amber -j $2 >> antechamber.out cp RESP.OUTPUT2 $1.respout #tar -czf $1.tgz RESP* $1*.out $1*.ac $1.respout grep "Dipole Moment" RESP.OUTPUT2 grep ' Tot=' $1_resp.out grep ATOM $1_out.ac |cut -c 55-69 > 5k.q cat 5k.q 然后把高斯的輸出文件和add.dat文件一并拷貝到一個(gè)文件夾里,運(yùn)行腳本后,出現(xiàn)到結(jié)果是: + espgen -i HFO-1234yf00._resp.out -o HFO-1234yf00..esp Cannot open the input file HFO-1234yf00._resp.out, exit+ antechamber -fi gout -fo ac -i HFO-1234yf00._resp.out -o HFO-1234yf00..ac -j Cannot open the input file HFO-1234yf00._resp.out in rgout(), exit + respgen -i HFO-1234yf00..ac -o RESP.INPUT1 -a add.dat -f resp1 -n 1 Cannot open the ac input file: HFO-1234yf00..ac, exit + respgen -i HFO-1234yf00..ac -o RESP.INPUT2 -a add.dat -f resp2 -n 1 Cannot open the ac input file: HFO-1234yf00..ac, exit + sed '/ioutopt/ a\ qwt = 0.005, ' RESP.INPUT1 sed: can't read RESP.INPUT1: No such file or directory + resp -O -i RESP.INPUT1a -o RESP.OUTPUT1a -q QIN -e HFO-1234yf00..esp At line 334 of file resp.f (unit = 5, file = 'RESP.INPUT1a') Fortran runtime error: End of file + resp -O -i RESP.INPUT2 -o RESP.OUTPUT2 -q qout -e HFO-1234yf00..esp Unit 5 Error on OPEN: RESP.INPUT2 + antechamber -fi ac -fo ac -i HFO-1234yf00..ac -o HFO-1234yf00._out.ac -c rc -cf qout -at amber -j Cannot open the ac input file: HFO-1234yf00..ac, exit + cp RESP.OUTPUT2 HFO-1234yf00..respout + grep 'Dipole Moment' RESP.OUTPUT2 + grep ' Tot=' HFO-1234yf00._resp.out grep: HFO-1234yf00._resp.out: No such file or directory + grep ATOM HFO-1234yf00._out.ac + cut -c 55-69 grep: HFO-1234yf00._out.ac: No such file or directory + cat 5k.q zhengxy@zhengxy-ThinkCentre-XXXX:~/src/amber10/HFO-1234yf_resp/pop=mk$ ./one5k.sh HFO-1234yf00 + espgen -i HFO-1234yf00_resp.out -o HFO-1234yf00.esp Cannot open the input file HFO-1234yf00_resp.out, exit+ antechamber -fi gout -fo ac -i HFO-1234yf00_resp.out -o HFO-1234yf00.ac -j Cannot open the input file HFO-1234yf00_resp.out in rgout(), exit + respgen -i HFO-1234yf00.ac -o RESP.INPUT1 -a add.dat -f resp1 -n 1 Cannot open the ac input file: HFO-1234yf00.ac, exit + respgen -i HFO-1234yf00.ac -o RESP.INPUT2 -a add.dat -f resp2 -n 1 Cannot open the ac input file: HFO-1234yf00.ac, exit + sed '/ioutopt/ a\ qwt = 0.005, ' RESP.INPUT1 sed: can't read RESP.INPUT1: No such file or directory + resp -O -i RESP.INPUT1a -o RESP.OUTPUT1a -q QIN -e HFO-1234yf00.esp At line 334 of file resp.f (unit = 5, file = 'RESP.INPUT1a') Fortran runtime error: End of file + resp -O -i RESP.INPUT2 -o RESP.OUTPUT2 -q qout -e HFO-1234yf00.esp Unit 5 Error on OPEN: RESP.INPUT2 + antechamber -fi ac -fo ac -i HFO-1234yf00.ac -o HFO-1234yf00_out.ac -c rc -cf qout -at amber -j Cannot open the ac input file: HFO-1234yf00.ac, exit + cp RESP.OUTPUT2 HFO-1234yf00.respout + grep 'Dipole Moment' RESP.OUTPUT2 + grep ' Tot=' HFO-1234yf00_resp.out grep: HFO-1234yf00_resp.out: No such file or directory + grep ATOM HFO-1234yf00_out.ac + cut -c 55-69 grep: HFO-1234yf00_out.ac: No such file or directory + cat 5k.q 請(qǐng)教下這是什么原因呢,我設(shè)置了PATH環(huán)境變量,把AMBER的bin路徑也加了進(jìn)來(lái),還是算不出來(lái),小弟菜鳥(niǎo),求高手指點(diǎn),不勝感激 另:我到高斯輸出文件名是HFO-1234yf00.out [ Last edited by ghcacj on 2011-8-16 at 06:50 ] |

新蟲(chóng) (初入文壇)

| 2 | 1/1 | 返回列表 |
| 最具人氣熱帖推薦 [查看全部] | 作者 | 回/看 | 最后發(fā)表 | |
|---|---|---|---|---|
|
[考研] 各位老師好,我的一志愿為北京科技大學(xué)085601材料專碩 +9 | Koxui 2026-03-28 | 9/450 |
|
|---|---|---|---|---|
|
[考研] 化學(xué)0703 調(diào)劑 306分 一志愿211 +7 | 26要上岸 2026-03-28 | 7/350 |
|
|
[考研] 求調(diào)劑,一志愿 南京航空航天大學(xué) ,080500材料科學(xué)與工程學(xué)碩,總分289分 +7 | @taotao 2026-03-29 | 7/350 |
|
|
[考研] 352分-085602-一志愿985 +5 | 海納百川Ly 2026-03-29 | 5/250 |
|
|
[考研] 305求調(diào)劑 +8 | RuiFairyrui 2026-03-28 | 8/400 |
|
|
[考研] 295求調(diào)劑 +4 | wei-5 2026-03-26 | 4/200 |
|
|
[考研] 壓國(guó)家一區(qū)線,求導(dǎo)師收留,有恩必謝! +7 | 迷人的哈哈 2026-03-28 | 7/350 |
|
|
[考研] 一志愿中南大學(xué)化學(xué)0703總分337求調(diào)劑 +5 | niko- 2026-03-27 | 5/250 |
|
|
[考研] 085602 307分 求調(diào)劑 +7 | 不知道叫什么! 2026-03-26 | 7/350 |
|
|
[考研] 材料求調(diào)劑一志愿哈工大324 +7 | 閆旭東 2026-03-28 | 9/450 |
|
|
[考研] 考研調(diào)劑 +4 | Sanmu-124 2026-03-26 | 4/200 |
|
|
[考研] 07化學(xué)280分求調(diào)劑 +10 | 722865 2026-03-23 | 10/500 |
|
|
[考研] 08開(kāi)頭275求調(diào)劑 +4 | 拉誰(shuí)不重要 2026-03-26 | 4/200 |
|
|
[考研] 材料求調(diào)劑 +5 | .m.. 2026-03-25 | 5/250 |
|
|
[考研] 0703化學(xué)一志愿南京師范大學(xué)303求調(diào)劑 +3 | zzffylgg 2026-03-24 | 3/150 |
|
|
[考研] 289求調(diào)劑 +17 | 碩星赴 2026-03-23 | 17/850 |
|
|
[考研] 285求調(diào)劑 +3 | AZMK 2026-03-24 | 3/150 |
|
|
[考研] 300分,材料,求調(diào)劑,英一數(shù)二 +5 | 超贊的 2026-03-24 | 5/250 |
|
|
[考研] 一志愿北化315 求調(diào)劑 +3 | akrrain 2026-03-24 | 3/150 |
|
|
[考研] 328求調(diào)劑 +4 | LHHL66 2026-03-23 | 4/200 |
|