[BACK]Return to process.texi CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-doc / parts

Diff for /OpenXM/src/asir-doc/parts/process.texi between version 1.13 and 1.14

version 1.13, 2003/04/19 15:44:56 version 1.14, 2003/04/20 08:01:26
Line 1 
Line 1 
 @comment $OpenXM: OpenXM/src/asir-doc/parts/process.texi,v 1.12 2002/09/10 01:40:02 noro Exp $  @comment $OpenXM: OpenXM/src/asir-doc/parts/process.texi,v 1.13 2003/04/19 15:44:56 noro Exp $
 \BJP  \BJP
 @node 分散計算,,, Top  @node 分散計算,,, Top
 @chapter 分散計算  @chapter 分散計算
Line 1105  If X environment is not available or is not necessary,
Line 1105  If X environment is not available or is not necessary,
 @end example  @end example
   
 @example  @example
 [5] ox_launch_nox("127.0.0.1","/usr/local/lib/asir","/usr/local/lib/asir/ox_asir");  [5] ox_launch_nox("127.0.0.1","/usr/local/lib/asir",
   "/usr/local/lib/asir/ox_asir");
 0  0
 @end example  @end example
   
Line 1113  If X environment is not available or is not necessary,
Line 1114  If X environment is not available or is not necessary,
 [7] RemoteLibDir = "/usr/local/lib/asir/"$  [7] RemoteLibDir = "/usr/local/lib/asir/"$
 [8] Machines = ["sumire","rokkaku","genkotsu","shinpuku"];  [8] Machines = ["sumire","rokkaku","genkotsu","shinpuku"];
 [sumire,rokkaku,genkotsu,shinpuku]  [sumire,rokkaku,genkotsu,shinpuku]
 [9] Servers = map(ox_launch,Machines,RemoteLibDir,RemoteLibDir+"ox_asir");  [9] Servers = map(ox_launch,Machines,RemoteLibDir,
   RemoteLibDir+"ox_asir");
 [0,1,2,3]  [0,1,2,3]
 @end example  @end example
   
Line 1870  identifier @var{id} is returned.
Line 1872  identifier @var{id} is returned.
 [343] ox_get_serverinfo(0);  [343] ox_get_serverinfo(0);
 [[199909080,Ox_system=ox_sm1.plain,Version=2.991118,HOSTTYPE=FreeBSD],  [[199909080,Ox_system=ox_sm1.plain,Version=2.991118,HOSTTYPE=FreeBSD],
 [262,263,264,265,266,268,269,272,273,275,276],  [262,263,264,265,266,268,269,272,273,275,276],
 [[514],[2130706434,1,2,4,5,17,19,20,22,23,24,25,26,30,31,60,61,27,33,40,16,34]]]  [[514],[2130706434,1,2,4,5,17,19,20,22,23,24,25,26,30,31,60,61,27,
   33,40,16,34]]]
 [344] ox_get_serverinfo();  [344] ox_get_serverinfo();
 [[0,[[199909080,Ox_system=ox_sm1.plain,Version=2.991118,HOSTTYPE=FreeBSD],  [[0,[[199909080,Ox_system=ox_sm1.plain,Version=2.991118,
   HOSTTYPE=FreeBSD],
 [262,263,264,265,266,268,269,272,273,275,276],  [262,263,264,265,266,268,269,272,273,275,276],
 [[514],[2130706434,1,2,4,5,17,19,20,22,23,24,25,26,30,31,60,61,27,33,40,16,34]]]],  [[514],[2130706434,1,2,4,5,17,19,20,22,23,24,25,26,30,31,60,61,27,33,
   40,16,34]]]],
 [1,[[199901160,ox_asir],  [1,[[199901160,ox_asir],
 [276,275,258,262,263,266,267,268,274,269,272,265,264,273,300,270,271],  [276,275,258,262,263,266,267,268,274,269,272,265,264,273,300,270,271],
 [[514,2144202544],  [[514,2144202544],
 [1,2,3,4,5,2130706433,2130706434,17,19,20,21,22,24,25,26,31,27,33,60],[0,1]]]]]  [1,2,3,4,5,2130706433,2130706434,17,19,20,21,22,24,25,26,31,27,33,60],
   [0,1]]]]]
 @end example  @end example
   
 @table @t  @table @t

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>