| 10 | 1/1 | 返回列表 |
| 查看: 1491 | 回復: 9 | |||
| 當前主題已經(jīng)存檔。 | |||
| 【有獎交流】積極回復本帖子,參與交流,就有機會分得作者 zhangfq7112 的 50 個金幣 | |||
zhangfq7112銀蟲 (正式寫手)
|
[交流]
【求助】,Linux Cluster下ADF 2007遞交任務的腳本
|
||
| 求Linux Cluster下ADF 2007遞交任務的腳本及所涉及的細節(jié),贈金幣50! |
木蟲 (著名寫手)
苦逼青椒一枚
|
不是很清楚cluster與多核linux服務器的區(qū)別,就說說8核服務器上的吧 假設在/home/用戶名/1下有1.run、1.adf;/home/用戶名/2下有2.run、2.adf這兩個任務,我沒有記錯的話應該是這樣的: 新建一個文件,輸入: /home/用戶名/1/1.run >/home/用戶名/1/1.out /home/用戶名/2/2.run >/home/用戶名/2/2.out 然后保存為123.x,用chmod命令修改權(quán)限,使其可執(zhí)行,然后在terminal里執(zhí)行123.x就是了 |
鐵桿木蟲 (著名寫手)
鐵桿木蟲 (著名寫手)
|
ADF 2007.01 The Amsterdam Density Functional (ADF) package is software for first-principles electronic structure calculations. ADF is used by academic and industrial researchers worldwide in such diverse fields as pharmaco-chemistry and materials science. It is currently particularly popular in the research areas of: . Homogeneous and heterogeneous catalysis . Inorganic chemistry . Heavy element chemistry . Various types of spectroscopy . Biochemistry For further details please check the official website for the software, www.scm.com. ADF Availability@SERC: SERC has recently upgraded ADF software from version 2005.01 to 2007.01. The software is installed on SGI-Altix3700 (hostname: altix) and five SUN AMD Opteron based machines (hostnames: sunlx1_3 to sunlx1_7). The software is node-locked to these machines and hence the user can use the software only on these machines. Modules of ADF on SUN machines: ADF version 2007.99 BAND version 2007.99 ADFGUI version 2007.99 BANDGUI version 2007.99 GUI version 2007.99 Utils version 2007.99 ADF on these machines can be used to generate the ADF input files using appropriate GUIs. ADF jobs that need to use only a single processor can be submitted on the machines using PBSPro software. Module of ADF on SGI-Altix machine: ADF version 2007.99 BAND version 2007.99 Utils version 2007.99 SGI-Altix only supports compute modules of ADF. Users can submit parallel ADF jobs on this machine using PBSPro software. Procedure to use ADF SOFTWARE: Environment settings on SGI-Altix machine: (Example for csh/tcsh) setenv ADFHOME /home/pkg/lic/chemistry/adf/linux-ia64/adf2007.01 setenv ADFBIN /home/pkg/lic/chemistry/adf/linux-ia64/adf2007.01/bin setenv ADFRESOURCES /home/pkg/lic/chemistry/adf/linux-ia64/adf2007.01/atomicdata setenv SCMLICENSE /home/pkg/lic/chemistry/adf/linux-ia64/adf2007.01/license.txt Environment settings on SUN Opteron machines: setenv ADFHOME /home/pkg/lic/chemistry/adf/linux-em64/adf2007.01 setenv ADFBIN /home/pkg/lic/chemistry/adf/linux-em64/adf2007.01/bin setenv ADFRESOURCE /home/pkg/lic/chemistry/adf/linux-em64/adf2007.01/atomicdata setenv SCMLICENSE /home/pkg/lic/chemistry/adf/linux-em64/adf2007.01/license.txt One has to create a run file for using adf or band. Sample run scripts for band and adf are $ADFHOME/examples directory Using ADF on altix: On altix users have to submit jobs to PBS job scheduler. Users have to create a script file to submit to PBS batch system. Below is an example script that can be used to submit an ADF job using 8 cpus. -----------File myjob.sh------------------------------------- #!/bin/sh #PBS -l ncpus=8 ADFHOME=/home/pkg/lic/chemistry/adf/linux-ia64/adf2007.01 ADFBIN=/home/pkg/lic/chemistry/adf/linux-ia64/adf2007.01/bin ADFRESOURCES=/home/pkg/lic/chemistry/adf/linux-ia64/adf2007.01/atomicdata SCMLICENSE=/home/pkg/lic/chemistry/adf/linux-ia64/adf2007.01/license.txt nproc=8 cd / ${ADFBIN}/adf -n ${nproc} -----------End of file myjob.sh------------------------------- This myjob.sh job script may be submitted to pbs using qsub command. Please note that the shell variable "nproc" has to be set equal to the number of processors that adf is going to use and this has also got to be equal to the "ncpus" PBS directive. Using ADF on sunlx machines: On the sunlx machines adf jobs can use only one cpu and are to be submitted through PBS. You may run adfGUI/bandGUI interactively on sunlx1_3 to sunlx1_7 machines locally. Below is an example script that can be used to submit an ADF job that is expected to consume approximately 16 hours of cpu-time. -----------File myjob.sh------------------------------------- #!/bin/sh #PBS -l cput=16:00:00 #PBS -l select=1:ADF=True ADFHOME=/home/pkg/lic/chemistry/adf/linux-em64/adf2007.01 ADFBIN=/home/pkg/lic/chemistry/adf/linux-em64/adf2007.01/bin ADFRESOURCES=/home/pkg/lic/chemistry/adf/linux-em64/adf2007.01/atomicdata SCMLICENSE=/home/pkg/lic/chemistry/adf/linux-em64/adf2007.01/license.txt nproc=1 cd / ${ADFBIN}/adf -n ${nproc} -----------End of file myjob.sh------------------------------- This myjob.sh job script may be submitted to pbs using qsub command. Please note that the shell variable "nproc" has to be set equal to the one for these machines. For any problems or help please contact HelpDesk@SERC by E-mail or phone (#444 within SERC). |
鐵桿木蟲 (著名寫手)
|
這是 http://www.serc.iisc.ernet.in/Co ... ftware/ADF2007.html google發(fā)現(xiàn)的。 |
鐵桿木蟲 (著名寫手)
|
Laboratory for Molecular Simulation- [ 翻譯此頁 BETA ]Running ADF and ADF-BAND on cosmos. To run the newest version of ADF/ADF-BAND on cosmos, you will need to add the following lines to your pbs job file: ... www.chem.tamu.edu/LMS/adf.html - 12k - 網(wǎng)頁快照 - 類似網(wǎng)頁 |
銀蟲 (正式寫手)
木蟲 (著名寫手)
小木蟲

