=================================================================== RCS file: /home/cvs/OpenXM/src/asir-doc/parts/process.texi,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- OpenXM/src/asir-doc/parts/process.texi 1999/12/21 02:47:31 1.2 +++ OpenXM/src/asir-doc/parts/process.texi 1999/12/24 04:38:04 1.3 @@ -1,4 +1,4 @@ -@comment $OpenXM$ +@comment $OpenXM: OpenXM/src/asir-doc/parts/process.texi,v 1.2 1999/12/21 02:47:31 noro Exp $ \BJP @node 分散計算,,, Top @chapter 分散計算 @@ -34,7 +34,7 @@ ための規約である. @b{OpenXM} においては \E \BEG -In @b{Asir} distributed computations are done under @b{OpenXM} +On @b{Asir} distributed computations are done under @b{OpenXM} (Open message eXchange protocol for Mathematics), which is a protocol for exchanging mainly mathematical objects between processes. @@ -115,11 +115,11 @@ are available. @item @code{ox_push_cmo()} \JP データを server のスタックに積む -\EG It requests a server to push an object to the stack of the server. +\EG It requests a server to push an object to the stack of a server. @item @code{ox_pop_cmo()} \JP データを server のスタックから取り出す. -\EG It request a server to pop an object from the stack of the server. +\EG It request a server to pop an object from the stack of a server. @item @code{ox_cmo_rpc()} @@ -191,9 +191,8 @@ Mathcap is also defined as a @b{CMO} and the elements or strings. The format of mathcap is as follows. -[[version number, server name],@b{SM}taglist,[@b{OX}taglist,@b{CMO}taglist, @b{CMO}taglist,...]] -[[version number, server name],@b{SM}taglist,[[@b{OX}tag,@b{CMO}taglist], -[@b{OX}tag,@b{CMO}taglist],...]] +[[version number, server name],@b{SM}taglist, +[[@b{OX}tag,@b{CMO}taglist],[@b{OX}tag,@b{CMO}taglist],...]] [@b{OX}tag,@b{CMO}taglist] indicates that available object tags for a category of data specified by @b{OX}tag. @@ -588,14 +587,6 @@ UNIX 版においては, @code{ox_launch()} は, @enumerate @item -ホスト @code{B} の @code{csh} のサーチパスに起動されるプログラム -のあるディレクトリをいれる. プログラムは @code{rsh} で起動される. した -がって, ホスト @code{B} のサーチパスに そのプログラムが入っていない場 -合には起動できない. この場合絶対パスを与えるか, @samp{~/.cshrc} のサー -チパスにそのプログラムのあるディレクトリを追加する必要がある. その際, -相手先ホストにおけるディレクトリであることを忘れないようにすること. - -@item ホスト @code{B} の @samp{~/.rhosts} に, ホスト @code{A} のホスト 名を登録する. @@ -653,7 +644,7 @@ is invoked on @var{host}. Then @samp{ox_launch} invoke If @var{host} is equal to 0, all the commands are invoked on the same machine as the @b{Asir} is running. If no arguments are specified, @var{host}, @var{dir} and @var{command} -are regarded as 0, the value of @code{get_rootdir()} and @samp{ox_dir} in +are regarded as 0, the value of @code{get_rootdir()} and @samp{ox_asir} in the same directory respectively. @item @@ -691,21 +682,6 @@ Here, Let @code{A} be the host on which @b{Asir} is ru @code{B} the host on which the peer process will run. @enumerate -@item -Set the command search path of @code{csh} on the remote host @code{B} -so that your program, say @code{P}, can run on @code{B}. -This is done by putting the directory of @code{P} to the command search -path of @code{csh} on @code{B}. -The program @code{P} is invoked by @code{rsh} or @code{remsh}. -Thus, invocation of -the program @code{P} shall fail unless it is found within the search -path on the host @code{B}. -For such a case, you can run the program @code{P} by either giving -the absolute path or adding the directory of the program @code{P} to -the search path description in your @samp{~/.cshrc}. -Note that the the `directory' means the directory on the remote host -@code{B}. - @item Register the hostname of the host @code{A} to the @samp{~/.rhosts} of the host @code{B}.