next up previous contents index
Next: 7.4 SX7 (Research Center Up: 7 Difference of Computation Previous: 7.2 SR11000 (Institute for


7.3 Altix3700
(Institute for Solid State Physics of the University of Tokyo : 東京大学物性研究所)

(a)
You should refer to a manual made by ISSP for the common computational procedure.

一般的な計算手順は、同研究所が作っている計算機のマニュアルを参考にする。

(b)
Calculations are performed with the method whose computation job is submitted from front-end processor to back-end processor by queueing system. (The calculation with the interactive mode is able to be also performed. If you log into the node-1, you can performe calculations there.)

キューイングシステムにより計算ジョブをフロントエンドプロセッサーからバックエンドプロセッサーに投入する方法で計算を行う。 (インタラクティブモードでの計算も可能であり、ノード1にログインしてそのノードで計算することができる。)

(c)
In many cases, the performance of parallel computation is expected. You have to set exstyle=p in cpvo.sh. numcpu is a dummy, so you have to enter the number of parallel when you submit a job. Additionally, you have to set drvname to altix and set frt to fort, respectively.

ほとんどの場合、並列計算をすることが期待されている。cpvo.shで、exstyle=pを設定する。numcpuは、 ダミーであり、ジョブ投入時に、並列度数を入力する。drvname, frtの設定である。drvnameには、 altixを指定する。 frtにはfortを指定する。

(d)
When you subimit a job, you shoud do as shown below.

ジョブの投入は、

%> bsub -q P256 -n 64 < run_atlix.sh (return)
-q and -n are options which specify the type of queues and the number of parallel, respectively. So far, you don't have to edit run_atlix.sh. If you want to monitor a job, you should do as shown below.

とする。-qは、キューの種類、-nは、並列度数を、それぞれ設定するオプションである。 run_atlix.shは、今のところ編集せずにそのまま使用する。 ジョブを監視するには、

%> bjobs
or

%> bqueues
Please refer to the manual of ISSP. If you want to cancel a job, you should check job_id by bjobs and do as shown below.

等があるが、物性研のマニュアルを参考にしてほしい。ジョブをキャンセルするには、bjobsでジョブID job_idを知り、

%> bkill job_id
とする。


next up previous contents index
Next: 7.4 SX7 (Research Center Up: 7 Difference of Computation Previous: 7.2 SR11000 (Institute for
Copyright (C), Tatsuki Oda (oda@cphys.s.kanazawa-u.ac.jp, Kanazawa University)