銀蟲 (正式寫手)
| 10 | 1/1 | 返回列表 |
| 最具人氣熱帖推薦 [查看全部] | 作者 | 回/看 | 最后發(fā)表 | |
|---|---|---|---|---|
|
[考研] 一志愿武理材料305分求調(diào)劑 +5 | 想上岸的鯉魚 2026-03-18 | 6/300 |
|
|---|---|---|---|---|
|
[考研] 26調(diào)劑/材料/英一數(shù)二/總分289/已過A區(qū)線 +7 | 步川酷紫123 2026-03-13 | 7/350 |
|
|
[考研] 344求調(diào)劑 +5 | knight344 2026-03-16 | 6/300 |
|
|
[考研] 311求調(diào)劑 +11 | 冬十三 2026-03-15 | 12/600 |
|
|
[考研] 298-一志愿中國農(nóng)業(yè)大學-求調(diào)劑 +7 | 手機用戶 2026-03-17 | 7/350 |
|
|
[考研] 材料專碩274一志愿陜西師范大學求調(diào)劑 +6 | 薛云鵬 2026-03-13 | 6/300 |
|
|
[考研] 0703化學336分求調(diào)劑 +6 | zbzihdhd 2026-03-15 | 7/350 |
|
|
[考研] 301求調(diào)劑 +9 | yy要上岸呀 2026-03-17 | 9/450 |
|
|
[考研] 326求調(diào)劑 +5 | 上岸的小葡 2026-03-15 | 6/300 |
|
|
[考研] 一志愿蘇州大學材料工程(085601)專碩有科研經(jīng)歷三項國獎兩個實用型專利一項省級立項 +6 | 大火山小火山 2026-03-16 | 8/400 |
|
|
[考研] 211本,11408一志愿中科院277分,曾在中科院自動化所實習 +6 | Losir 2026-03-12 | 7/350 |
|
|
[考研] 283求調(diào)劑 +10 | 小樓。 2026-03-12 | 14/700 |
|
|
[考研] 085600材料與化工 求調(diào)劑 +13 | enenenhui 2026-03-13 | 14/700 |
|
|
[考研] 285求調(diào)劑 +6 | ytter 2026-03-12 | 6/300 |
|
|
[考研] 327求調(diào)劑 +6 | 拾光任染 2026-03-15 | 11/550 |
|
|
[基金申請] 現(xiàn)在如何回避去年的某一個專家,不知道名字 +3 | zk200107 2026-03-12 | 6/300 |
|
|
[考研] 復試調(diào)劑 +4 | z1z2z3879 2026-03-14 | 5/250 |
|
|
[考研] 266求調(diào)劑 +4 | 學員97LZgn 2026-03-13 | 4/200 |
|
|
[考研] 0856材料與化工301求調(diào)劑 +5 | 奕束光 2026-03-13 | 5/250 |
|
|
[考研] 一志愿211化學學碩310分求調(diào)劑 +8 | 努力奮斗112 2026-03-12 | 9/450 |
|