=================================================================== RCS file: /home/cvs/OpenXM/src/asir-doc/parts/process.texi,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- OpenXM/src/asir-doc/parts/process.texi 2000/01/13 08:29:56 1.4 +++ OpenXM/src/asir-doc/parts/process.texi 2000/09/25 05:12:51 1.5 @@ -1,4 +1,4 @@ -@comment $OpenXM: OpenXM/src/asir-doc/parts/process.texi,v 1.3 1999/12/24 04:38:04 noro Exp $ +@comment $OpenXM: OpenXM/src/asir-doc/parts/process.texi,v 1.4 2000/01/13 08:29:56 noro Exp $ \BJP @node 分散計算,,, Top @chapter 分散計算 @@ -608,6 +608,18 @@ UNIX 版においては, @code{ox_launch()} は, @code{DISPLAY} の値を用いる. @item +環境変数 @code{ASIR_RSH} がセットされている場合, サーバの立ち上げプログラム +として@samp{rsh} の代わりにこの変数の値が用いられる. 例えば, + +@example +% setenv ASIR_RSH "ssh -f -X -A " +@end example + +により, サーバの立ち上げに @samp{ssh} が用いられ, +X11 の通信が forwarding される. 詳しくは @samp{ssh} のマニュアルを +参照. + +@item @code{ox_shutdown()} は識別子 @var{id} に対応する遠隔プロセス を終了させる. @@ -632,6 +644,7 @@ ox_xterm*saveLines:1000 により, icon で起動, scrollbar つき, scrollbar で参照できる行数 が最大 1000 行, という指定ができる. + \E \BEG @@ -692,6 +705,18 @@ without supplying a password. For cases where connection to @code{X} is also used, let @code{Xserver} authorize the relevant hosts. Adding the hosts can be done by command @code{xhost}. + +@item +If an environment variable @code{ASIR_RSH} is set, +the content of this variable is used as a promgram to invoke +remote servers instead of @var{rsh}. For example, + +@example +% setenv ASIR_RSH "ssh -f -X -A " +@end example + +implies that remote servers are invoked by @samp{ssh} and that +X11 forwarding is enabled. See the manual of @samp{ssh} for the detail. @item Some @var{command}'s consume much stack space. You are recommended