このマシンのノード間通信には、ミリネットが採用されている。SCoreシステム環境を用いて、このミリネットを用いた高速な通信が 使用できるようになっている。
/tmp.space/
is not
mounted, you have to perform calculation with putting all the calculation code under the home directory.
(You also have to put tmpsys
under the home directory.)
このマシンは、各ノードは、ホームディレクトリが存在するディスクがマウントされており、各ノードから同一のディスクにアクセスするよう
になっている。ただし、/tmp.space/
がマウントされていないのでホームディレクトリ以下に計算コードの全てをおいて計算する
必要がある。(tmpsys
もホームディレクトリ以下にすること。)
cpvo.sh
, you have to set exstyle
to p
, set drvname
to scrun
and set
frt
to fort
, respectively. Additionally, numcpu
is used to specify the number of parallel
and the maximum number of it is 8.
cpvo.sh
で、exstyle=p
を設定する。numcpu
は、並列度数を指定する。最大8までである。
drvname
には、scrun
を指定する。 frt
にはfort
を指定する。
計算は、次のように行う。まず、
%> scout -g pcc (return)If you want to display usable nodes under this SCore environment, you should do as shown below.
のように、SCore環境に入る(SCoreの起動)。このSCore環境下で、使用可能なノードを表示するには、
%> scout (return)You can also use the normal UNIX commands under this environment. CPVO is performed as shon below.
とする。この環境下でも、通常のUNIXのコマンドが使用できる。CPVOの実行は、
%> ./cpvo.sh (return)Although it is inconvenient, you can not performe calculation in the background job. If you want to exit from SCore environment, you shuold do as shown below.
とする。不便であるが、バックグラウンドジョブで、計算を実行することはできない。 SCore環境から抜けるには、
%> exitIf you want to make this environment easy to use, other than the terminal with SCore environment, you should use another terminal to browse output file and check the progress of calculation.
とする。この環境を使いやすくするには、SCore環境のターミナル以外にもう一つのターミナルで、出力ファイルを閲覧し、計算の進み具合を 確認するとよいだろう。