Annotation of OpenXM/src/asir-doc/parts/process.texi, Revision 1.10
1.10 ! noro 1: @comment $OpenXM: OpenXM/src/asir-doc/parts/process.texi,v 1.9 2002/08/13 07:44:06 noro Exp $
1.2 noro 2: \BJP
1.1 noro 3: @node $BJ,;67W;;(B,,, Top
4: @chapter $BJ,;67W;;(B
1.2 noro 5: \E
6: \BEG
7: @node Distributed computation,,, Top
8: @chapter Distributed computation
9: \E
1.1 noro 10:
11: @menu
12: * OpenXM::
13: * Mathcap::
1.2 noro 14: \BJP
1.1 noro 15: * $B%9%?%C%/%^%7%s%3%^%s%I(B::
16: * $B%G%P%C%0(B::
17: * $BJ,;67W;;$K4X$9$k4X?t(B::
1.2 noro 18: \E
19: \BEG
20: * Stackmachine commands::
21: * Debugging::
22: * Functions for distributed computation::
23: \E
1.1 noro 24: @end menu
25:
1.2 noro 26: \JP @node OpenXM,,, $BJ,;67W;;(B
27: \EG @node OpenXM,,, Distributed computation
1.1 noro 28: @section OpenXM
29:
1.2 noro 30: \BJP
1.10 ! noro 31: @b{Asir} $B$O(B, $BJ,;67W;;$K$*$1$kDL?.%W%m%H%3%k$H$7$F(B,
! 32: @b{OpenXM}
1.9 noro 33: (Open message eXchange for Mathematics) $B%W%m%H%3%k$r:NMQ$7$F$$$k(B.
1.10 ! noro 34: @b{OpenXM} $B%W%m%8%'%/%H$K$D$$$F$O(B,
! 35: @ifhtml
! 36: <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/">
! 37: @end ifhtml
! 38: @code{http://www.math.sci.kobe-u.ac.jp/OpenXM/}
! 39: @ifhtml
! 40: </A>
! 41: @end ifhtml
! 42: $B$r;2>H$7$F$[$7$$(B.
! 43:
1.9 noro 44: @b{OpenXM} $B%W%m%H%3%k$O(B, $B<g$H$7$F?t3X%*%V%8%'%/%H$r%W%m%;%94V$G$d$j$H$j$9$k(B
1.2 noro 45: $B$?$a$N5,Ls$G$"$k(B. @b{OpenXM} $B$K$*$$$F$O(B
46: \E
47: \BEG
1.3 noro 48: On @b{Asir} distributed computations are done under @b{OpenXM}
1.2 noro 49: (Open message eXchange protocol for Mathematics), which
50: is a protocol for exchanging mainly mathematical objects
51: between processes.
1.10 ! noro 52: See
! 53: @ifhtml
! 54: <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/">
! 55: @end ifhtml
! 56: @code{http://www.math.sci.kobe-u.ac.jp/OpenXM/}
! 57: @ifhtml
! 58: </A>
! 59: @end ifhtml
! 60: for the details of @b{OpenXM}.
1.2 noro 61: In @b{OpenXM} a distributed computation is done as follows:
62: \E
1.1 noro 63:
64: @enumerate
1.2 noro 65: \BJP
1.1 noro 66: @item client $B$,(B server $B$KBP$7$F7W;;<B9T0MMj$N%a%C%;!<%8$rAw$k(B.
67: @item server $B$,7W;;$r<B9T$9$k(B.
68: @item client $B$,(B server $B$K7k2LAwIU0MMj$N%a%C%;!<%8$rAw$k(B.
69: @item server $B$O7k2L$rJV$7(B, client $B$O7k2L$r<u$1<h$k(B
1.2 noro 70: \E
71: \BEG
72: @item A client requests something to a server.
73: @item The server does works according to the request.
74: @item The client requests to send data to the server.
75: @item The server sends the data to the client and the client gets the data.
76: \E
1.1 noro 77: @end enumerate
78:
1.2 noro 79: \BJP
1.1 noro 80: $B$H$$$&7A$GJ,;67W;;$,9T$o$l$k(B. server $B$O%9%?%C%/%^%7%s$G$"$k(B. $B$9$J$o$A(B,
81: client $B$+$iAw$i$l$?%G!<%?%*%V%8%'%/%H$O(B, $B;XDj$,$J$$8B$j(B server $B$N%9%?%C(B
82: $B%/$K@Q$^$l(B, $B%3%^%s%I$,Aw$i$l$?;~$K(B, $BI,MW$J$@$1%9%?%C%/$+$i%G!<%?$r<h$j=P(B
83: $B$7$F(B, $B4X?t8F$S=P$7$N0z?t$H$9$k(B.
1.2 noro 84: \E
85: \BEG
86: The server is a stack machine. That is data objects sent by the client
87: are pushed to the stack of the server.
88: If the server gets a command, then the data are
89: popped form the stack and they are used as arguments of a function call.
90: \E
1.1 noro 91:
1.2 noro 92: \BJP
93: @b{OpenXM} $B$K$*$$$FFCD'E*$J$3$H$O(B, $B7W;;7k2L$OC1$K(B server $B$N%9%?%C%/$K(B
1.1 noro 94: $B@Q$^$l$k$@$1$G(B, client $B$+$i$N0MMj$,$J$$8B$j(B, $BDL?.O)$K%G!<%?$ON.$l$J$$(B
95: $B$H$$$&E@$G$"$k(B.
1.2 noro 96: \E
1.1 noro 97:
1.2 noro 98: \BEG
99: In @b{OpenXM}, the result of a computation done in the server
100: is simply pushed to the stack and the data is not written to
101: the communication stream without requests from the client.
102: \E
103:
104: \BJP
1.1 noro 105: $B%W%m%H%3%k$K$O(B, $B%*%V%8%'%/%H$N6&DL%U%)!<%^%C%H$r5,Dj(B
106: $B$9$k(B @b{CMO} (Common Mathematical Object format), $B%W%m%;%9$KBP$9$k(B
107: $BF0:n$r;XDj$9$k(B @b{SM} (Stack Machine command) $B$,4^$^$l$k(B.
1.2 noro 108: $B$3$l$i$O(B, $B%G!<%?$rAw$k:]$K(B, $B%G!<%?$N<oN`$r;XDj$9$k(B
1.1 noro 109: $B$?$a$N(B @b{OX} expression $B$H$7$F%i%C%T%s%0$5$l$k(B.
110:
1.2 noro 111: @b{OpenXM} $B$K$h$kJ,;67W;;$r9T$&>l9g$K$O(B,
1.1 noro 112: $B$^$:(B, server $B$rN)$A>e$2$F(B, $BDL?.$r@.N)$5$;$kI,MW$,$"$k(B. $B$3$N$?$a$K(B,
113: @code{ox_launch()}, @code{ox_launch_nox()}, @code{ox_launch_generic()}
114: $B$J$I$N4X?t$,MQ0U$5$l$F$$$k(B. $B$5$i$K(B, $BDL?.$N@.N)$7$?(B server $B$KBP$7$F(B
115: $B0J2<$N$h$&$JA`:n$,4X?t$H$7$FMQ0U$5$l$F$$$k(B.
1.2 noro 116: \E
117:
118: \BEG
119: @b{OpenXM} protocol consists of two components:
120: @b{CMO} (Common Mathematical Object format) which determines
121: a common format of data representations and
122: @b{SM} (StackMachine command) which specifies actions on servers.
123: These are wrapped as @b{OX} expressions to indicate the sort of
124: data when they are sent.
125:
126: To execute a distributed computation by @b{OpenXM},
127: one has to invoke @b{OpenXM} servers and to establish communications
128: between the client and the servers.
129: @code{ox_launch()}, @code{ox_launch_nox()}, @code{ox_launch_generic()}
130: are preprared for such purposes. Furthermore the following functions
131: are available.
132: \E
1.1 noro 133:
134: @table @code
135: @item @code{ox_push_cmo()}
136:
1.2 noro 137: \JP $B%G!<%?$r(B server $B$N%9%?%C%/$K@Q$`(B
1.3 noro 138: \EG It requests a server to push an object to the stack of a server.
1.1 noro 139:
140: @item @code{ox_pop_cmo()}
1.2 noro 141: \JP $B%G!<%?$r(B server $B$N%9%?%C%/$+$i<h$j=P$9(B.
1.3 noro 142: \EG It request a server to pop an object from the stack of a server.
1.1 noro 143:
144: @item @code{ox_cmo_rpc()}
145:
1.2 noro 146: \JP server $B$N4X?t$r8F$S=P$7(B, $B7k2L$r%9%?%C%/$K@Q$`(B.
147: \BEG
148: It requests to execute a function on a server.
149: The result is pushed to the stack of the server.
150: \E
1.1 noro 151:
152: @item @code{ox_execute_string()}
153:
1.2 noro 154: \BJP
1.1 noro 155: server $B8GM-$N%f!<%68@8l(B (@b{Asir} $B$J$i(B Asir $B8@8l(B) $B$G=q$+$l$?J8;zNs$r(B
156: server $B$,<B9T$7(B, $B7k2L$r%9%?%C%/$K@Q$`(B.
1.2 noro 157: \E
158: \BEG
159: It requests a server to parse and execute a string
160: by the parser and the evaluater of the server.
161: The result is pushed to the stack of the server.
162: \E
1.1 noro 163:
164: @item @code{ox_push_cmd()}
165:
1.2 noro 166: \JP @b{SM} $B%3%^%s%I$NAw?.(B.
167: \EG It requests a server to execute a command.
1.1 noro 168:
169: @item @code{ox_get()}
170:
1.2 noro 171: \JP $B4{$KDL?.O)$K$"$k%G!<%?$N<h$j=P$7(B.
172: \EG It gets an object from a data stream.
1.1 noro 173: @end table
174:
1.2 noro 175: \JP @node Mathcap,,, $BJ,;67W;;(B
176: \EG @node Mathcap,,, Distributed computation
1.1 noro 177: @section Mathcap
178:
1.2 noro 179: \BJP
180: server, client $B$H$b$K(B, @b{OpenXM} $B$G5,Dj$5$l$F$$$kA4$F$N(B@b{CMO} $B%U%)!<(B
1.1 noro 181: $B%^%C%H(B, @b{SM} $B%3%^%s%I$r<BAu$7$F$$$k$H$O8B$i$J$$(B. $BAj<j$NCN$i$J$$%G!<%?(B,
1.2 noro 182: $B%3%^%s%I$rAw$C$?>l9g(B, $B8=>u$G$O7k2L$OM=A[$G$-$J$$(B. $B$3$N$?$a(B, @b{OpenXM}
1.1 noro 183: $B$G$O(B, $B$"$i$+$8$a8_$$$N%5%]!<%H$9$k(B @b{CMO}, @b{SM} $B$N%j%9%H$r8r49$7$"$C$F(B,
184: $BAj<j$NCN$i$J$$%G!<%?$rAw$i$J$$$h$&$K$9$k;EAH$_$rDs>'$7$F$$$k(B. $B$3$N$?$a$N(B
185: $B%G!<%?$,(B Mathcap $B$G$"$k(B. Mathcap $B$O(B @b{CMO} $B$H$7$F$O%j%9%H$G$"$j(B, $B$=$N(B
186: $BMWAG$O(B 32 bit $B@0?t$^$?$OJ8;zNs$G$"$k(B. $B8=:_$N5,Dj$G$O(B, Mathcap $B$O(B
187: $BD9$5$,(B 3 $B$N%j%9%H$G(B,
188:
1.2 noro 189: [[version $BHV9f(B, server $BL>(B],@b{SM}taglist,[[@b{OX}tag,@b{CMO}taglist],
190: [@b{OX}tag,@b{CMO}taglist],...]]
1.1 noro 191:
1.2 noro 192: $B$H$$$&7A$r$7$F$$$k(B. [@b{OX}tag,@b{CMO}taglist] $B$O(B,
1.1 noro 193: @b{OX}tag $B$G<($5$l$k%+%F%4%j$N%G!<%?$KBP$7$F(B, $B$I$N$h$&$J(B @b{CMO} $B$,;HMQ2D(B
194: $BG=$+$r<($9$b$N$G$"$k(B. $B$3$N;XDj$rJ#?t5v$9$3$H$K$h$j(B, $BNc$($P(B
195: @samp{ox_asir} $B$N$h$&$K(B, @b{CMO} $B%G!<%?0J30$K(B, @b{Asir} $B8GM-$N%G!<%?7A<0(B
196: $B$K$h$j(B, @b{CMO}$B$h$jB?$/$N<oN`$N%G!<%?Aw<u?.$r9T$($k$3$H$r<($;$k(B.
197:
198: $B%G!<%?Aw?.$N:]$K(B, $BAj<j%W%m%;%9$N(B Mathcap $B$,4{$KEPO?$5$l$F$$$k>l9g(B,
199: Mathcap $B$K$h$k%A%'%C%/$r9T$&$+H]$+$O(B,
200: @code{ctrl} $B%3%^%s%I$N(B @code{"ox_check"} $B%9%$%C%A$K$h$j7h$^$k(B.
201: $B$3$N%9%$%C%A$N=i4|CM$O(B 1 $B$G(B, $B%A%'%C%/$r9T$&$3$H$r0UL#$9$k(B.
202: @code{ctrl("ox_check",0)} $B$K$h$j%A%'%C%/$r9T$o$J$$$h$&$K$G$-$k(B.
1.2 noro 203: \E
204: \BEG
205: A server or a client does not necessarily implement full specifications
206: of @b{OpenXM}. If a program sends data unknown to its peer, an unrecoverable
207: error may occur. To avoid such a case @b{OpenXM} provides a scheme not
208: to send data unknown to peers. It is realized by exchanging the list of
209: supported @b{CMO} and @b{SM}. The list is called mathcap.
210: Mathcap is also defined as a @b{CMO} and the elements are 32bit integers
211: or strings.
212: The format of mathcap is as follows.
213:
1.3 noro 214: [[version number, server name],@b{SM}taglist,
215: [[@b{OX}tag,@b{CMO}taglist],[@b{OX}tag,@b{CMO}taglist],...]]
1.2 noro 216:
217: [@b{OX}tag,@b{CMO}taglist] indicates that available object tags for
218: a category of data specified by @b{OX}tag.
219: For example @samp{ox_asir} accepts the local object format used by @b{Asir}
220: and the mathcap from @samp{ox_asir} reflects the fact.
221:
222: If @code{"ox_check"} switch of @code{ctrl} is set to 1,
223: the check by a mathcap is done before data is sent.
224: If @code{"ox_check"} switch of @code{ctrl} is set to 0,
225: the check is not done.
226: By default it is set to 1.
227: \E
1.1 noro 228:
1.2 noro 229: \BJP
1.1 noro 230: @node $B%9%?%C%/%^%7%s%3%^%s%I(B,,, $BJ,;67W;;(B
231: @section $B%9%?%C%/%^%7%s%3%^%s%I(B
1.2 noro 232: \E
233: \BEG
234: @node Stackmachine commands,,, Distributed computation
235: @section Stackmachine commands
236: \E
1.1 noro 237:
1.2 noro 238: \BJP
1.1 noro 239: $B%9%?%C%/%^%7%s%3%^%s%I$O(B, $B%9%?%C%/%^%7%s$G$"$k(B server $B$K2?$i$+$NA`:n$r9T(B
240: $B$o$;$k$?$a$KMQ0U$5$l$F$$$k(B. $B$$$/$D$+$N%3%^%s%I$O(B, $B$h$/MQ$$$i$l$k7A$G(B, $BB>(B
1.2 noro 241: $B$N%3%^%s%I(B, $B%G!<%?$H$H$b$K(B, @b{Asir} $B$NAH$_9~$_4X?t$K$h$jAw$i$l$k$,(B, $B%f!<(B
1.1 noro 242: $B%6$,L@<(E*$K$"$k%3%^%s%I$rAw$kI,MW$,$7$P$7$P@8$:$k(B. $B%9%?%C%/%^%7%s%3%^%s(B
243: $B%I$O(B 32 bit $B0J2<$N@0?t$G$"$j(B, @code{ox_push_cmd()} $B%3%^%s%I$GAw?.$G$-$k(B.
244: $B0J2<$G(B, $BBeI=E*$J%9%?%C%/%^%7%s%3%^%s%I$K$D$$$F2r@b$9$k(B. @b{SM_xxx=yyy}
245: $B$G(B, @b{SM_xxx} $B$,(B mnemonic, @b{yyy} $B$,CM$G$"$k(B.
246:
247: $B0J2<$G(B, $B%9%?%C%/$+$i%G!<%?$r<h$j=P$9$H$O(B, $B%9%?%C%/$N0lHV>e$+$i%G!<%?$r(B
248: $B<h$j=|$/$3$H$r8@$&(B.
1.2 noro 249: \E
250:
251: \BEG
252: The stackmachine commands are provided to request a server to execute
253: various operations.
254: They are automatically sent by built-in functions of @b{Asir},
255: but one often has to send them manually. They are represented by
256: 32bit integers. One can send them by calling @code{ox_push_cmd()}.
257: Typical stackmachine commands are as follows.
258: @b{SM_xxx=yyy} means that @b{SM_xxx} is a mnemonic and that
259: @b{yyy} is its value.
260: \E
1.1 noro 261:
262: @table @b
263: @item SM_popSerializedLocalObject=258
264:
1.2 noro 265: \BJP
1.1 noro 266: server $B$,(B @samp{ox_asir} $B$N>l9g$K(B, $BI,$:$7$b(B @b{CMO} $B$GDj5A$5$l$F$$$J$$(B
1.2 noro 267: $B%*%V%8%'%/%H$r%9%?%C%/$+$i<h$j=P$7(B, $BDL?.O)$KN.$9(B.
268: \E
269: \BEG
270: An object not necessarily defined as @b{CMO} is popped from the stack
271: and is sent to the client. This is available only on @samp{ox_asir}.
272: \E
1.1 noro 273:
274: @item SM_popCMO=262
275:
1.2 noro 276: \JP @b{CMO} $B%*%V%8%'%/%H$r%9%?%C%/$+$i<h$j=P$7(B, $BDL?.O)$KN.$9(B.
277: \EG A @b{CMO} object is popped from the stack and is sent to the client.
1.1 noro 278:
279: @item SM_popString=263
280:
1.2 noro 281: \JP $B%9%?%C%/$+$i%G!<%?$r<h$j=P$7(B, $B2DFI7A<0$NJ8;zNs$KJQ49$7$FDL?.O)$KN.$9(B.
282: \EG An object is popped from the stack and is sent to the client as a readable string.
1.1 noro 283:
284: @item SM_mathcap=264
285:
1.2 noro 286: \JP server $B$N(B mathcap $B$r%9%?%C%/$K@Q$`(B.
287: \EG The server's mathcap is pushed to the stack.
1.1 noro 288:
289: @item SM_pops=265
290:
1.2 noro 291: \BJP
1.1 noro 292: $B%9%?%C%/$+$i<h$j=P$7$?%G!<%?$r8D?t$H$7$F(B, $B$=$N8D?tJ,%9%?%C%/$+$i(B
293: $B%G!<%?$r<h$j=|$/(B.
1.2 noro 294: \E
295: \BEG
296: Objects are removed from the stack. The number of object to be removed
297: is specified by the object at the top of the stack.
298: \E
1.1 noro 299:
300: @item SM_setName=266
301:
1.2 noro 302: \BJP
1.1 noro 303: $B%9%?%C%/$+$i%G!<%?$rJQ?tL>$H$7$F<h$j=P$7(B, $B<!$K<h$j=P$7$?%G!<%?$r$=$N(B
304: $BJQ?t$K3d$jEv$F$k(B. $B$3$N3d$jEv$F$O(B, server $B8GM-$N=hM}$H$7$F9T$o$l$k(B.
1.2 noro 305: \E
306: \BEG
307: A variable name is popped form the stack. Then an object is
308: popped and it is assigned to the variable. This assignment is done
309: by the local language of the server.
310: \E
1.1 noro 311:
312: @item SM_evalName=267
313:
1.2 noro 314: \JP $B%9%?%C%/$+$i<h$j=P$7$?%G!<%?$rJQ?tL>$H$7$F(B, $B$=$NCM$r%9%?%C%/$K:\$;$k(B.
315: \BEG
316: A variable name is popped from the stack.
317: Then the value of the variable is pushed to the stack.
318: \E
1.1 noro 319:
320: @item SM_executeStringByLocalParser=268
321:
1.2 noro 322: \BJP
1.1 noro 323: $B%9%?%C%/$+$i<h$j=P$7$?%G!<%?$r(B, server $B8GM-$N(B parser, evaluator $B$G(B
324: $B=hM}$7(B, $B7k2L$r%9%?%C%/$K:\$;$k(B.
1.2 noro 325: \E
326: \BEG
327: A string popped from the stack is parsed and evaluated.
328: The result is pushed to the stack.
329: \E
1.1 noro 330:
331: @item SM_executeFunction=269
332:
1.2 noro 333: \BJP
1.1 noro 334: $B%9%?%C%/$+$i(B, $B4X?tL>(B, $B0z?t$N8D?t(B, $B8D?tJ,$N0z?t$r<h$j=P$7(B, $B4X?t$r8F$S=P$7(B
335: $B7k2L$r%9%?%C%/$K:\$;$k(B.
1.2 noro 336: \E
337: \BEG
338: A function name, the number of arguments and the arguments are
339: popped from the stack. Then the function is executed and the result
340: is pushed to the stack.
341: \E
1.1 noro 342:
343: @item SM_beginBlock=270
1.2 noro 344: \JP $B%G!<%?%V%m%C%/$N$O$8$^$j(B.
345: \EG It indicates the beginning of a block.
1.1 noro 346:
347: @item SM_endBlock=271
1.2 noro 348: \JP $B%G!<%?%V%m%C%/$N=*$j(B.
349: \EG It indicates the end of a block.
1.1 noro 350:
351: @item SM_shutdown=272
352:
1.2 noro 353: \JP server $B$H$N8r?.$r@ZCG$7(B, server $B$r=*N;$5$;$k(B.
354: \EG It shuts down communications and terminates servers.
1.1 noro 355:
356: @item SM_setMathcap=273
357:
1.2 noro 358: \JP $B%9%?%C%/$N%G!<%?$r(B client $B$N(B mathcap $B$H$7$F(B, server $B$KEPO?$rMW5a$9$k(B.
359: \BEG
360: It requests a server to register the data at the top of the stack
361: as the client's mathcap.
362: \E
1.1 noro 363:
364: @item SM_getsp=275
365:
1.2 noro 366: \JP $B8=:_%9%?%C%/$K@Q$^$l$F$$$k%G!<%?$N?t$r%9%?%C%/$K:\$;$k(B.
367: \EG The number of objects in the current stack is pushed to the stack.
1.1 noro 368:
369: @item SM_dupErrors=276
370:
1.2 noro 371: \BJP
1.1 noro 372: $B8=:_%9%?%C%/$K@Q$^$l$F$$$k%*%V%8%'%/%H$NFb(B, $B%(%i!<%*%V%8%'%/%H$N$_(B
373: $B$r%j%9%H$K$7$F(B, $B%9%?%C%/$K:\$;$k(B.
1.2 noro 374: \E
375: \BEG
376: The list of all the error objects in the current stack is pushed to
377: the stack.
378: \E
1.1 noro 379:
380: @item SM_nop=300
381:
1.2 noro 382: \JP $B$J$K$b$7$J$$(B.
383: \EG Nothing is done.
1.1 noro 384: @end table
385:
1.2 noro 386: \BJP
1.1 noro 387: @node $B%G%P%C%0(B,,, $BJ,;67W;;(B
388: @section $B%G%P%C%0(B
1.2 noro 389: \E
390: \BEG
391: @node Debugging,,, Distributed computation
392: @section Debugging
393: \E
1.1 noro 394:
1.2 noro 395: \BJP
1.1 noro 396: $BJ,;67W;;$K$*$$$F$O(B, $B0lHL$K%G%P%C%0$,:$Fq$H$J$k(B. @samp{ox_asir} $B$K(B
397: $B$*$$$F$O(B, $B%G%P%C%0$N$?$a$N$$$/$D$+$N5!G=$rDs6!$7$F$$$k(B.
1.2 noro 398: \E
399: \BEG
400: In general, it is difficult to debug distributed computations.
401: @samp{ox_asir} provides several functions for debugging.
402: \E
1.1 noro 403:
404: @menu
1.2 noro 405: \BJP
1.1 noro 406: * $B%(%i!<%*%V%8%'%/%H(B::
407: * $B%j%;%C%H(B::
408: * $B%G%P%C%0MQ%]%C%W%"%C%W%&%#%s%I%&(B::
1.2 noro 409: \E
410: \BEG
411: * Error object::
412: * Resetting a server::
413: * Pop-up command window for debugging::
414: \E
1.1 noro 415: @end menu
416:
1.2 noro 417: \BJP
1.1 noro 418: @node $B%(%i!<%*%V%8%'%/%H(B,,, $B%G%P%C%0(B
419: @subsection $B%(%i!<%*%V%8%'%/%H(B
1.2 noro 420: \E
421: \BEG
422: @node Error object,,, Debugging
423: @subsection Error object
424: \E
1.1 noro 425:
1.2 noro 426: \BJP
427: @b{OpenXM} server $B$,<B9TCf$K%(%i!<$r5/$3$7$?>l9g(B, $B7k2L$N$+$o$j$K(B
1.1 noro 428: @b{CMO} $B%(%i!<%*%V%8%'%/%H$r%9%?%C%/$K@Q$`(B. $B%(%i!<%*%V%8%'%/%H$O(B, $BBP1~$9$k(B
429: @b{SM} $B%3%^%s%I$N%7%j%"%kHV9f$H(B, $B%(%i!<%a%C%;!<%8$+$i$J$j(B, $B$=$l$K$h$C$F(B
430: $B$I$N(B @b{SM} $B%3%^%s%I$,$I$N$h$&$J%(%i!<$r5/$3$7$?$,$"$kDxEYH=L@$9$k(B.
1.2 noro 431: \E
432: \BEG
433: When an error has occurred on an @b{OpenXM} server,
434: an error object is pushed to the stack instead of a result of the computation.
435: The error object consists of the serial number of the @b{SM} command
436: which caused the error, and an error message.
437: \E
1.1 noro 438:
439: @example
440: [340] ox_launch();
441: 0
442: [341] ox_rpc(0,"fctr",1.2*x);
443: 0
444: [342] ox_pop_cmo(0);
445: error([8,fctrp : invalid argument])
446: @end example
447:
1.2 noro 448: \BJP
1.1 noro 449: @node $B%j%;%C%H(B,,, $B%G%P%C%0(B
1.2 noro 450: @subsection $B%j%;%C%H(B
451: \E
452: \BEG
453: @node Resetting a server,,, Debugging
454: @subsection Resetting a server
455: \E
1.1 noro 456:
1.2 noro 457: \BJP
1.1 noro 458: @code{ox_reset()} $B$O8=:_<B9TCf$N(B server $B$r%j%;%C%H$7$F(B, $B%3%^%s%I<u$1IU$1(B
459: $B>uBV$KLa$9(B. $B$3$N5!G=$O(B, $BDL>o$N(B @b{Asir} $B%;%C%7%g%s$K$*$1$k%-!<%\!<%I3d$j9~$_(B
1.2 noro 460: $B$H$[$\F1MM$K(B, @b{OpenXM} server $B$r%j%;%C%H$G$-$k(B. $B$^$?(B, $B2?$i$+$N860x$G(B,
1.1 noro 461: $BDL?.O)$N%G!<%?$,:\$C$?$^$^$N>uBV$G(B @code{ox_rpc()} $B$J$I$r<B9T$9$k$H(B,
462: @code{ox_pop_cmo()} $B$J$I(B, $B%9%?%C%/$+$i$N<h$j=P$7$H(B, $B<B:]$KFI$^$l$k%G!<%?(B
463: $B$NBP1~$,IT@5$K$J$k(B. $B$=$N$h$&$J>l9g$K$bM-8z$G$"$k(B.
1.2 noro 464: \E
1.1 noro 465:
1.2 noro 466: \BEG
467: @code{ox_reset()} resets a process whose identifier is @var{number}.
468: After its execution the process is ready for receiving data.
469: This function corresponds to the keyboard interrupt on an usual @b{Asir}
470: session. It often happens that a request of a client does not correspond
471: correctly to the result from a server. It is caused by remaining data
472: on data streams. @code{ox_reset} is effective for such cases.
473: \E
1.1 noro 474:
1.2 noro 475: \BJP
1.1 noro 476: @node $B%G%P%C%0MQ%]%C%W%"%C%W%&%#%s%I%&(B,,, $B%G%P%C%0(B
477: @subsection $B%G%P%C%0MQ%]%C%W%"%C%W%&%#%s%I%&(B
1.2 noro 478: \E
479: \BEG
480: @node Pop-up command window for debugging,,, Debugging
481: @subsection Pop-up command window for debugging
482: \E
1.1 noro 483:
1.2 noro 484: \BJP
1.1 noro 485: server $B$K$O(B, client $B$K$*$1$k%-!<%\!<%I$KAjEv$9$kF~NO5!G=$,$J$$$?$a(B,
486: server $BB&$GF0:n$7$F$$$k%f!<%68@8l%W%m%0%i%`$N%G%P%C%0$,:$Fq$K$J$k(B. $B$3$N(B
487: $B$?$a(B, server $BB&$G$N%f!<%68@8l%W%m%0%i%`<B9TCf$N%(%i!<$*$h$S(B, client $B$+$i(B
488: $B$N(B @code{ox_rpc(@var{id},"debug")} $B<B9T$K$h$j(B, server $B$K%G%P%C%0%3%^%s%I(B
489: $B$rF~NO$9$k$?$a$N>.$5$J%&%#%s%I%&$,%]%C%W%"%C%W$9$k(B. $B$3$N%&%#%s%I%&$+$i$N(B
490: $BF~NO$KBP$9$k=PNO$O(B, log $BMQ$N(B @samp{xterm} $B$KI=<($5$l$k(B. $B$3$N%&%#%s%I%&$r(B
491: $BJD$8$k$K$O(B, @code{quit} $B$rF~NO$9$l$P$h$$(B.
1.2 noro 492: \E
493: \BEG
494: As a server does not have any standard input device such as a keyboard,
495: it is difficult to debug user programs running on the server.
496: @samp{ox_asir} pops up a small command window to input debug commands
497: when an error has occurred during user a program execution or
498: @code{ox_rpc(@var{id},"debug")} has been executed.
499: The responses to commands are shown in @samp{xterm} to display
500: standard outputs from the server. To close the small window,
501: input @code{quit}.
502: \E
1.1 noro 503:
1.2 noro 504: \BJP
1.1 noro 505: @node $BJ,;67W;;$K4X$9$k4X?t(B,,, $BJ,;67W;;(B
506: @section $BJ,;67W;;$K4X$9$k4X?t(B
1.2 noro 507: \E
508: \BEG
509: @node Functions for distributed computation,,, Distributed computation
510: @section Functions for distributed computation
511: \E
1.1 noro 512:
513: @menu
514: * ox_launch ox_launch_nox ox_shutdown::
515: * ox_launch_generic::
516: * ox_asir::
517: * ox_rpc ox_cmo_rpc ox_execute_string::
518: * ox_push_cmo ox_push_local::
519: * ox_pop_cmo ox_pop_local::
520: * ox_push_cmd ox_sync::
521: * ox_get::
522: * ox_pops::
1.4 noro 523: * ox_reset ox_intr register_handler::
1.1 noro 524: * ox_select::
525: * ox_flush::
526: * ox_get_serverinfo::
527: * generate_port try_bind_listen try_connect try_accept register_server::
528: * ifplot conplot plot plotover::
1.8 noro 529: * open_canvas clear_canvas draw_obj draw_string::
1.1 noro 530: @end menu
531:
1.2 noro 532: \JP @node ox_launch ox_launch_nox ox_shutdown,,, $BJ,;67W;;$K4X$9$k4X?t(B
533: \EG @node ox_launch ox_launch_nox ox_shutdown,,, Functions for distributed computation
1.1 noro 534: @subsection @code{ox_launch}, @code{ox_launch_nox}, @code{ox_shutdown}
535: @findex ox_launch
536: @findex ox_launch_nox
537: @findex ox_shutdown
538:
539: @table @t
540: @item ox_launch([@var{host}[,@var{dir}],@var{command}])
541: @itemx ox_launch_nox([@var{host}[,@var{dir}],@var{command}])
1.2 noro 542: \JP :: $B1s3V%W%m%;%9$N5/F0$*$h$SDL?.$r3+;O$9$k(B.
543: \EG :: Initialize OpenXM servers.
1.1 noro 544: @item ox_shutdown(@var{id})
1.2 noro 545: \JP :: $B1s3V%W%m%;%9$r=*N;$5$;(B, $BDL?.$r=*N;$9$k(B.
546: \EG :: Terminates OpenXM servers.
1.1 noro 547: @end table
548:
549: @table @var
550: @item return
1.2 noro 551: \JP $B@0?t(B
552: \EG integer
1.1 noro 553: @item host
1.2 noro 554: \JP $BJ8;zNs$^$?$O(B 0
555: \EG string or 0
1.1 noro 556: @item dir, command
1.2 noro 557: \JP $BJ8;zNs(B
558: \EG string
1.1 noro 559: @item id
1.2 noro 560: \JP $B@0?t(B
561: \EG integer
1.1 noro 562: @end table
563:
564: @itemize @bullet
1.2 noro 565: \BJP
1.1 noro 566: @item
567: @code{ox_launch()} $B$O(B, $B%[%9%H(B @var{host} $B>e$G%3%^%s%I(B @var{command} $B$r5/F0$7(B,
568: $B$3$N%W%m%;%9$HDL?.$r3+;O$9$k(B.
569: $B0z?t$,(B 3 $B$D$N>l9g(B, @var{host} $B>e$G(B,
570: @var{dir} $B$K$"$k(B @samp{ox_launch} $B$H$$$&%5!<%P5/F0MQ%W%m%0%i%`$rN)$A>e$2$k(B.
571: @samp{ox_launch} $B$O(B @var{command} $B$r5/F0$9$k(B.
572: @var{host} $B$,(B 0 $B$N;~(B, @b{Asir} $B$,F0:n$7$F$$$k(B
573: $B%^%7%s>e$G%3%^%s%I$r5/F0$9$k(B.
574: $BL50z?t$N>l9g(B, @var{host} $B$O(B 0, @var{dir} $B$O(B @code{get_rootdir()}
575: $B$GJV$5$l$k%G%#%l%/%H%j(B, @var{command} $B$OF1$8%G%#%l%/%H%j$N(B @samp{ox_asir}
576: $B$r0UL#$9$k(B.
1.2 noro 577:
1.1 noro 578: @item
579: @var{host} $B$,(B 0, $B$9$J$o$A%5!<%P$r(B local $B$K5/F0$9$k>l9g$K$O(B, @var{dir}
580: $B$r>JN,$G$-$k(B. $B$3$N>l9g(B, @var{dir} $B$O(B @code{get_rootdir()} $B$GJV$5$l$k(B
581: $B%G%#%l%/%H%j$H$J$k(B.
1.2 noro 582:
1.1 noro 583: @item
584: @var{command} $B$,(B @samp{/} $B$G;O$^$kJ8;zNs$N>l9g(B, $B@dBP%Q%9$H2r<a$5$l$k(B.
585: $B$=$l0J30$N>l9g(B, @var{dir} $B$+$i$NAjBP%Q%9$H2r<a$5$l$k(B.
1.2 noro 586:
1.1 noro 587: @item
588: UNIX $BHG$K$*$$$F$O(B, @code{ox_launch()} $B$O(B, @var{command} $B$NI8=`=PNO(B, $BI8=`(B
589: $B%(%i!<=PNO$rI=<($9$k$?$a$N(B @samp{xterm} $B$r5/F0$9$k(B.
590: @code{ox_launch_nox()} $B$O(B, @code{X} $B$J$7$N4D6-$N>l9g(B, $B$"$k$$$O(B @samp{xterm}
591: $B$r5/F0$;$:$K%5!<%P$rN)$A>e$2$k>l9g$KMQ$$$k(B. $B$3$N>l9g(B,
592: @var{command} $B$N=PNO$O(B @samp{/dev/null} $B$K@\B3$5$l$k(B.
593: @code{ox_launch()} $B$N>l9g$G$b(B, $B4D6-JQ?t(B @code{DISPLAY} $B$,@_Dj$5$l$F$$$J$$(B
594: $B>l9g$K$O(B, @code{ox_launch_nox()} $B$HF1$8F0:n$r$9$k(B.
595:
596: @item
597: $BJV$5$l$k@0?t$ODL?.$N$?$a$N<1JL;R$H$J$k(B.
598:
599: @item
600: @b{Asir} $B$HDL?.$9$k%W%m%;%9$OF10l$N%^%7%s>e$GF0:n$7$F$$$kI,MW$O$J$$(B. $B$^(B
601: $B$?(B, $BDL?.$K$*$1$k%P%$%H%*!<%@$O(B server, client $B4V$G$N:G=i$N(B negotiation
602: $B$G7h$^$k$?$a(B, $BAj<j@h$N%^%7%s$H%P%$%H%*!<%@$,0[$J$C$F$$$F$b9=$o$J$$(B.
603:
604: @item
605: @var{host} $B$K%^%7%sL>$r;XDj$9$k>l9g(B, $B0J2<$N=`Hw$,I,MW$G$"$k(B.
606: $B$3$3$G(B, @b{Asir} $B$NF0$$$F$$$k%[%9%H$r(B @code{A}, $BDL?.Aj<j$N%W%m%;%9(B
607: $B$,5/F0$5$l$k%[%9%H$r(B @code{B} $B$H$9$k(B.
608:
609: @enumerate
610: @item
611: $B%[%9%H(B @code{B} $B$N(B @samp{~/.rhosts} $B$K(B, $B%[%9%H(B @code{A} $B$N%[%9%H(B
612: $BL>$rEPO?$9$k(B.
613:
614: @item
615: @samp{ox_plot} $B$J$I(B, @code{X} $B$H$N%3%M%/%7%g%s$bMQ$$$i$l$k>l9g(B,
616: @code{Xserver} $B$KBP$7(B, $BI,MW$J%[%9%H$r(B authorize $B$5$;$k(B.
617: @code{xhost} $B$GI,MW$J%[%9%HL>$rDI2C$9$l$P$h$$(B.
618:
619: @item
620: @var{command} $B$K$h$C$F$O(B, $B%9%?%C%/$rBgNL$K;HMQ$9$k(B
621: $B$b$N$b$"$k$?$a(B, @samp{.cshrc} $B$G%9%?%C%/%5%$%:$rBg$-$a(B (16MB $BDxEY(B) $B$K(B
622: $B;XDj$7$F$*$/$N$,0BA4$G$"$k(B. $B%9%?%C%/%5%$%:$O(B @code{limit stacksize 16m}
623: $B$J$I$H;XDj$9$k(B.
624: @end enumerate
625:
626: @item
627: @var{command} $B$,(B, X $B>e$K%&%$%s%I%&$r3+$1$k>l9g(B,
628: @var{display}$B$,;XDj$5$l$l$P$=$NJ8;zNs$r(B, $B>JN,;~$K$O4D6-JQ?t(B
629: @code{DISPLAY} $B$NCM$rMQ$$$k(B.
630:
631: @item
1.5 noro 632: $B4D6-JQ?t(B @code{ASIR_RSH} $B$,%;%C%H$5$l$F$$$k>l9g(B, $B%5!<%P$NN)$A>e$2%W%m%0%i%`(B
633: $B$H$7$F(B@samp{rsh} $B$NBe$o$j$K$3$NJQ?t$NCM$,MQ$$$i$l$k(B. $BNc$($P(B,
634:
635: @example
636: % setenv ASIR_RSH "ssh -f -X -A "
637: @end example
638:
639: $B$K$h$j(B, $B%5!<%P$NN)$A>e$2$K(B @samp{ssh} $B$,MQ$$$i$l(B,
640: X11 $B$NDL?.$,(B forwarding $B$5$l$k(B. $B>\$7$/$O(B @samp{ssh} $B$N%^%K%e%"%k$r(B
641: $B;2>H(B.
642:
643: @item
1.1 noro 644: @code{ox_shutdown()} $B$O<1JL;R(B @var{id} $B$KBP1~$9$k1s3V%W%m%;%9(B
645: $B$r=*N;$5$;$k(B.
646:
647: @item
648: @b{Asir} $B$,@5>o$7$?>l9g$K$OA4$F$NF~=PNO%9%H%j!<%`$O<+F0E*$KJD$8$i$l(B,
649: $B5/F0$5$l$F$$$k%W%m%;%9$OA4$F=*N;$9$k$,(B, $B0[>o=*N;$7$?>l9g(B, $B1s3V%W%m%;%9(B
650: $B$,=*N;$7$J$$>l9g$b$"$k(B. @b{Asir} $B$,0[>o=*N;$7$?>l9g(B, $B1s3V%W%m%;%9$r(B
651: $B5/F0$7$?%^%7%s>e$G(B @code{ps} $B$J$I$r5/F0$7$F(B, $B$b$7(B @b{Asir} $B$+$i5/F0(B
652: $B$7$?%W%m%;%9$,;D$C$F$$$k>l9g(B, @code{kill} $B$9$kI,MW$,$"$k(B.
653:
654: @item
655: log $BI=<(MQ(B @samp{xterm} $B$O(B @samp{-name ox_term} $B%*%W%7%g%s$G5/F0$5$l$k(B.
656: $B$h$C$F(B, @samp{ox_term} $B$J$k%j%=!<%9L>$KBP$7$F(B @samp{xterm} $B$N%j%=!<%9@_Dj(B
657: $B$r9T$($P(B, log $BMQ(B @samp{xterm} $B$N5sF0$N$_$rJQ$($k$3$H$,$G$-$k(B.
658: $BNc$($P(B,
1.2 noro 659:
1.1 noro 660: @example
661: ox_xterm*iconic:on
662: ox_xterm*scrollBar:on
663: ox_xterm*saveLines:1000
664: @end example
1.2 noro 665:
1.1 noro 666: $B$K$h$j(B, icon $B$G5/F0(B, scrollbar $B$D$-(B, scrollbar $B$G;2>H$G$-$k9T?t(B
667: $B$,:GBg(B 1000 $B9T(B, $B$H$$$&;XDj$,$G$-$k(B.
1.5 noro 668:
1.2 noro 669: \E
670:
671: \BEG
672: @item
673: Function @code{ox_launch()} invokes a process to execute @var{command}
674: on a host @var{host} and enables @b{Asir} to communicate with that
675: process.
676: If the number of arguments is 3, @samp{ox_launch} in @var{dir}
677: is invoked on @var{host}. Then @samp{ox_launch} invokes @var{command}.
678: If @var{host} is equal to 0, all the commands are invoked
679: on the same machine as the @b{Asir} is running.
680: If no arguments are specified, @var{host}, @var{dir} and @var{command}
1.3 noro 681: are regarded as 0, the value of @code{get_rootdir()} and @samp{ox_asir} in
1.2 noro 682: the same directory respectively.
683:
684: @item
685: If @var{host} is equal to 0, then @var{dir} can be omitted.
686: In such a case @var{dir} is regarded as the value of @code{get_rootdir()}.
687:
688: @item
689: If @var{command} begins with @samp{/}, it is regarded as an absolute
690: pathname. Otherwise it is regarded as a relative pathname from
691: @var{dir}.
692:
693: @item
694: On UNIX, @code{ox_launch()} invokes @samp{xterm} to display
695: standard outputs from @var{command}.
696: If @code{X11} is not available or one wants to invoke servers without
697: @samp{xterm}, use @code{ox_launch_nox()}, where the outputs of
698: @var{command} are redirected to @samp{/dev/null}.
699: If the environment variable @code{DISPLAY} is not set,
700: @code{ox_launch()} and @code{ox_launch_nox()} behave identically.
701:
702: @item
703: The returned value is used as the identifier for communication.
704:
705: @item
706: The peers communicating with @b{Asir} are not necessarily processes
707: running on the same machine.
708: The communication will be successful even if
709: the byte order is different from those of the peer processes,
710: because the byte order for the communication is determined
711: by a negotiation between a client and a server.
712:
713: @item
714: The following preparations are necessary.
715: Here, Let @code{A} be the host on which @b{Asir} is running, and
716: @code{B} the host on which the peer process will run.
717:
718: @enumerate
719: @item
720: Register the hostname of the host @code{A} to the @samp{~/.rhosts} of
721: the host @code{B}.
722: That is, you should be allowed to access the host @code{B} from @code{A}
723: without supplying a password.
724:
725: @item
726: For cases where connection to @code{X} is also used,
727: let @code{Xserver} authorize the relevant hosts.
728: Adding the hosts can be done by command @code{xhost}.
1.5 noro 729:
730: @item
731: If an environment variable @code{ASIR_RSH} is set,
732: the content of this variable is used as a promgram to invoke
733: remote servers instead of @var{rsh}. For example,
734:
735: @example
736: % setenv ASIR_RSH "ssh -f -X -A "
737: @end example
738:
739: implies that remote servers are invoked by @samp{ssh} and that
740: X11 forwarding is enabled. See the manual of @samp{ssh} for the detail.
1.2 noro 741:
742: @item
743: Some @var{command}'s consume much stack space. You are recommended
744: to set the stack size to about 16MB large in @samp{.cshrc} for safe.
745: To specify the size, put @code{limit stacksize 16m} for an example.
746: @end enumerate
747:
748: @item
749: When @var{command} opens a window on @code{X},
750: it uses the string specified for @var{display};
751: if the specification is omitted, it uses the value set for the
752: environment variable @code{DISPLAY}.
753:
754: @item
755: @code{ox_shutdown()} terminates OpenXM servers whose identifier
756: is @var{id}.
757:
758: @item
759: When @b{Asir} is terminated successfully, all I/O streams are
760: automatically closed, and all the processes invoked are also terminated.
761: However, some remote processes may not terminated when @b{Asir}
762: is terminated abnormally.
763: If ever @b{Asir} is terminated abnormally, you have to kill all the
764: unterminated process invoked by @b{Asir} on every remote host.
765: Check by @code{ps} command on the remote hosts to see if such processed
766: are alive.
767:
768: @item
769: @samp{xterm} for displaying the outputs from @var{command} is
770: invoked with @samp{-name ox_term} option. Thus, by
771: specifying resources for the resource name @samp{ox_term},
772: only the behaviour of the @samp{xterm} can be customized.
773:
774: @example
775: /* iconify on start */
776: ox_xterm*iconic:on
777: /* activate the scroll bar */
778: ox_xterm*scrollBar:on
779: /* 1000 lines can be shown by the scrollbar */
780: ox_xterm*saveLines:1000
781: @end example
782: \E
1.1 noro 783: @end itemize
784:
785: @example
786: [219] ox_launch();
787: 0
788: [220] ox_rpc(0,"fctr",x^10-y^10);
789: 0
790: [221] ox_pop_local(0);
791: [[1,1],[x^4+y*x^3+y^2*x^2+y^3*x+y^4,1],
792: [x^4-y*x^3+y^2*x^2-y^3*x+y^4,1],[x-y,1],[x+y,1]]
793: [222] ox_shutdown(0);
794: 0
795: @end example
796:
797: @table @t
1.2 noro 798: \JP @item $B;2>H(B
799: \EG @item References
800: @fref{ox_rpc ox_cmo_rpc ox_execute_string},
801: @fref{ox_pop_cmo ox_pop_local},
802: @fref{ifplot conplot plot plotover}
1.1 noro 803: @end table
804:
1.2 noro 805: \JP @node ox_launch_generic,,, $BJ,;67W;;$K4X$9$k4X?t(B
806: \EG @node ox_launch_generic,,, Functions for distributed computation
1.1 noro 807: @subsection @code{ox_launch_generic}
808: @findex ox_launch_generic
809:
810: @table @t
811: @item ox_launch_generic(@var{host},@var{launch},@var{server},@var{use_unix},@var{use_ssh},@var{use_x},@var{conn_to_serv})
1.2 noro 812: \JP :: $B1s3V%W%m%;%9$N5/F0$*$h$SDL?.$r3+;O$9$k(B.
813: \EG :: Initialize OpenXM servers.
1.1 noro 814: @end table
815:
816: @table @var
817: @item return
1.2 noro 818: \JP $B@0?t(B
819: \EG integer
1.1 noro 820: @item host
1.2 noro 821: \JP $BJ8;zNs$^$?$O(B 0
822: \EG string or 0
1.1 noro 823: @item launcher, server
1.2 noro 824: \JP $BJ8;zNs(B
825: \EG string
1.1 noro 826: @item use_unix, use_ssh, use_x, conn_to_serv
1.2 noro 827: \JP $B@0?t(B
828: \EG integer
1.1 noro 829: @end table
830:
831: @itemize @bullet
1.2 noro 832: \BJP
1.1 noro 833: @item
834: @code{ox_launch_generic()} $B$O(B,
835: $B%[%9%H(B @var{host} $B>e$G(B, $B%3%s%H%m!<%k%W%m%;%9(B @var{launch} $B$*$h$S(B
836: $B%5!<%P%W%m%;%9(B @var{server} $B$r5/F0$9$k(B. $B$=$NB>$N0z?t$O(B, $B;HMQ$9$k(B
837: protocol $B$N<oN`(B, X $B$N;HMQ(B/$BIT;HMQ(B, rsh/ssh $B$K$h$k%W%m%;%95/F0(B, connect
838: $BJ}K!$N;XDj$J$I$r9T$&%9%$%C%A$G$"$k(B.
1.2 noro 839:
1.1 noro 840: @item
841: @var{host} $B$,(B 0 $B$N>l9g(B, @b{Asir} $B$,F0:n$7$F$$$k%^%7%s>e$K(B, @var{launch},
842: @var{server} $B$rN)$A>e$2$k(B. $B$3$N>l9g(B, @var{use_unix} $B$NCM$K$+$+$o$i$:(B,
843: UNIX internal protocol $B$,MQ$$$i$l$k(B.
1.2 noro 844:
1.1 noro 845: @item
846: @var{use_unix} $B$,(B 1 $B$N>l9g(B, UNIX internal protocol $B$rMQ$$$k(B. 0 $B$N>l9g(B,
847: Internet protocol $B$rMQ$$$k(B.
1.2 noro 848:
1.1 noro 849: @item
850: @var{use_ssh} $B$,(B 1 $B$N>l9g(B, @samp{ssh} (Secure Shell) $B$K$h$j%3%s%H%m!<%k(B,
1.2 noro 851: $B%5!<%P%W%m%;%9$rN)$A>e$2$k(B. @samp{ssh-agent} $B$J$I$rMxMQ$7$F$$$J>l9g(B,
852: $B%Q%9%o!<%I$NF~NO$,I,MW$H$J$k(B.
1.1 noro 853: $BAj<j@h$G(B @samp{sshd} $B$,F0$$$F$$$J$$>l9g(B, $B<+F0E*$K(B @samp{rsh} $B$,MQ$$$i$l$k$,(B,
854: $B%Q%9%o!<%I$,I,MW$H$J$k>l9g$K$O(B, $B$=$N>l$G5/F0$K<:GT$9$k(B.
1.2 noro 855:
1.1 noro 856: @item
857: @var{use_x} $B$,(B 1 $B$N>l9g(B, X $B>e$G$NF0:n$r2>Dj$7(B, $B@_Dj$5$l$F$$$k(B DISPLAY$BJQ(B
858: $B?t$rMQ$$$F(B, log $BI=<(MQ(B @samp{xterm} $B$N$b$H$G(B @var{server} $B$,5/F0$5$l(B
859: $B$k(B. DISPLAY $BJQ?t$,%;%C%H$5$l$F$$$J$$>l9g$K$O(B, $B<+F0E*$K(B X $B$J$7$N@_Dj$H$J(B
860: $B$k(B. DISPLAY $B$,ITE,@Z$K%;%C%H$5$l$F$$$k>l9g$K$O(B, $B%3%s%H%m!<%k(B, $B%5!<%P$,%O(B
861: $B%s%0$9$k$N$GMWCm0U$G$"$k(B.
1.2 noro 862:
1.1 noro 863: @item
864: @var{conn_to_serv} $B$,(B 1 $B$N>l9g(B, @b{Asir} (client) $B$,@8@.$7$?%]!<%H$K(B
865: $BBP$7(B, client $B$,(B bind,listen $B$7(B, $B5/F0$5$l$?%W%m%;%9$,(B connect $B$9$k(B.
866: @var{conn_to_serv} $B$,(B 0 $B$N>l9g(B, $B5/F0$5$l$?%W%m%;%9$,(B bind, listen $B$7(B,
867: client $B$,(B connect $B$9$k(B.
1.2 noro 868: \E
869:
870: \BEG
871: @item
872: @code{ox_launch_generic()} invokes a control process @var{launch}
873: and a server process @var{server} on @var{host}. The other arguments
874: are switches for protocol family selection, on/off of the X environment,
875: method of process invocation and selection of connection type.
876:
877: @item
878: If @var{host} is equal to 0, processes
879: are invoked on the same machine as the @b{Asir} is running.
880: In this case UNIX internal protocol is always used.
881:
882: @item
883: If @var{use_unix} is equal to 1, UNIX internal protocol is used.
884: If @var{use_unix} is equal to 0, Internet protocol is used.
885:
886: @item
887: If @var{use_ssh} is equal to 1,@samp{ssh} (Secure Shell)
888: is used to invoke processes. If one does not use @samp{ssh-agent},
889: a password (passphrase) is required.
890: If @samp{sshd} is not running on the target machine,
891: @samp{rsh} is used instead. But it will immediately fail
892: if a password is required.
893:
894: @item
895: If @var{use_x} is equal to 1, it is assumed that X environment
896: is available. In such a case @var{server} is invoked under
897: @samp{xterm} by using the current @code{DISPLAY} variable.
898: If @code{DISPLAY} is not set, it is invoked without X.
899: Note that the processes will hang up if @code{DISPLAY} is incorrectly set.
900:
901: @item
902: If @var{conn_to_serv} is equal to 1, @b{Asir} (client)
903: executes @code{bind} and @code{listen}, and the invoked processes execute
904: @code{connect}.
905: If @var{conn_to_serv} is equal to 0, @b{Asir} (client)
906: the invoked processes execute @code{bind} and @code{listen}, and
907: the client executes @code{connect}.
908: \E
1.1 noro 909: @end itemize
910:
911: @example
912: [342] LIB=get_rootdir();
913: /export/home/noro/ca/Kobe/build/OpenXM/lib/asir
914: [343] ox_launch_generic(0,LIB+"/ox_launch",LIB+"/ox_asir",0,0,0,0);
915: 1
916: [344] ox_launch_generic(0,LIB+"/ox_launch",LIB+"/ox_asir",1,0,0,0);
917: 2
918: [345] ox_launch_generic(0,LIB+"/ox_launch",LIB+"/ox_asir",1,1,0,0);
919: 3
920: [346] ox_launch_generic(0,LIB+"/ox_launch",LIB+"/ox_asir",1,1,1,0);
921: 4
922: [347] ox_launch_generic(0,LIB+"/ox_launch",LIB+"/ox_asir",1,1,1,1);
923: 5
924: [348] ox_launch_generic(0,LIB+"/ox_launch",LIB+"/ox_asir",1,1,0,1);
925: 6
926: @end example
927:
928: @table @t
1.2 noro 929: \JP @item $B;2>H(B
930: \EG @item References
931: @fref{ox_launch ox_launch_nox ox_shutdown}, @fref{ox_launch_generic}
1.1 noro 932: @end table
933:
1.2 noro 934: \JP @node generate_port try_bind_listen try_connect try_accept register_server,,, $BJ,;67W;;$K4X$9$k4X?t(B
935: \EG @node generate_port try_bind_listen try_connect try_accept register_server,,, Functions for distributed computation
1.1 noro 936: @subsection @code{generate_port}, @code{try_bind_listen}, @code{try_connect}, @code{try_accept}, @code{register_server}
937: @findex generate_port
938: @findex try_bind_listen
939: @findex try_connect
940: @findex try_accept
941: @findex register_server
942:
943: @table @t
944: @item generate_port([@var{use_unix}])
1.2 noro 945: \JP :: port $B$N@8@.(B
946: \EG :: Generates a port number.
1.1 noro 947: @itemx try_bind_listen(@var{port})
1.2 noro 948: \JP :: port $B$KBP$7$F(B bind, listen
949: \EG :: Binds and listens on a port.
1.1 noro 950: @itemx try_connect(@var{host},@var{port})
1.2 noro 951: \JP :: port $B$KBP$7$F(B connect
952: \EG :: Connects to a port.
1.1 noro 953: @itemx try_accept(@var{socket},@var{port})
1.2 noro 954: \JP :: connect $BMW5a$r(B accept
955: \EG :: Accepts a connection request.
1.1 noro 956: @itemx register_server(@var{control_socket},@var{control_port},@var{server_socket},@var{server_port})
1.2 noro 957: \JP :: connection $B$N@.N)$7$?(B control socket, server socket $B$NEPO?(B
958: \EG :: Registers the sockets for which connections are established.
1.1 noro 959: @end table
960:
961: @table @var
962: @item return
1.2 noro 963: \JP @code{generate_port()} $B$N$_@0?t$^$?$OJ8;zNs(B. $B$=$NB>$O@0?t(B.
964: \EG integer or string for @code{generate_port()}, integer for the others
1.1 noro 965: @item use_unix
1.2 noro 966: \JP 0 $B$^$?$O(B 1
967: \EG 0 or 1
1.1 noro 968: @item host
1.2 noro 969: \JP $BJ8;zNs(B
970: \EG string
1.1 noro 971: @item port,control_port,server_port
1.2 noro 972: \JP $B@0?t$^$?$OJ8;zNs(B
973: \EG integer or string
1.1 noro 974: @item socket,control_socket,server_socket
1.2 noro 975: \JP $B@0?t(B
976: \EG integer
1.1 noro 977: @end table
978:
979: @itemize @bullet
1.2 noro 980: \BJP
1.1 noro 981: @item
982: $B$3$l$i$N4X?t$O(B, $B1s3V%W%m%;%9$HDL?.$r@.N)$5$;$k$?$a$N%W%j%_%F%#%V$G$"$k(B.
1.2 noro 983:
1.1 noro 984: @item
985: @code{generate_port()} $B$ODL?.$N$?$a$N(B port $B$r@8@.$9$k(B. $BL50z?t$"$k$$$O(B
986: $B0z?t$,(B 0 $B$N>l9g(B, Internet domain $B$N(B socket $B$N$?$a$N(B port $BHV9f(B, $B$=$l(B
987: $B0J30$N>l9g$K$O(B, UNIX domain (host-internal protocol) $B$N$?$a$N(B, $B%U%!%$%kL>(B
988: $B$r@8@.$9$k(B. port $BHV9f$O(B random $B$K@8@.$5$l$k$,(B, $B$=$N(B port $B$,;HMQCf$G$J$$(B
989: $BJ]>Z$O$J$$(B.
1.2 noro 990:
1.1 noro 991: @item
992: @code{try_bind_listen()} $B$O(B, $BM?$($i$l$?(B port $B$KBP$7(B, $B$=$N(B protocol $B$K(B
1.2 noro 993: $BBP1~$7$?(B socket $B$r@8@.$7(B, bind, listen $B$9$k(B. $B@.8y$7$?>l9g(B,
994: socket $B<1JL;R$rJV$9(B. $B<:GT$7$?>l9g(B, -1 $B$,JV$k(B.
995:
1.1 noro 996: @item
997: @code{try_connect()} $B$O(B, $B%[%9%H(B @var{host} $B$N(B port @var{port} $B$KBP$7(B
1.2 noro 998: connect $B$r;n$_$k(B. $B@.8y$7$?>l9g(B, socket $B<1JL;R$rJV$9(B. $B<:GT$7$?>l9g(B -1 $B$,JV$k(B.
999:
1.1 noro 1000: @item
1001: @code{try_accept()} $B$O(B, @var{socket} $B$KBP$9$k(B connect $BMW5a$r(B accept
1002: $B$7(B, $B?7$?$K@8@.$5$l$?(B socket $B$rJV$9(B. $B<:GT$7$?>l9g(B -1 $B$,JV$k(B.
1003: $B$$$:$l$N>l9g$K$b(B, @var{socket} $B$O<+F0E*$K(B close $B$5$l$k(B.
1004: $B0z?t(B @var{port} $B$O(B, @var{socket} $B$N(B protocol $B$rH=JL$9$k$?$a$KM?$($k(B.
1.2 noro 1005:
1.1 noro 1006: @item
1007: @code{register_server()} $B$O(B, control, server $B$=$l$>$l$N(B socket $B$r(B
1008: $B0lAH$K$7$F(B, server list $B$KEPO?$7(B, @code{ox_push_cmo()} $B$J$I$GMQ$$$k(B
1009: $B%W%m%;%9<1JL;R$rJV$9(B.
1.2 noro 1010:
1.1 noro 1011: @item
1012: $B1s3V%W%m%;%9$N5/F0$O(B, @code{shell()} $B$^$?$O<jF0$G9T$&(B.
1.2 noro 1013: \E
1014: \BEG
1015: @item
1016: These functions are primitives to establish communications between
1017: a client and servers.
1018:
1019: @item
1020: @code{generate_port()} generates a port name for communication.
1021: If the argument is not specified or equal to 0, a port number
1022: for Internet domain socket is generated randomly. Otherwise
1023: a file name for UNIX domain (host-internal protocol) is generated.
1024: Note that it is not assured that the generated port is not in use.
1025:
1026: @item
1027: @code{try_bind_listen()} creates a socket according to the protocol
1028: family indicated by the given port and executes @code{bind} and @code{listen}.
1029: It returns a socket identifier if it is successful. -1 indicates an error.
1030:
1031: @item
1032: @code{try_connect()} tries to connect to a port @var{port} on
1033: a host @var{host}.
1034: It returns a socket identifier if it is successful. -1 indicates an error.
1035:
1036: @item
1037: @code{try_accept()} accepts a connection request to a socket @var{socket}.
1038: It returns a new socket identifier if it is successful. -1 indicates an error.
1039: In any case @var{socket} is automatically closed.
1040: @var{port} is specified to distinguish the protocol family of @var{socket}.
1041:
1042: @item
1043: @code{register_server()} registers a pair of a control socket and a server
1044: socket. A process identifier indicating the pair is returned.
1045: The process identifier is used as an argument
1046: of @code{ox} functions such as @code{ox_push_cmo()}.
1047:
1048: @item
1049: Servers are invoked by using @code{shell()}, or manually.
1050: \E
1.1 noro 1051: @end itemize
1052:
1053: @example
1054: [340] CPort=generate_port();
1055: 39896
1056: [341] SPort=generate_port();
1057: 37222
1058: [342] CSocket=try_bind_listen(CPort);
1059: 3
1060: [343] SSocket=try_bind_listen(SPort);
1061: 5
1062:
1063: /*
1.2 noro 1064: \JP $B$3$3$G(B, ox_launch $B$r5/F0(B :
1065: \EG ox_launch is invoked here :
1.1 noro 1066: % ox_launch "127.1" 0 39716 37043 ox_asir "shio:0"
1067: */
1068:
1069: [344] CSocket=try_accept(CSocket,CPort);
1070: 6
1071: [345] SSocket=try_accept(SSocket,SPort);
1072: 3
1073: [346] register_server(CSocket,CPort,SSocket,SPort);
1074: 0
1075: @end example
1076:
1077: @table @t
1.2 noro 1078: \JP @item $B;2>H(B
1079: \EG @item References
1080: @fref{ox_launch ox_launch_nox ox_shutdown},
1081: @fref{ox_launch_generic}, @fref{shell}, @fref{ox_push_cmo ox_push_local}
1.1 noro 1082: @end table
1083:
1.2 noro 1084: \JP @node ox_asir,,, $BJ,;67W;;$K4X$9$k4X?t(B
1085: \EG @node ox_asir,,, Functions for distributed computation
1.1 noro 1086: @subsection @samp{ox_asir}
1087:
1.2 noro 1088: \BJP
1089: @samp{ox_asir} $B$O(B, @b{Asir} $B$N$[$\A4$F$N5!G=$r(B @b{OpenXM} $B%5!<%P(B
1090: $B$H$7$FDs6!$9$k(B.
1091: @samp{ox_asir} $B$O(B, @code{ox_launch} $B$^$?$O(B @code{ox_launch_nox} $B$G(B
1092: $B5/F0$9$k(B. $B8e<T$O(B X $B4D6-$rMQ$$$J$$>l9g$N$?$a$KMQ0U$5$l$F$$$k(B.
1093: \E
1094: \BEG
1095: @samp{ox_asir} provides almost all the functionalities of @b{Asir} as
1096: an @b{OpenXM} server.
1097: @samp{ox_asir} is invoked by @code{ox_launch} or @code{ox_launch_nox}.
1098: If X environment is not available or is not necessary, one can use
1099: @code{ox_launch_nox}.
1100: \E
1.1 noro 1101:
1102: @example
1103: [5] ox_launch();
1104: 0
1105: @end example
1106:
1107: @example
1108: [5] ox_launch_nox("127.0.0.1","/usr/local/lib/asir","/usr/local/lib/asir/ox_asir");
1109: 0
1110: @end example
1111:
1112: @example
1113: [7] RemoteLibDir = "/usr/local/lib/asir/"$
1114: [8] Machines = ["sumire","rokkaku","genkotsu","shinpuku"];
1115: [sumire,rokkaku,genkotsu,shinpuku]
1116: [9] Servers = map(ox_launch,Machines,RemoteLibDir,RemoteLibDir+"ox_asir");
1117: [0,1,2,3]
1118: @end example
1119:
1120: @table @t
1.2 noro 1121: \JP @item $B;2>H(B
1122: \EG @item References
1123: @fref{ox_launch ox_launch_nox ox_shutdown}
1.1 noro 1124: @end table
1125:
1.2 noro 1126: \JP @node ox_rpc ox_cmo_rpc ox_execute_string,,, $BJ,;67W;;$K4X$9$k4X?t(B
1127: \EG @node ox_rpc ox_cmo_rpc ox_execute_string,,, Functions for distributed computation
1.1 noro 1128: @subsection @code{ox_rpc}, @code{ox_cmo_rpc}, @code{ox_execute_string}
1129: @findex ox_rpc
1130: @findex ox_cmo_rpc
1131: @findex ox_execute_string
1132:
1133: @table @t
1134: @item ox_rpc(@var{number},@code{"@var{func}"},@var{arg0},...)
1135: @itemx ox_cmo_rpc(@var{number},@code{"@var{func}"},@var{arg0},...)
1136: @itemx ox_execute_string(@var{number},@code{"@var{command}"},...)
1.2 noro 1137: \JP :: $B%W%m%;%9$NH!?t8F$S=P$7(B
1138: \EG :: Calls a function on an OpenXM server
1.1 noro 1139: @end table
1140:
1141: @table @var
1142: @item return
1143: 0
1144: @item number
1.2 noro 1145: \JP $B?t(B ($B%W%m%;%9<1JL;R(B)
1146: \EG integer (process identifier)
1.1 noro 1147: @item func
1.2 noro 1148: \JP $BH!?tL>(B
1149: \EG function name
1.1 noro 1150: @item command
1.2 noro 1151: \JP $BJ8;zNs(B
1152: \EG string
1.1 noro 1153: @item arg0, arg1, ...
1.2 noro 1154: \JP $BG$0U(B ($B0z?t(B)
1155: \EG arbitrary (arguments)
1.1 noro 1156: @end table
1157:
1158: @itemize @bullet
1.2 noro 1159: \BJP
1.1 noro 1160: @item
1161: $B<1JL;R(B @var{number} $B$N%W%m%;%9$NH!?t$r8F$S=P$9(B.
1.2 noro 1162:
1.1 noro 1163: @item
1164: $BH!?t$N7W;;=*N;$rBT$?$:(B, $BD>$A$K(B 0 $B$rJV$9(B.
1.2 noro 1165:
1.1 noro 1166: @item
1167: @code{ox_rpc()} $B$O(B, $B%5!<%P$,(B @samp{ox_asir} $B$N>l9g$N$_MQ$$$k$3$H$,$G$-$k(B.
1168: $B$=$l0J30$N>l9g$O(B, @code{ox_cmo_rpc()} $B$rMQ$$$k(B.
1.2 noro 1169:
1.1 noro 1170: @item
1171: $BH!?t$,JV$9CM$O(B @code{ox_pop_local()}, @code{ox_pop_cmo()} $B$K$h$j<h$j=P$9(B.
1.2 noro 1172:
1.1 noro 1173: @item
1174: $B%5!<%P$,(B @samp{ox_asir} $B0J30$N$b$N(B ($BNc$($P(B Kan $B%5!<%P(B @samp{ox_sm1}$B$J$I(B)
1175: $B$N>l9g$K$O(B, @b{Open_XM} $B%W%m%H%3%k$G%5%]!<%H$5$l$F$$$k%G!<%?$N$_$r(B
1176: $BAw$k$3$H$,$G$-$k(B.
1.2 noro 1177:
1.1 noro 1178: @item
1179: @code{ox_execute_string} $B$O(B, $BAw$C$?J8;zNs(B @var{command} $B$r%5!<%P$,<+$i$N(B
1180: $B%f!<%68@8l%Q!<%6$G2r@O$7(B, $BI>2A$7$?7k2L$r%5!<%P$N%9%?%C%/$KCV$/$h$&$K(B
1181: $B;X<($9$k(B.
1.2 noro 1182: \E
1183:
1184: \BEG
1185: @item
1186: Calls a function on an @b{OpenXM} server whose identifier is @var{number}.
1187:
1188: @item
1189: It returns 0 immediately. It does not wait the termination of the function
1190: call.
1191:
1192: @item
1193: @code{ox_rpc()} can be used when the server is @samp{ox_asir}.
1194: Otherwise @code{ox_cmo_rpc()} should be used.
1195:
1196: @item
1197: The result of the function call is put on the stack of the server.
1198: It can be received by @code{ox_pop_local()} or @code{ox_pop_cmo()}.
1199:
1200: @item
1201: If the server is not @samp{ox_asir}, only data defined in
1202: @b{OpenXM} can be sent.
1203:
1204: @item
1205: @code{ox_execute_string} requests the server to parse and execute
1206: @var{command} by the parser and the evaluater of the server.
1207: The result is pushed to the stack.
1208: \E
1.1 noro 1209: @end itemize
1210:
1211: @example
1212: [234] ox_cmo_rpc(0,"dp_ht",dp_ptod((x+y)^10,[x,y]));
1213: 0
1214: [235] ox_pop_cmo(0);
1215: (1)*<<10,0>>
1216: [236] ox_execute_string(0,"12345 % 678;");
1217: 0
1218: [237] ox_pop_cmo(0);
1219: 141
1220: @end example
1221:
1222: @table @t
1.2 noro 1223: \JP @item $B;2>H(B
1224: \EG @item References
1225: @fref{ox_pop_cmo ox_pop_local}
1.1 noro 1226: @end table
1227:
1.4 noro 1228: \JP @node ox_reset ox_intr register_handler,,, $BJ,;67W;;$K4X$9$k4X?t(B
1229: \EG @node ox_reset ox_intr register_handler,,, Functions for distributed computation
1230: @subsection @code{ox_reset},@code{ox_intr},@code{register_handler}
1.1 noro 1231: @findex ox_reset
1232: @findex register_handler
1233:
1234: @table @t
1235: @item ox_reset(@var{number})
1.2 noro 1236: \JP :: $B%W%m%;%9$N%j%;%C%H(B
1237: \EG :: Resets an OpenXM server
1.4 noro 1238: @item ox_intr(@var{number})
1239: \JP :: $B%W%m%;%9$N$K(B @code{SIGINT} $BAwIU(B
1240: \EG :: Sends @code{SIGINT} to an OpenXM server
1.1 noro 1241: @item register_handler(@var{func})
1.2 noro 1242: \JP :: $B%W%m%;%9$N%j%;%C%H$N$?$a$N4X?tEPO?(B
1243: \EG :: Registers a function callable on a keyboard interrupt.
1.1 noro 1244: @end table
1245:
1246: @table @var
1247: @item return
1248: 1
1249: @item number
1.2 noro 1250: \JP $B?t(B ($B%W%m%;%9<1JL;R(B)
1251: \EG integer(process identifier)
1.1 noro 1252: @item func
1.2 noro 1253: \JP $B4X?t;R$^$?$O(B 0
1254: \EG functor or 0
1.1 noro 1255: @end table
1256:
1257: @itemize @bullet
1.2 noro 1258: \BJP
1.1 noro 1259: @item
1260: @code{ox_reset()} $B$O(B, $B<1JL;R(B @var{number} $B$N%W%m%;%9$r%j%;%C%H$7(B, $B%3%^%s(B
1261: $B%I<u$1IU$1>uBV$K$9$k(B.
1.2 noro 1262:
1.1 noro 1263: @item
1264: $B$=$N%W%m%;%9$,4{$K=q$-=P$7$?(B, $B$"$k$$$O8=:_=q$-=P$7Cf$N%G!<%?$,$"$k>l9g(B,
1265: $B$=$l$rA4ItFI$_=P$7(B, $B=PNO%P%C%U%!$r6u$K$7$?;~E@$GLa$k(B.
1.2 noro 1266:
1.1 noro 1267: @item
1268: $B;R%W%m%;%9$,(B RUN $B>uBV$N>l9g$G$b(B, $B3d$j9~$_$K$h$j6/@)E*$K7W;;$r=*N;$5$;$k(B.
1.2 noro 1269:
1.1 noro 1270: @item
1271: $BJ,;67W;;$r9T$&H!?t$N@hF,$G(B, $B;HMQ$9$k%W%m%;%9$KBP$7$F<B9T$9$k(B. $B$"$k$$$O(B
1272: $B7W;;ESCf$G$N6/@)CfCG$KMQ$$$k(B.
1.2 noro 1273:
1.1 noro 1274: @item
1.4 noro 1275: @code{ox_intr()} $B$O(B, $B<1JL;R(B @var{number} $B$N%W%m%;%9$r$KBP$7$F(B
1276: @code{SIGINT} $B$rAwIU$9$k(B. @code{SIGINT} $B$KBP$9$k%W%m%;%9$NF0:n$O(B
1277: $B5,Dj$5$l$F$$$J$$$,(B, @samp{ox_asir} $B$N>l9g(B, $B$?$@$A$K(B debug mode $B$K(B
1278: $BF~$k(B. X $B>e$GF0:n$7$F$$$k>l9g(B, $B%G%P%C%0%3%^%s%IF~NOMQ$N%&%#%s%I%&$,(B
1279: $B%]%C%W%"%C%W$9$k(B.
1280:
1281: @item
1.1 noro 1282: @code{register_handler()} $B$O(B, @kbd{C-c} $B$J$I$K$h$k3d$j9~$_$N:]$K(B,
1283: @kbd{u} $B$r;XDj$9$k$3$H$G(B, $BL50z?t%f!<%6Dj5A4X?t(B @var{func()} $B$,8F$S=P$5$l$k(B
1284: $B$h$&$K@_Dj$9$k(B. $B$3$N4X?t$K(B, @code{ox_reset()} $B$r8F$S=P$5$;$k$3$H$G(B,
1.2 noro 1285: $B3d$j9~$_$N:]$K<+F0E*$K(B @b{OpenXM} server $B$N%j%;%C%H$r9T$&$3$H$,$G$-$k(B.
1286:
1.1 noro 1287: @item
1288: @var{func} $B$K(B 0 $B$r;XDj$9$k$3$H$G(B, $B@_Dj$r2r=|$G$-$k(B.
1.2 noro 1289: \E
1290:
1291: \BEG
1292: @item
1293: @code{ox_reset()} resets a process whose identifier is @var{number}.
1294: After its execution the process is ready for receiving data.
1295:
1296: @item
1297: After executing @code{ox_reset()}, sending/receiving buffers and
1298: stream buffers are assured to be empty.
1299:
1300: @item
1301: Even if a process is running, the execution is safely stopped.
1302:
1303: @item
1304: @code{ox_reset()} may be used prior to a distirbuted computation.
1305: It can be also used to interrupt a distributed computation.
1306:
1307: @item
1.4 noro 1308: @code{ox_intr()} sends @code{SIGINT} to a process whose identifier is
1309: @var{number}. The action of a server against @code{SIGINT} is not
1310: specified in @b{OpenXM}. @samp{ox_asir} immediately enters the debug
1311: mode and pops up an window to input debug commands on X window system.
1312:
1313: @item
1.2 noro 1314: @code{register_handler()} registers a function @var{func()}.
1315: If @kbd{u} is specified on a keybord interrupt, @var{func()}
1316: is executed before returning the toplevel.
1317: If @code{ox_reset()} calls are included in @var{func()},
1318: one can automatically reset @b{OpenXM} servers on a keyboard interrupt.
1319:
1320: @item
1321: If @var{func} is equal to 0, the setting is reset.
1322: \E
1.1 noro 1323: @end itemize
1324:
1325: @example
1326: [10] ox_launch();
1327: 0
1328: [11] ox_rpc(0,"fctr",x^100-y^100);
1329: 0
1.2 noro 1330: \BJP
1331: [12] ox_reset(0); /* xterm $B$N%&%#%s%I%&$K$O(B */
1332: 1 /* usr1 : return to toplevel by SIGUSR1 $B$,I=<($5$l$k(B. */
1333: \E
1334: \BEG
1335: [12] ox_reset(0); /* usr1 : return to toplevel by SIGUSR1 */
1336: 1 /* is displayed on the xterm. */
1337: \E
1.1 noro 1338: @end example
1339:
1340: @example
1341: [340] Procs=[ox_launch(),ox_launch()];
1342: [0,1]
1343: [341] def reset() @{ extern Procs; map(ox_reset,Procs);@}
1344: [342] map(ox_rpc,Procs,"fctr",x^100-y^100);
1345: [0,0]
1346: [343] register_handler(reset);
1347: 1
1348: [344] interrupt ?(q/t/c/d/u/w/?) u
1349: Abort this computation? (y or n) y
1350: Calling the registered exception handler...done.
1351: return to toplevel
1352: @end example
1353: @table @t
1.2 noro 1354: \JP @item $B;2>H(B
1355: \EG @item References
1356: @fref{ox_rpc ox_cmo_rpc ox_execute_string}
1.1 noro 1357: @end table
1358:
1.2 noro 1359: \JP @node ox_push_cmo ox_push_local,,, $BJ,;67W;;$K4X$9$k4X?t(B
1360: \EG @node ox_push_cmo ox_push_local,,, Functions for distributed computation
1.1 noro 1361: @subsection @code{ox_push_cmo}, @code{ox_push_local}
1362: @findex ox_push_cmo
1363: @findex ox_push_local
1364:
1365: @table @t
1366: @item ox_push_cmo(@var{number},@var{obj})
1367: @itemx ox_push_local(@var{number},@var{obj})
1.2 noro 1368: \JP :: @var{obj} $B$r<1JL;R(B @var{number} $B$N%W%m%;%9$KAw?.(B
1369: \EG :: Sends @var{obj} to a process whose identifier is @var{number}.
1.1 noro 1370: @end table
1371:
1372: @table @var
1373: @item return
1374: 0
1375: @item number
1.2 noro 1376: \JP $B?t(B($B%W%m%;%9<1JL;R(B)
1377: \EG integer(process identifier)
1.1 noro 1378: @item obj
1.2 noro 1379: \JP $B%*%V%8%'%/%H(B
1380: \EG object
1.1 noro 1381: @end table
1382:
1383: @itemize @bullet
1.2 noro 1384: \BJP
1.1 noro 1385: @item $B<1JL;R(B @var{number} $B$N%W%m%;%9$K(B @var{obj} $B$rAw?.$9$k(B.
1386: @item @code{ox_push_cmo} $B$O(B, Asir $B0J30$N(B @b{Open_XM} $B%5!<%P$KAw?.(B
1387: $B$9$k:]$KMQ$$$k(B.
1388: @item @code{ox_push_local} $B$O(B, @samp{ox_asir}, @samp{ox_plot} $B$K(B
1389: $B%G!<%?$rAw$k>l9g$KMQ$$$k$3$H$,$G$-$k(B.
1390: @item $B%P%C%U%!$,$$$C$Q$$$K$J$i$J$$8B$j(B, $B$?$@$A$KI|5"$9$k(B.
1.2 noro 1391: \E
1392: \BEG
1393: @item
1394: Sends @var{obj} to a process whose identifier is @var{number}.
1395:
1396: @item
1397: @code{ox_push_cmo} is used to send data to an @b{Open_XM} other
1398: than @samp{ox_asir} and @samp{ox_plot}.
1399:
1400: @item
1401: @code{ox_push_local} is used to send data to @samp{ox_asir} and @samp{ox_plot}.
1402:
1403: @item
1404: The call immediately returns unless the stream buffer is full.
1405: \E
1.1 noro 1406: @end itemize
1407:
1408: @table @t
1.2 noro 1409: \JP @item $B;2>H(B
1410: \EG @item References
1411: @fref{ox_rpc ox_cmo_rpc ox_execute_string},
1412: @fref{ox_pop_cmo ox_pop_local}
1.1 noro 1413: @end table
1414:
1.2 noro 1415: \JP @node ox_pop_cmo ox_pop_local,,, $BJ,;67W;;$K4X$9$k4X?t(B
1416: \EG @node ox_pop_cmo ox_pop_local,,, Functions for distributed computation
1.1 noro 1417: @subsection @code{ox_pop_cmo}, @code{ox_pop_local}
1418: @findex ox_pop_local
1419: @findex ox_pop_cmo
1420:
1421: @table @t
1422: @item ox_pop_local(@var{number})
1.2 noro 1423: \JP :: $B%W%m%;%9<1JL;R(B @var{number} $B$+$i%G!<%?$r<u?.$9$k(B.
1424: \EG :: Receives data from a process whose identifier is @var{number}.
1.1 noro 1425: @end table
1426:
1427: @table @var
1428: @item return
1.2 noro 1429: \JP $B<u?.%G!<%?(B
1430: \EG received data
1.1 noro 1431: @item number
1.2 noro 1432: \JP $B?t(B ($B%W%m%;%9<1JL;R(B)
1433: \EG integer(process identifier)
1.1 noro 1434: @end table
1435:
1436: @itemize @bullet
1.2 noro 1437: \BJP
1.1 noro 1438: @item
1439: $B%W%m%;%9<1JL;R(B @var{number} $B$N%W%m%;%9$+$i%G!<%?$r<u?.$9$k(B.
1440: @item @code{ox_pop_cmo} $B$O(B, Asir $B0J30$N(B @b{Open_XM} $B%5!<%P$+$i<u?.(B
1441: $B$9$k:]$KMQ$$$k(B.
1442: @item @code{ox_pop_local} $B$O(B, @samp{ox_asir}, @samp{ox_plot} $B$+$i(B
1443: $B%G!<%?$r<u$1<h$k>l9g$KMQ$$$k$3$H$,$G$-$k(B.
1444: @item $B%5!<%P$,7W;;Cf$N>l9g%V%m%C%/$9$k(B. $B$3$l$rHr$1$k$?$a$K$O(B,
1445: @code{ox_push_cmd} $B$G(B @code{SM_popCMO} (262) $B$^$?$O(B @code{SM_popSerializedLocalObject} (258) $B$rAw$C$F$*$-(B, @code{ox_select} $B$G%W%m%;%9$,(B ready
1446: $B$K$J$C$F$$$k$3$H$r3N$+$a$F$+$i(B @code{ox_get} $B$9$l$P$h$$(B.
1.2 noro 1447: \E
1448: \BEG
1.1 noro 1449: @item
1.2 noro 1450: Receives data from a process whose identifier is @var{number}.
1451: @item
1452: @code{ox_pop_cmo} can be used to receive data form an @b{OpenXM} server
1453: other than @samp{ox_asir} and @samp{ox_plot}.
1454: @item
1455: @code{ox_pop_local} can be used to receive data from
1456: @samp{ox_asir}, @samp{ox_plot}.
1457: @item
1458: If no data is available, these functions block.
1459: To avoid it, send @code{SM_popCMO} (262) or
1460: @code{SM_popSerializedLocalObject} (258).
1461: Then check the process status by @code{ox_select}.
1462: Finally call @code{ox_get} for a ready process.
1463: \E
1.1 noro 1464: @end itemize
1465:
1466: @example
1467: [3] ox_rpc(0,"fctr",x^100-y^100);
1468: 0
1469: [4] ox_push_cmd(0,258);
1470: 0
1471: [5] ox_select([0]);
1472: [0]
1473: [6] ox_get(0);
1474: [[1,1],[x^2+y^2,1],[x^4-y*x^3+y^2*x^2-y^3*x+y^4,1],...]
1475: @end example
1476:
1477: @table @t
1.2 noro 1478: \JP @item $B;2>H(B
1479: \EG @item References
1480: @fref{ox_rpc ox_cmo_rpc ox_execute_string},
1481: @fref{ox_push_cmd ox_sync}, @fref{ox_select}, @fref{ox_get}
1.1 noro 1482: @end table
1483:
1.2 noro 1484: \JP @node ox_push_cmd ox_sync,,, $BJ,;67W;;$K4X$9$k4X?t(B
1485: \EG @node ox_push_cmd ox_sync,,, Functions for distributed computation
1.1 noro 1486: @subsection @code{ox_push_cmd}, @code{ox_sync}
1487: @findex ox_push_cmd
1488: @findex ox_sync
1489:
1490: @table @t
1491: @item ox_push_cmd(@var{number},@var{command})
1.2 noro 1492: \JP :: $B%W%m%;%9<1JL;R(B @var{number} $B$N%W%m%;%9$K%3%^%s%I(B @var{command} $B$rAw?.$9$k(B.
1493: \EG :: Sends a command @var{command} to a process whose identifier is @var{number}.
1.1 noro 1494: @item ox_sync(@var{number})
1.2 noro 1495: \JP :: $B%W%m%;%9<1JL;R(B @var{number} $B$N%W%m%;%9$K(B @b{OX_SYNC_BALL} $B$rAw?.$9$k(B.
1496: \EG :: Sends @b{OX_SYNC_BALL} to a process whose identifier is @var{number}.
1.1 noro 1497: @end table
1498:
1499: @table @var
1500: @item return
1501: 0
1502: @item number
1.2 noro 1503: \JP $B?t(B ($B%W%m%;%9<1JL;R(B)
1504: \EG integer(process identifier)
1.1 noro 1505: @item command
1.2 noro 1506: \JP $B?t(B ($B%3%^%s%I<1JL;R(B)
1507: \EG integer(command identifier)
1.1 noro 1508: @end table
1509:
1510: @itemize @bullet
1.2 noro 1511: \BJP
1.1 noro 1512: @item
1513: $B<1JL;R(B @var{number} $B$N%W%m%;%9$K%3%^%s%I$^$?$O(B @b{OX_SYNC_BALL} $B$rAw?.$9$k(B.
1.2 noro 1514:
1.1 noro 1515: @item
1516: @b{Open_XM} $B$K$*$$$FAw<u?.%G!<%?$O(B @b{OX_DATA}, @b{OX_COMMAND},
1517: @b{OX_SYNC_BALL}$B$N(B 3 $B<oN`$KJ,$+$l$k(B. $BDL>o(B, $B%3%^%s%I$O2?$i$+$NA`:n$K(B
1518: $BIU?o$7$F0EL[$N$&$A$KAw?.$5$l$k$,(B, $B$3$l$r%f!<%6$,8DJL$KAw$j$?$$>l9g$K(B
1519: $BMQ$$$i$l$k(B.
1.2 noro 1520:
1.1 noro 1521: @item
1522: @b{OX_SYNC_BALL} $B$O(B @code{ox_reset} $B$K$h$k7W;;CfCG(B, $BI|5"$N:]$KAw<u?.$5$l$k(B
1523: $B$,(B, $B$3$l$r8DJL$KAw$j$?$$>l9g$KMQ$$$k(B. $B$J$*(B, $BDL>o>uBV$G$O(B @b{OX_SYNC_BALL}
1524: $B$OL5;k$5$l$k(B.
1.2 noro 1525: \E
1526:
1527: \BEG
1528: @item
1529: Sends a command or @b{OX_SYNC_BALL} to a process whose identifier is
1530: @var{number}.
1531:
1532: @item
1533: Data in @b{OpenXM} are categorized into three types:
1534: @b{OX_DATA}, @b{OX_COMMAND}, @b{OX_SYNC_BALL}.
1535: Usually @b{OX_COMMAND} and @b{OX_SYNC_BALL} are
1536: sent implicitly with high level operations, but
1537: these functions are prepared to send these data explicitly.
1538:
1539: @item
1540: @b{OX_SYNC_BALL} is used on the reseting operation by @code{ox_reset}.
1541: Usually @b{OX_SYNC_BALL} will be ignored by the peer.
1542: \E
1.1 noro 1543: @end itemize
1544:
1545: @table @t
1.2 noro 1546: \JP @item $B;2>H(B
1547: \EG @item References
1.4 noro 1548: @fref{ox_rpc ox_cmo_rpc ox_execute_string}, @fref{ox_reset ox_intr register_handler}
1.1 noro 1549: @end table
1550:
1.2 noro 1551: \JP @node ox_get,,, $BJ,;67W;;$K4X$9$k4X?t(B
1552: \EG @node ox_get,,, Functions for distributed computation
1.1 noro 1553: @subsection @code{ox_get}
1554: @findex ox_get
1555:
1556: @table @t
1557: @item ox_get(@var{number})
1.2 noro 1558: \JP :: $B%W%m%;%9<1JL;R(B @var{number} $B$N%W%m%;%9$+$i%G!<%?$r<u?.$9$k(B.
1559: \EG :: Receives data form a process whose identifer is @var{number}.
1.1 noro 1560: @end table
1561:
1562: @table @var
1563: @item return
1.2 noro 1564: \JP $B<u?.%G!<%?(B
1.1 noro 1565: @item number
1.2 noro 1566: \JP $B?t(B($B%W%m%;%9<1JL;R(B)
1567: \EG integer(process identifier)
1.1 noro 1568: @end table
1569:
1570: @itemize @bullet
1.2 noro 1571: \BJP
1.1 noro 1572: @item
1573: $B%W%m%;%9<1JL;R(B @var{number} $B$N%W%m%;%9$+$i%G!<%?$r<u?.$9$k(B. $B4{$K(B
1574: $B%9%H%j!<%`>e$K%G!<%?$,$"$k$3$H$r2>Dj$7$F$$$k(B.
1.2 noro 1575:
1.1 noro 1576: @item
1577: @code{ox_push_cmd} $B$HAH$_9g$o$;$FMQ$$$k(B.
1.2 noro 1578:
1.1 noro 1579: @item
1580: @code{ox_pop_cmo}, @code{ox_pop_local} $B$O(B, @code{ox_push_cmd} $B$H(B
1581: @code{ox_get} $B$NAH$_9g$o$;$G<B8=$5$l$F$$$k(B.
1.2 noro 1582: \E
1583: \BEG
1584: @item
1585: Receives data form a process whose identifer is @var{number}.
1586:
1587: @item
1588: One may use this function with @code{ox_push_cmd}.
1589:
1590: @item
1591: @code{ox_pop_cmo} and @code{ox_pop_local}
1592: is realized as combinations of @code{ox_push_cmd} and @code{ox_get}.
1593: \E
1.1 noro 1594: @end itemize
1595:
1596: @example
1597: [11] ox_push_cmo(0,123);
1598: 0
1599: [12] ox_push_cmd(0,262); /* 262=OX_popCMO */
1600: 0
1601: [13] ox_get(0);
1602: 123
1603: @end example
1604:
1605: @table @t
1.2 noro 1606: \JP @item $B;2>H(B
1607: \EG @item References
1608: @fref{ox_pop_cmo ox_pop_local}, @fref{ox_push_cmd ox_sync}
1.1 noro 1609: @end table
1610:
1.2 noro 1611: \JP @node ox_pops,,, $BJ,;67W;;$K4X$9$k4X?t(B
1612: \EG @node ox_pops,,, Functions for distributed computation
1.1 noro 1613: @subsection @code{ox_pops}
1614: @findex ox_pops
1615:
1616: @table @t
1617: @item ox_pops(@var{number}[,@var{nitem})
1.2 noro 1618: \JP :: $B%W%m%;%9<1JL;R(B @var{number} $B$N%W%m%;%9$N%9%?%C%/$+$i%G!<%?$r<h$j=|$/(B.
1619: \EG :: Removes data form the stack of a process whose identifier is @var{number}.
1.1 noro 1620: @end table
1621:
1622: @table @var
1623: @item return
1624: 0
1625: @item number
1.2 noro 1626: \JP $B?t(B ($B%W%m%;%9<1JL;R(B)
1627: \EG integer(process identifier)
1.1 noro 1628: @item nitem
1.2 noro 1629: \JP $B<+A3?t(B
1630: \EG non-negative integer
1.1 noro 1631: @end table
1632:
1633: @itemize @bullet
1.2 noro 1634: \BJP
1635: @item
1636: $B%W%m%;%9<1JL;R(B @var{number} $B$N%W%m%;%9$N%9%?%C%/$+$i%G!<%?$r<h$j=|$/(B.
1.1 noro 1637: @var{nitem} $B$,;XDj$5$l$F$$$k>l9g$O(B @var{nitem} $B8D(B, $B;XDj$N$J$$>l9g$O(B
1638: 1 $B8D<h$j=|$/(B.
1.2 noro 1639: \E
1640: \BEG
1641: @item
1642: Removes data form the stack of a process whose identifier is @var{number}.
1643: If @var{nitem} is specified, @var{nitem} items are removed.
1644: If @var{nitem} is not specified, 1 item is removed.
1645: \E
1.1 noro 1646: @end itemize
1647:
1648: @example
1649: [69] for(I=1;I<=10;I++)ox_push_cmo(0,I);
1650: [70] ox_pops(0,4);
1651: 0
1652: [71] ox_pop_cmo(0);
1653: 6
1654: @end example
1655:
1656: @table @t
1.2 noro 1657: \JP @item $B;2>H(B
1658: \EG @item References
1659: @fref{ox_pop_cmo ox_pop_local}
1.1 noro 1660: @end table
1661:
1.2 noro 1662: \JP @node ox_select,,, $BJ,;67W;;$K4X$9$k4X?t(B
1663: \EG @node ox_select,,, Functions for distributed computation
1.1 noro 1664: @subsection @code{ox_select}
1665: @findex ox_select
1666:
1667: @table @t
1668: @item ox_select(@var{nlist}[,@var{timeout}])
1.2 noro 1669: \JP :: $BFI$_=P$72DG=$J%W%m%;%9$N<1JL;R$rJV$9(B.
1670: \EG :: Returns the list of process identifiers on which data is available.
1.1 noro 1671: @end table
1672:
1673: @table @var
1674: @item return
1.2 noro 1675: \JP $B%j%9%H(B
1676: \EG list
1.1 noro 1677: @item nlist
1.2 noro 1678: \JP $B?t(B ($B;R%W%m%;%9<1JL;R(B) $B$N%j%9%H(B
1679: \EG list of integers (process identifier)
1.1 noro 1680: @item timeout
1.2 noro 1681: \JP $B?t(B
1682: \EG number
1.1 noro 1683: @end table
1684:
1685: @itemize @bullet
1.2 noro 1686: \BJP
1.1 noro 1687: @item
1688: $B<1JL;R%j%9%H(B @var{nlist} $B$N%W%m%;%9$N$&$A4{$K=PNO$rJV$7$F$$$k(B
1689: $B%W%m%;%9$N<1JL;R%j%9%H$rJV$9(B.
1.2 noro 1690:
1.1 noro 1691: @item
1692: $BA4$F$N%W%m%;%9$,(B RUN $B>uBV$N$H$-(B, $B$$$:$l$+$N%W%m%;%9$N=*N;$rBT$D(B.
1693: $BC"$7(B, @var{timeout} $B$,;XDj$5$l$F$$$k>l9g(B, @var{timeout} $BIC$@$1BT$D(B.
1.2 noro 1694:
1.1 noro 1695: @item
1696: @code{ox_push_cmd()} $B$G(B @code{SM_popCMO} $B$"$k$$$O(B
1697: @code{SM_popSerializedLocalObject} $B$rAw$C$F$*$-(B, @code{ox_select()} $B$G(B
1698: ready $B>uBV$N%W%m%;%9$rD4$Y$F(B@code{ox_get()} $B$9$k$3$H$G(B,
1699: @code{ox_pop_local()}, @code{ox_pop_cmo()}$B$GBT$A>uBV$KF~$k$N$rKI$0$3$H$,(B
1700: $B$G$-$k(B.
1.2 noro 1701: \E
1702: \BEG
1703: @item
1704: Returns the list of process identifiers on which data is available.
1705:
1706: @item
1707: If all the processes in @var{nlist} are running, it blocks until
1708: one of the processes returns data. If @var{timeout} is specified,
1709: it waits for only @var{timeout} seconds.
1710:
1711: @item
1712: By sending @code{SM_popCMO} or @code{SM_popSerializedLocalObject} with
1713: @code{ox_push_cmd()} in advance and by examining the process status with
1714: @code{ox_select()}, one can avoid a hanging up caused by @code{ox_pop_local()}
1715: or @code{ox_pop_cmo()}. In such a case, data can be received by
1716: @code{ox_get()}.
1717: \E
1.1 noro 1718: @end itemize
1719:
1720: @example
1721: ox_launch();
1722: 0
1723: [220] ox_launch();
1724: 1
1725: [221] ox_launch();
1726: 2
1727: [222] ox_rpc(2,"fctr",x^500-y^500);
1728: 0
1729: [223] ox_rpc(1,"fctr",x^100-y^100);
1730: 0
1731: [224] ox_rpc(0,"fctr",x^10-y^10);
1732: 0
1733: [225] P=[0,1,2];
1734: [0,1,2]
1735: [226] map(ox_push_cmd,P,258);
1736: [0,0,0]
1737: [227] ox_select(P);
1738: [0]
1739: [228] ox_get(0);
1740: [[1,1],[x^4+y*x^3+y^2*x^2+y^3*x+y^4,1],
1741: [x^4-y*x^3+y^2*x^2-y^3*x+y^4,1],[x-y,1],[x+y,1]]
1742: @end example
1743:
1744: @table @t
1.2 noro 1745: \JP @item $B;2>H(B
1746: \EG @item References
1747: @fref{ox_pop_cmo ox_pop_local}, @fref{ox_push_cmd ox_sync}, @fref{ox_get}
1.1 noro 1748: @end table
1749:
1.2 noro 1750: \JP @node ox_flush ,,, $BJ,;67W;;$K4X$9$k4X?t(B
1751: \EG @node ox_flush ,,, Functions for distributed computation
1.1 noro 1752: @subsection @code{ox_flush}
1753: @findex ox_flush
1754:
1755: @table @t
1756: @item ox_flush(@var{id})
1.2 noro 1757: \JP :: $BAw?.%P%C%U%!$N6/@)(B flush
1758: \EG :: Flushes the sending buffer.
1.1 noro 1759: @end table
1760:
1761: @table @var
1762: @item return
1763: 1
1764: @item id
1.2 noro 1765: \JP $B;R%W%m%;%9<1JL;R(B
1766: \EG process identifier
1.1 noro 1767: @end table
1768:
1769: @itemize @bullet
1.2 noro 1770: \BJP
1.1 noro 1771: @item $BDL>o$O%P%C%A%b!<%I$O(B off $B$G$"$j(B, $B%G!<%?(B, $B%3%^%s%IAw?.$4$H$K(B
1772: $BAw?.%P%C%U%!$O(B flush $B$5$l$k(B.
1.2 noro 1773:
1.1 noro 1774: @item $B%P%C%A%b!<%I$O(B @code{"ctrl"} $B%3%^%s%I$N(B @code{"ox_batch"} $B%9%$%C%A(B
1775: $B$G(B on/off $B$G$-$k(B.
1.2 noro 1776:
1.1 noro 1777: @item $B:Y$+$$%G!<%?$rB??tAw$k>l9g$K(B, @code{ctrl("ox_batch",1)}
1778: $B$G%P%C%A%b!<%I$r(B on $B$K$9$k$H(B, $B%P%C%U%!$,$$$C$Q$$$K$J$C$?>l9g$K$N$_(B flush
1779: $B$5$l$k$?$a(B, overhead $B$,>.$5$/$J$k>l9g$,$"$k(B. $B$?$@$7$3$N>l9g$K$O(B, $B:G8e$K(B
1780: @code{ox_flush(@var{id})} $B$r<B9T$7$F(B, $B%P%C%U%!$r6/@)E*$K(B flush $B$9$kI,MW$,(B
1781: $B$"$k(B.
1.2 noro 1782:
1.1 noro 1783: @item @code{ox_pop_cmo}, @code{ox_pop_local} $B$N$h$&$K(B, $B%3%^%s%IAw?.8e(B
1784: $B$?$@$A$K%G!<%?BT$A$KF~$k4X?t$,%O%s%0$7$J$$$h$&(B, $B$3$l$i$N4X?t$NFbIt$G$O(B
1785: $B6/@)(B flush $B$,<B9T$5$l$F$$$k(B.
1.2 noro 1786: \E
1787:
1788: \BEG
1789: @item
1790: By default the batch mode is off and the sending buffer is flushed
1791: at every sending operation of data and command.
1792:
1793: @item
1794: The batch mode is set by @code{"ox_batch"} switch of @code{"ctrl"}.
1795:
1796: @item
1797: If one wants to send many pieces of small data,
1798: @code{ctrl("ox_batch",1)} may decrease the overhead of flush operations.
1799: Of course, one has to call @code{ox_flush(@var{id})} at the end of
1800: the sending operations.
1801:
1802: @item
1803: Functions such as @code{ox_pop_cmo} and @code{ox_pop_local}
1804: enter a waiting mode immediately after sending a command.
1805: These functions always flush the sending buffer.
1806: \E
1.1 noro 1807: @end itemize
1808:
1809: @example
1810: [340] ox_launch_nox();
1811: 0
1812: [341] cputime(1);
1813: 0
1814: 7e-05sec + gc : 4.8e-05sec(0.000119sec)
1815: [342] for(I=0;I<10000;I++)ox_push_cmo(0,I);
1816: 0.232sec + gc : 0.006821sec(0.6878sec)
1817: [343] ctrl("ox_batch",1);
1818: 1
1819: 4.5e-05sec(3.302e-05sec)
1820: [344] for(I=0;I<10000;I++)ox_push_cmo(0,I); ox_flush(0);
1821: 0.08063sec + gc : 0.06388sec(0.4408sec)
1822: [345] 1
1823: 9.6e-05sec(0.01317sec)
1824: @end example
1825:
1826: @table @t
1.2 noro 1827: \JP @item $B;2>H(B
1828: \EG @item References
1829: @fref{ox_pop_cmo ox_pop_local}, @fref{ctrl}
1.1 noro 1830: @end table
1831:
1.2 noro 1832: \JP @node ox_get_serverinfo ,,, $BJ,;67W;;$K4X$9$k4X?t(B
1833: \EG @node ox_get_serverinfo ,,, Functions for distributed computation
1.1 noro 1834: @subsection @code{ox_get_serverinfo}
1835: @findex ox_get_serverinfo
1836:
1837: @table @t
1838: @item ox_get_serverinfo([@var{id}])
1.2 noro 1839: \JP :: server $B$N(B Mathcap, $BF0:nCf$N%W%m%;%9<1JL;R$N<hF@(B
1840: \EG :: Gets server's mathcap and proess id.
1.1 noro 1841: @end table
1842:
1843: @table @var
1844: @item return
1.2 noro 1845: \JP $B%j%9%H(B
1846: \EG list
1.1 noro 1847: @item id
1.2 noro 1848: \JP $B;R%W%m%;%9<1JL;R(B
1849: \EG process identifier
1.1 noro 1850: @end table
1851:
1852: @itemize @bullet
1.2 noro 1853: \BJP
1.1 noro 1854: @item $B0z?t(B @var{id} $B$,$"$k$H$-(B, $B%W%m%;%9<1JL;R(B @var{id} $B$N%W%m%;%9$N(B
1855: Mathcap $B$r%j%9%H$H$7$FJV$9(B.
1856: @item $B0z?t$J$7$N$H$-(B, $B8=:_F0:nCf$N%W%m%;%9<1JL;R$*$h$S$=$N(B Mathcap $B$+$i(B
1857: $B$J$k%Z%"$r(B, $B%j%9%H$H$7$FJV$9(B.
1.2 noro 1858: \E
1859: \BEG
1860: @item If @var{id} is specified, the mathcap of the process whose
1861: identifier is @var{id} is returned.
1862: @item If @var{id} is not specified, the list of @var{[id,Mathcap]}
1863: is returned, where @var{id} is the identifier of a currently active process,
1864: and @var{Mathcap} is the mathcap of the process.
1865: identifier @var{id} is returned.
1866: \E
1.1 noro 1867: @end itemize
1868:
1869: @example
1870: [343] ox_get_serverinfo(0);
1871: [[199909080,Ox_system=ox_sm1.plain,Version=2.991118,HOSTTYPE=FreeBSD],
1872: [262,263,264,265,266,268,269,272,273,275,276],
1873: [[514],[2130706434,1,2,4,5,17,19,20,22,23,24,25,26,30,31,60,61,27,33,40,16,34]]]
1874: [344] ox_get_serverinfo();
1875: [[0,[[199909080,Ox_system=ox_sm1.plain,Version=2.991118,HOSTTYPE=FreeBSD],
1876: [262,263,264,265,266,268,269,272,273,275,276],
1877: [[514],[2130706434,1,2,4,5,17,19,20,22,23,24,25,26,30,31,60,61,27,33,40,16,34]]]],
1878: [1,[[199901160,ox_asir],
1879: [276,275,258,262,263,266,267,268,274,269,272,265,264,273,300,270,271],
1880: [[514,2144202544],
1881: [1,2,3,4,5,2130706433,2130706434,17,19,20,21,22,24,25,26,31,27,33,60],[0,1]]]]]
1882: @end example
1883:
1884: @table @t
1.2 noro 1885: \JP @item $B;2>H(B
1886: \EG @item References
1887: @fref{Mathcap}.
1.1 noro 1888: @end table
1889:
1.2 noro 1890: \JP @node ifplot conplot plot plotover,,, $BJ,;67W;;$K4X$9$k4X?t(B
1891: \EG @node ifplot conplot plot plotover,,, Functions for distributed computation
1.1 noro 1892: @subsection @code{ifplot}, @code{conplot}, @code{plot}, @code{plotover}
1893: @findex ifplot
1894: @findex conplot
1895: @findex plot
1896: @findex plotover
1897:
1898: @table @t
1899: @item ifplot(@var{func} [,@var{geometry}] [,@var{xrange}] [,@var{yrange}] [,@var{id}] [,@var{name}])
1.2 noro 1900: \JP :: 2 $BJQ?t4X?t$N<B?t>e$G$NNmE@$rI=<($9$k(B.
1901: \EG :: Displays real zeros of a bi-variate function.
1.1 noro 1902: @item conplot(@var{func} [,@var{geometry}] [,@var{xrange}] [,@var{yrange}] [,@var{zrange}] [,@var{id}] [,@var{name}])
1.2 noro 1903: \JP :: 2 $BJQ?t4X?t$N<B?t>e$G$NEy9b@~$rI=<($9$k(B.
1904: \EG :: Displays real contour lines of a bi-variate function.
1.1 noro 1905: @item plot(@var{func} [,@var{geometry}] [,@var{xrange}] [,@var{id}] [,@var{name}])
1.2 noro 1906: \JP :: 1 $BJQ?t4X?t$N%0%i%U$rI=<($9$k(B.
1907: \EG :: Displays the graph of a univariate function.
1.1 noro 1908: @item plotover(@var{func},@var{id},@var{number})
1.2 noro 1909: \JP :: $B$9$G$KB8:_$7$F$$$k%&%#%s%I%&$XIA2h$9$k(B.
1910: \EG Plots on the existing window real zeros of a bivariate function.
1.1 noro 1911: @end table
1912:
1913: @table @var
1914: @item return
1.2 noro 1915: \JP $B@0?t(B
1916: \EG integer
1.1 noro 1917: @item func
1.2 noro 1918: \JP $BB?9`<0(B
1919: \EG polynomial
1.1 noro 1920: @item geometry, xrange, yrange, zrange
1.2 noro 1921: \JP $B%j%9%H(B
1922: \EG list
1.1 noro 1923: @item id, number
1.2 noro 1924: \JP $B@0?t(B
1925: \EG integer
1.1 noro 1926: @item name
1.2 noro 1927: \JP $BJ8;zNs(B
1928: \EG string
1.1 noro 1929: @end table
1930:
1931: @itemize @bullet
1.2 noro 1932: \BJP
1.1 noro 1933: @item
1934: @code{ifplot()} $B$O(B, 2 $BJQ?t4X?t(B @var{func} $B$N<B?t>e$G$NNmE@$N(B
1935: $B%0%i%U$NI=<($r9T$&(B. @code{conplot()} $B$O(B, $BF1MM$N0z?t$KBP$7(B,
1936: $BEy9b@~$NI=<($r9T$&(B. @code{plot()} $B$O(B 1 $BJQ?t4X?t$N(B
1.6 noro 1937: $B%0%i%U$NI=<($r9T$&(B.
1.2 noro 1938:
1.1 noro 1939: @item
1.6 noro 1940: $B$3$l$i$O(B OpenXM $B%5!<%P$H$7$F<B8=$5$l$F$$$k(B. UNIX $B>e$G$O(B
1941: @samp{ox_plot} $B$,(B, Windows $B>e$G$O(B @samp{engine} $B$,$3$l$i$N5!G=(B
1942: $B$rDs6!$7$F$*$j(B, $B$3$l$i$O(B @b{Asir} $B$NI8=`%i%$%V%i%j%G%#%l%/%H%j$K$"$k(B.
1943: $B$3$l$i$O(B @code{ox_launch()} $B$^$?$O(B @code{ox_launch_nox()}
1944: $B$K$h$j5/F0$7$F$*$/I,MW$,$"$k(B.
1.2 noro 1945:
1.1 noro 1946: @item
1947: $B0z?t$NFb(B, @var{func} $B$OI,?\$G$"$k(B. $B$=$NB>$N0z?t$O%*%W%7%g%s$G$"$k(B.
1948: $B%*%W%7%g%s$N7A<0$*$h$S$=$N%G%U%)%k%HCM(B ($B%+%C%3Fb(B) $B$O<!$NDL$j(B.
1.2 noro 1949:
1.1 noro 1950: @table @var
1951: @item geometry
1952: $B%&%#%s%I%&$N%5%$%:$r%I%C%HC10L$G(B @var{[x,y]} $B$G;XDj$9$k(B.
1.6 noro 1953: (@var{[}@code{300},@code{300}@var{]}. )
1.2 noro 1954:
1.1 noro 1955: @item xrange, yrange
1956: $BJQ?t$NHO0O$N;XDj$G(B, @var{[v,vmin,vmax]} $B$G;XDj$9$k(B.
1957: ($B$$$:$l$NJQ?t$b(B @var{[v},@code{-2},@code{2}@var{]}.)
1958: $B$3$N;XDj$,$J$$>l9g(B, @var{func} $B$K4^$^$l$kJQ?t$NFbJQ?t=g=x$N>e$NJQ?t(B
1959: $B$,(B @samp{x}, $B2<$NJQ?t$,(B @samp{y} $B$H$7$F07$o$l$k(B. $B$3$l$rHr$1$k$?$a$K$O(B
1960: @var{xrange}, @var{yrange} $B$r;XDj$9$k(B. $B$^$?(B, @var{func} $B$,(B 1 $BJQ?t$N(B
1961: $B>l9g(B, $B$3$l$i$N;XDj$OI,?\$H$J$k(B.
1.2 noro 1962:
1.1 noro 1963: @item zrange
1964: @code{conplot()} $B$N>l9g$N$_;XDj$G$-$k(B. $B7A<0$O(B
1965: @var{[v,vmin,vmax} @code{[},@var{step} @code{]}@var{]} $B$G(B, @var{step} $B$,;XDj$5$l(B
1966: $B$?>l9g$K$O(B, $BEy9b@~$N4V3V$,(B @var{(vmax-vmin)/step} $B$H$J$k(B.
1967: (@var{[z},@code{-2},@code{2},@code{16}@var{]}.)
1.2 noro 1968:
1.1 noro 1969: @item id
1970: $B1s3V%W%m%;%9$NHV9f(B, $B$9$J$o$A(B @code{ox_launch()} $B$,JV$7$?HV9f$r;XDj$9$k(B.
1971: ($B0lHV:G6a$K:n$i$l(B, $B$+$D%"%/%F%#%V$J%W%m%;%9$KBP1~$9$kHV9f(B.)
1.2 noro 1972:
1.1 noro 1973: @item name
1974: $B%&%#%s%I%&$NL>A0(B. (@code{Plot}.)
1975: $B@8@.$5$l$?%&%#%s%I%&$N%?%$%H%k$O(B @var{name:n/m} $B$H$J$k(B.
1976: $B$3$l$O(B, $B%W%m%;%9HV9f(B @var{n} $B$N%W%m%;%9$N(B, @var{m} $BHV$N%&%#%s%I%&$r0UL#$9$k(B.
1977: $B$3$NHV9f$O(B, @code{plotover()} $B$GMQ$$$i$l$k(B.
1978: @end table
1.2 noro 1979:
1.1 noro 1980: @item
1981: $B0l$D$N%W%m%;%9>e$GIA2h$G$-$k%&%#%s%I%&$N?t$O:GBg(B 128 $B8D$G$"$k(B.
1.2 noro 1982:
1.1 noro 1983: @item
1984: @code{plotover()} $B$O(B, $B;XDj$7$?%&%#%s%I%&>e$K(B, $B0z?t$G$"$k(B 2 $BJQ?tB?9`<0$N(B
1985: $BNmE@$r>e=q$-$9$k(B.
1986:
1987: @item
1988: $BIA2h=*N;8e$N%&%#%s%I%&>e$G(B, $B%^%&%9$N:8%\%?%s$r2!$7$J$,$i$N%I%i%C%0(B
1989: $B$GHO0O$r;XDj$7%\%?%s$rN%$9$H?7$?$J%&%#%s%I%&$,@8@.$5$l(B, $B;XDj$7$?(B
1990: $BHO0O$,3HBg$7$FI=<($5$l$k(B. $B%I%i%C%0$O:8>e$+$i1&2<$X$H9T$&(B.
1991: $B%I%i%C%0$r;O$a$?8e%-%c%s%;%k$9$k>l9g$O(B, $B%^%&%9%]%$%s%?$r;OE@$N>e$+(B
1992: $B:8$K;}$C$F$$$C$F%\%?%s$rN%$;$P$h$$(B. $B?7$7$$%&%$%s%I%&$N7A$O(B, $B;XDj(B
1993: $BNN0h$HAj;w$G(B, $B:GBgJU$,(B, $B85$N%&%#%s%I%&$N:GBgJU$H0lCW$9$k$h$&$K(B
1994: $BDj$a$i$l$k(B. $B0J2<$G@bL@$9$k(B @code{precise} $B$,(B on $B$N>l9g(B,
1995: $BA*Br$7$?NN0h$,F10l(B window $B>e$G=q$-D>$5$l$k(B.
1996:
1997: @item
1998: $B%&%#%s%I%&Fb$G1&%\%?%s$r2!$9$H(B, $B$=$NE@$N:BI8$,%&%#%s%I%&$N2<It$KI=<($5$l$k(B.
1999:
2000: @item
2001: @code{conplot()} $B$G@8@.$7$?%&%#%s%I%&$K$*$$$F(B, $B%&%#%s%I%&$N1&B&$N%^!<%+$r(B
2002: $BCf%\%?%s$G%I%i%C%0$9$k$H(B, $BBP1~$9$kEy9b@~$N?'$,JQ$o$j(B, $B1&>e$N(B
2003: $B%&%#%s%I%&$KBP1~$9$k%l%Y%k$,I=<($5$l$k(B.
2004:
2005: @item
1.2 noro 2006: UNIX $BHG$G$O$$$/$D$+$N%\%?%s$K$h$j(B
1.1 noro 2007: $B$$$/$D$+$N@_DjJQ99(B, $BA`:n$,$G$-$k(B. UNIX $BHG$G$O<!$N%\%?%s$,$"$k(B.
2008:
2009: @table @code
2010: @item quit
2011: window $B$rGK2u$9$k(B. $B7W;;$rCfCG$9$k>l9g(B, @code{ox_reset()} $B$rMQ$$$k(B.
1.2 noro 2012:
1.1 noro 2013: @item wide ($B%H%0%k(B)
2014: $B8=:_$NI=<(ItJ,$r=D2#3F(B 10 $BG\$7$?NN0h$rI=<($9$k(B. $B8=:_I=<($5$l$F$$$kHO0O$O(B
2015: $B$3$NI=<($K$*$$$FCf1{It$KD9J}7A$G<($5$l$k(B. $B$3$NI=<($GHO0O;XDj$r9T$&$H(B,
2016: $B$=$NHO0O$,?7$7$$%&%#%s%I%&$KIA2h$5$l$k(B.
1.2 noro 2017:
1.1 noro 2018: @item precise ($B%H%0%k(B)
2019: $BA*BrNN0h$r(B, $B@0?t1i;;$K$h$j(B, $B$h$j@53N$K:FIA2h$9$k(B. $B$3$l$O(B, @var{func} $B$,(B
2020: $BM-M}?t78?t$N(B 2 $BJQ?tB?9`<0$N>l9g$K$N$_M-8z$G$"$k(B. $B$3$N%b!<%I$G$O(B Sturm $BNs(B
2021: $B$HFsJ,K!$K$h$j(B, $B6h4VFb$NNmE@$N8D?t$r@53N$K5a$a$F$$$/$b$N$G(B, $B%G%U%)%k%H$N(B
2022: $B7W;;K!$h$j$b@53N$JIA2h$,4|BT$G$-$k(B. $B$?$@$7(B, $BIA2h;~4V$OM>7W$K$+$+$k>l9g$,(B
2023: $BB?$$(B. $B$3$N@bL@$+$iL@$i$+$J$h$&$K(B, $B$3$N5!G=$OM-M}?t78?t$NB?9`<0$NIA2h$KBP(B
2024: $B$7$F$N$_M-8z$G$"$k(B. ((x^2+y^2-1)^2 $B$NIA2h$G;n$7$F$_$h(B.)
2025:
2026: @item formula
2027: $BBP1~$9$k<0$rI=<($9$k(B.
1.2 noro 2028:
1.1 noro 2029: @item noaxis ($B%H%0%k(B)
2030: $B:BI8<4$r>C$9(B.
2031: @end table
2032:
2033: @item
2034: @samp{ox_plot} $B$,5/F0$5$l$k%^%7%s$K$h$C$F$O(B, $B%9%?%C%/$rBgNL$K;HMQ$9$k(B
2035: $B$b$N$b$"$k$?$a(B, @samp{.cshrc} $B$G%9%?%C%/%5%$%:$rBg$-$a(B (16MB $BDxEY(B) $B$K(B
2036: $B;XDj$7$F$*$/$N$,0BA4$G$"$k(B. $B%9%?%C%/%5%$%:$O(B @code{limit stacksize 16m}
2037: $B$J$I$H;XDj$9$k(B.
2038:
2039: @item
2040: @code{X} $B$G$O!"%&%$%s%I%&$N3FItJ,$K$D$$$F(B resource $B$K$h$j(B
2041: $B?'IU$1$d!"%\%?%s$N7A$rJQ$($k$3$H$,$G$-$k!#(B
2042: resource $B$N;XDj$N;EJ}$O0J2<$NDL$j!#!J%G%U%)%k%H$r<($7$F$*$/!K(B
2043: @code{plot*form*shapeStyle} $B$O!"(B@t{rectangle, oval, ellipse, roundedRectangle}
2044: $B$,!";XDj$G$-$k!#(B
1.2 noro 2045: \E
2046: \BEG
2047: @item
2048: Function @code{ifplot()} draws a graph of real zeros of a bi-variate
2049: function.
2050: Function @code{conplot()} plots the contour lines for a same argument.
2051: Function @code{plot()} draws the graph of a uninivariate function.
2052:
2053: @item
1.6 noro 2054: The plotting functions are realized by an OpenXM server.
2055: On UNIX it is @samp{ox_plot} in @b{Asir} root directory.
2056: On Windows @samp{engine} acts as @samp{ox_plot}.
2057: Of course, it must be activated by @code{ox_launch()} @code{ox_launch_nox()}.
1.2 noro 2058:
2059: @item
2060: Argument @var{func} is indispensable. Other arguments are optional.
2061: The format of optional arguments and their default values (parenthesized)
2062: are listed below.
2063:
2064: @table @var
2065: @item geometry
2066: Window size is specified by @var{[x,y]} in unit `dot.'
2067: (@var{[}@code{300},@code{300}@var{]} for UNIX version;
2068:
2069: @item xrange, yrange
2070: Value ranges of the variables are specified by @var{[v,vmin,vmax]}.
2071: (@var{[v},@code{-2},@code{2}@var{]} for each variable.)
2072: If this specification is omitted, the indeterminate having the higher
2073: order in @var{func} is taken for @samp{x} and the one with lower order
2074: is taken for @samp{y}. To change this selection, specify explicitly
2075: by @var{xrange} and/or @var{yrange}.
2076: For an uni-variate function, the specification is mandatory.
2077:
2078: @item zrange
2079: This specification applies only to @code{conplot()}. The format is
2080: @var{[v,vmin,vmax} @code{[},@var{step} @code{]}@var{]}.
2081: If @var{step} is specified, the height difference of contours is set to
2082: @var{(vmax-vmin)/step}.
2083: (@var{[z},@code{-2},@code{2},@code{16}@var{]}.)
2084:
2085: @item id
2086: This specifies the number of the remote process by which you wish
2087: to draw a graph.
2088: (The number for the newest active process.)
2089:
2090: @item name
2091: The name of the window.
2092: (@code{Plot}.)
2093: The created window is titled @var{name:n/m} which means the @var{m}-th
2094: window of the process with process number @var{n}.
2095: These numbers are used for @code{plotover()}.
2096: @end table
2097:
2098: @item
2099: The maximum number of the windows that can be created on a process is
2100: 128.
2101:
2102: @item
2103: Function @code{plotover()} superposes reals zeros of its argument
2104: bi-variate function onto the specified window.
2105:
2106: @item
2107: Enlarged plot can be obtained for rectangular area which is specified,
2108: on an already existing window with a graph,
2109: by dragging cursor with the left button of mouse
2110: from the upper-left corner to lower-right corner
2111: and then releasing it.
2112: Then, a new window is created whose shape is similar to the specified
2113: area and whose size is determined so that the largest
2114: side of the new window has the same size of the largest side of
2115: the original window.
2116: If you wish to cancel the action, drag the cursor to any point
2117: above or left of the starting point.
2118:
2119: This facility is effective when @code{precise} button switch is
2120: inactive. If @code{precise} is selected and active, the area specified
2121: by the cursor dragging will be rewritten on the same window. This
2122: will be explained later.
2123: @item
2124: A click of the right button will display the current coordinates of
2125: the cursor at the bottom area of the window.
2126:
2127: @item
2128: Place the cursor at any point in the right marker area on
2129: a window created by @code{conplot()},
2130: and drag the cursor with the middle mutton. Then you will find the contour lines changing
2131: their colors depending on the movement of the cursor and the
2132: corresponding height level displayed on the upper right corner of
2133: the window.
2134:
2135: @item
2136: Several operations are available on the window: by button operations
1.7 noro 2137: for UNIX version, and pull-down menus for Windows version.
1.2 noro 2138:
2139: @table @code
2140: @item quit
2141: Destroys (kills) the window. While computing, quit the current
2142: computation.
2143: If one wants to interrupt the computation, use @code{ox_reset()}.
2144:
2145: @item wide (toggle)
2146: Will display, on the same window, a new area enlarged by 10 times
2147: as large as the current area for both width-direction and
2148: height-direction. The current area will be indicated by a rectangle
2149: placed at the center. Area specification by dragging the cursor will
2150: create a new window with a plot of the graph in the specified area.
2151: @item precise (toggle)
2152: When selected and active,
2153: @code{ox_plot} redraws the specified area more precisely by integer
2154: arithmetic.
2155: This mode uses bisection method based on Sturm sequence computation to
2156: locate real zeros precisely. More precise plotting can be expected
2157: by this technique than by the default plotting technique, at the expense
2158: of significant increase of computing time. As you see by above
2159: explanation, this function is only effective to polynomials with
2160: rational coefficients.
2161: (Check how they differ for (x^2+y^2-1)^2.)
2162:
2163: @item formula
2164: Displays the expression for the graph.
2165:
2166: @item noaxis (toggle)
2167: Erase the coordinates.
2168: @end table
2169:
2170: @item
2171: Program @samp{ox_plot} may consume much stack space depending on
2172: which machine it is running.
2173: You are recommended to set the stack size to about 16MB as large
2174: in @samp{.cshrc} for safe.
2175: To specify the size, put @code{limit stacksize 16m} for an example.
2176:
2177: @item
2178: You can customize various resources of a window on @code{X}, e.g.,
2179: coloring, shape of buttons etc.
2180: The default setting of resources is shown below.
2181: For @code{plot*form*shapeStyle} you can select among
2182: @t{rectangle}, @t{oval}, @t{ellipse}, and @t{roundedRectangle}.
2183: \E
2184:
1.1 noro 2185: @example
2186: plot*background:white
2187: plot*form*shapeStyle:rectangle
2188: plot*form*background:white
2189: plot*form*quit*background:white
2190: plot*form*wide*background:white
2191: plot*form*precise*background:white
2192: plot*form*formula*background:white
2193: plot*form*noaxis*background:white
2194: plot*form*xcoord*background:white
2195: plot*form*ycoord*background:white
2196: plot*form*level*background:white
2197: plot*form*xdone*background:white
2198: plot*form*ydone*background:white
2199: @end example
2200: @end itemize
2201:
2202: @example
2203: @end example
2204:
2205: @table @t
1.2 noro 2206: \JP @item $B;2>H(B
2207: \EG @item References
1.4 noro 2208: @fref{ox_launch ox_launch_nox ox_shutdown}, @fref{ox_reset ox_intr register_handler}
1.6 noro 2209: @end table
2210:
1.8 noro 2211: \JP @node open_canvas clear_canvas draw_obj draw_string,,, $BJ,;67W;;$K4X$9$k4X?t(B
2212: \EG @node open_canvas clear_canvas draw_obj draw_string,,, Functions for distributed computation
2213: @subsection @code{open_canvas}, @code{clear_canvas}, @code{draw_obj}, @code{draw_string}
1.6 noro 2214: @findex open_canvas
2215: @findex clear_canvas
2216: @findex draw_obj
1.8 noro 2217: @findex draw_string
1.6 noro 2218:
2219: @table @t
2220: @item open_canvas(@var{id}[,@var{geometry}])
2221: \JP :: $BIA2hMQ%&%#%s%I%&(B ($B%-%c%s%P%9(B) $B$r@8@.$9$k(B.
2222: \EG :: Opens a canvas, which is a window for drawing objects.
2223: @item clear_canvas(@var{id},@var{index})
2224: \JP :: $B%-%c%s%P%9$r%/%j%"$9$k(B.
2225: \EG :: Clears a canvas.
2226: @item draw_obj(@var{id},@var{index},@var{pointorsegment} [,@var{color}])
2227: \JP :: $B%-%c%s%P%9>e$KE@$^$?$O@~J,$rIA2h$9$k(B.
2228: \EG :: Draws a point or a line segment on a canvas.
1.8 noro 2229: @item draw_string(@var{id},@var{index},@var{[x,y]},@var{string} [,@var{color}])
2230: \JP :: $B%-%c%s%P%9>e$KJ8;zNs$rIA2h$9$k(B.
2231: \EG :: Draws a character string on a canvas.
1.6 noro 2232: @end table
2233:
2234: @table @var
2235: @item return
2236: 0
1.8 noro 2237: @item id, index, color, x, y
1.6 noro 2238: \JP $B@0?t(B
2239: \EG integer
2240: @item pointorsegment
2241: \JP $B%j%9%H(B
2242: \EG list
1.8 noro 2243: @item string
2244: \JP $BJ8;zNs(B
2245: \EG character string
1.6 noro 2246: @end table
2247:
2248: @itemize @bullet
2249: @item
2250: \BJP
2251: $B$3$l$i$O(B OpenXM $B%5!<%P(B @samp{ox_plot} (Windows $B>e$G$O(B @samp{engine})
2252: $B$K$h$jDs6!$5$l$k(B.
2253: \E
2254: \BEG
2255: These functions are supplied by the OpenXM server @samp{ox_plot}
2256: (@samp{engine} on Windows).
2257: \E
2258: @item
2259: \BJP
2260: @code{open_canvas} $B$O(B, $BIA2hMQ$N%&%#%s%I%&(B($B%-%c%s%P%9(B)$B$r@8@.$9$k(B.
2261: @var{geometry} $B$K$h$j%&%#%s%I%&$N%5%$%:$r(B pixel $BC10L$G(B @var{[x,y]} $B$G;XDj$9$k(B.
2262: default size $B$O(B @var{[}@code{300},@code{300}@var{]}.
2263: $B%-%c%s%P%9$N<1JL;R$H$7$F(B, $B@0?tCM$r(B OpenXM $B%5!<%P$N%9%?%C%/$K(B push $B$9$k(B.
2264: $B$3$N<1JL;R$O(B @code{draw_obj} $B$N8F$S=P$7$KI,MW$G$"$j(B, @code{ox_pop_cmo} $B$K(B
2265: $B$h$j<h$j=P$7$FJ];}$9$kI,MW$,$"$k(B.
2266: \E
2267: \BEG
2268: @code{open_canvas} opens a canvas, which is a window for drawing objecgts.
2269: One can specifies the size of a canvas in pixel by
2270: supplying @var{geometry} option @var{[x,y]}. The default size is
2271: @var{[}@code{300},@code{300}@var{]}.
2272: This function pushes an integer value onto the stack of the OpenXM server.
2273: The value is used to distiguish the opened canvas and one has to pop
2274: and maintain the value by @code{ox_pop_cmo} for subsequent calls of
2275: @code{draw_obj}.
2276: \E
2277: @item
2278: \BJP
2279: @code{clear_canvas} $B$O(B, $B%5!<%P(B id @var{id}, $B%-%c%s%P%9(B id @var{index}
2280: $B$G;XDj$5$l$k%-%c%s%P%9$r%/%j%"$9$k(B.
2281: \E
2282: \BEG
2283: @code{clear_canvas} clears a canvas specified by a server id @var{id}
2284: and a canvas id @var{index}.
2285: \E
2286: @item
2287: \BJP
2288: @code{draw_obj} $B$O(B, $B%5!<%P(B id @var{id}, $B%-%c%s%P%9(B id @var{index}
2289: $B$G;XDj$5$l$k%-%c%s%P%9$KE@$^$?$O@~J,$rIA2h$9$k(B. @var{pointorsegment}
2290: $B$,(B @var{[x,y]} $B$N>l9gE@$N:BI8(B, @var{[x,y,u,v]} $B$N>l9g(B @var{[x,y]},
2291: @var{[u,v]} $B$r7k$V@~J,$rI=$9$H8+$J$5$l$k(B.
2292: $B%-%c%s%P%9$N:BI8$O(B, $B:8>e6y$r86E@$H$7$F2#J}8~$K(B
2293: $BBh0l:BI8(B, $B=DJ}8~$KBhFs:BI8$r$H$k(B. $BCM$O(B pixel $BC10L$G;XDj$9$k(B.
2294: @var{color} $B$N;XDj$,$"$k>l9g(B, @var{color/65536} mod 256,
2295: @var{color/256} mod 256, @var{color} mod 256 $B$r$=$l$>$l(B Red, Green, Blue
2296: $B$NCM(B ($B:GBg(B 255) $B$H$_$J$9(B.
2297: \E
2298: \BEG
1.8 noro 2299: @code{draw_obj} draws a point or a line segment on
1.6 noro 2300: a canvas specified by a server id @var{id} and a canvas id @var{index}.
2301: If @var{pointorsegment} is @var{[x,y]}, it is regarded as a point.
2302: If @var{pointorsegment} is @var{[x,y,u,v]}, it is regarded
2303: as a line segment which connects @var{[x,y]} and @var{[u,v]}.
2304: If @var{color} is specified, @var{color/65536} mod 256,
2305: @var{color/256} mod 256, @var{color} mod 256 are regarded as the vaules
2306: of Red, Green, Blue (Max. 255) respectively.
2307: \E
1.8 noro 2308: @item
2309: \BJP
2310: @code{draw_string} $B$O(B, $B%5!<%P(B id @var{id}, $B%-%c%s%P%9(B id @var{index}
2311: $B$G;XDj$5$l$k%-%c%s%P%9$KJ8;zNs$rIA2h$9$k(B. $B0LCV$O(B @var{[x,y]} $B$K$h$j;XDj$9$k(B.
2312: \E
2313: \BEG
2314: @code{draw_string} draws a character string @var{string} on
2315: a canvas specified by a server id @var{id} and a canvas id @var{index}.
2316: The position of the string is specified by @var{[x,y]}.
2317: \E
1.6 noro 2318: @end itemize
2319:
2320: @example
2321: [182] Id=ox_launch_nox(0,"ox_plot");
2322: 0
2323: [183] open_canvas(Id);
2324: 0
2325: [184] Ind=ox_pop_cmo(Id);
2326: 0
2327: [185] draw_obj(Id,Ind,[100,100]);
2328: 0
2329: [186] draw_obj(Id,Ind,[200,200],0xffff);
2330: 0
2331: [187] draw_obj(Id,Ind,[10,10,50,50],0xff00ff);
2332: 0
1.8 noro 2333: [187] draw_string(Id,Ind,[100,50],"hello",0xffff00);
2334: 0
2335: [189] clear_canvas(Id,Ind);
1.6 noro 2336: 0
2337: @end example
2338:
2339: @table @t
2340: \JP @item $B;2>H(B
2341: \EG @item References
2342: @fref{ox_launch ox_launch_nox ox_shutdown}, @fref{ox_reset ox_intr register_handler}, @fref{ox_pop_cmo ox_pop_local}.
1.1 noro 2343: @end table
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>