/[gcl]/gcl/pargcl/doc/MANUAL
ViewVC logotype

Diff of /gcl/pargcl/doc/MANUAL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by gene, Fri Nov 4 08:34:53 2005 UTC revision 1.4 by gene, Sat Nov 5 09:46:04 2005 UTC
# Line 50  Here is a sample usage of some simple co Line 50  Here is a sample usage of some simple co
50                                 (setf (aref result task-in) task-out)                                 (setf (aref result task-in) task-out)
51                                 'NO-ACTION)                                 'NO-ACTION)
52        :trace t)        :trace t)
53      (if (master-p) result nil)      (if (master-p) (coerce result 'list) nil)
54    )    )
55    ;; Note 'sqrt below.  #'sqrt couldn't be passed across network.    ;; Note 'sqrt below.  #'sqrt couldn't be passed across network.
56    (par-mapcar 'sqrt '(1 2 3 4 5 6 7 8 9 10))    (par-mapcar 'sqrt '(1 2 3 4 5 6 7 8 9 10))

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

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26