[SCore-users-jp] How to assign processes

kameyama @ pccluster.org kameyama @ pccluster.org
2002年 3月 7日 (木) 09:14:01 JST


亀山です.

In article <3098302160.hori0000 @ mail.bestsystems.co.jp> Atsushi HORI <hori @ swimmy-soft.com> wrotes:
> scrun -nodes=2x1 xxxxx
> 
> としてみてください.scrun は SCore での mpirun に相当するもので,
> SCore の mpirun は実は scrun を呼んでいるのです.2x1 の意味は「2つのホ
> ストのそれぞれに1つのプロセス」という意味です.逆に 1x2 とすると「ひと
> つのホストに2つのプロセス」という意味になります.
> 
> #mpirun でも指定の仕方があるのかもしれませんが,私は知りません :-O

mpirun は -np の部分を scrun にそのまま渡しているだけですので,
    % mpirun -np 2x1 xxx
    % mpirun -np 1x1+1x1 xxx
いずれも使用できます.

また, -score オプションで scrun に渡す引数を直接指定できますので,
    % mpirun -score nodes=1x1+1x1 xxxx
でも OK です.

                       from Kameyama Toyohisa



SCore-users-jp メーリングリストの案内