[BACK]Return to calc2000.tex CVS log [TXT][DIR] Up to [local] / OpenXM / doc / calc2000p

Diff for /OpenXM/doc/calc2000p/calc2000.tex between version 1.2 and 1.3

version 1.2, 2000/06/30 00:33:34 version 1.3, 2000/06/30 08:25:45
Line 1 
Line 1 
 %$OpenXM: OpenXM/doc/calc2000p/calc2000.tex,v 1.1.1.1 2000/06/27 06:47:52 noro Exp $  %$OpenXM: OpenXM/doc/calc2000p/calc2000.tex,v 1.2 2000/06/30 00:33:34 noro Exp $
 %% You need acmconf.cls and flushend.sty to compile this file.  %% You need acmconf.cls and flushend.sty to compile this file.
 %% They may be obtained from  %% They may be obtained from
 %%  http://riksun.riken.go.jp/archives/tex-archive/macros/latex/contrib/supported/acmconf/  %%  http://riksun.riken.go.jp/archives/tex-archive/macros/latex/contrib/supported/acmconf/
Line 108  the Asir client to the {\tt ox\_sm1} server:
Line 108  the Asir client to the {\tt ox\_sm1} server:
   P = sm1_start(); ox_push_cmo(P,1); ox_push_cmo(P,1);    P = sm1_start(); ox_push_cmo(P,1); ox_push_cmo(P,1);
   ox_execute_string(P,"add"); ox_pop_cmo(P);    ox_execute_string(P,"add"); ox_pop_cmo(P);
 \end{verbatim}  \end{verbatim}
 The OpenXM package is implemented on the  OpenXM for TCP/IP,  The OpenXM package is currently implemented on TCP/IP,
 which uses the client-server model.  which uses the client-server model.
 The OpenXM on MPI is currently tested on Risa/Asir,  The OpenXM on MPI is currently tested on Risa/Asir,
 where collective operations such as broadcast and reduction  where collective operations such as broadcast and reduction
 are implemented to achieve a real speedup for massively parallel cases.  are implemented to achieve a real speedup for massively parallel computation.
 A C library interface is available for some servers.  C library interfaces are available for some servers.
 The source code and binary packages are distributed from  The source code and binary packages are distributed from
 {\tt http://www.openxm.org}.  {\tt http://www.openxm.org}.
 The current version is 1.1.2.  The current version is 1.1.2.
 Documents and a full paper including references are available  Documents and a full paper including references are available
 from this cite, too.  from this site, too.
 \end{document}  \end{document}

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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