Top
Back: parallelWaitFirst
Forward: realclassify_lib
FastBack: numerDecom_lib
FastForward: realclassify_lib
Up: parallel_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.15.16.3 parallelWaitAll

Procedure from library parallel.lib (see parallel_lib).

Usage:
parallelWaitAll(commands, args[, timeout, linktype, servers, maxmemory]); commands list or string, args list, timeout int, linktype string, servers list, maxmemory intvec

Return:
a list, containing the results of commands[i] applied to arg[i], i = 1, ..., size(commands).
The command parallelWaitAll(list commands, list args, list #) is synonymous to parallelWaitN(list commands, list args, size(args), list #). See parallelWaitN for details on optional arguments and other remarks.
If commands is of type string, this is a shortcut for a list of size size(args) whose entries are just this string.

Example:
 
See also: MP links; Ssi links; waitall.


Top Back: parallelWaitFirst Forward: realclassify_lib FastBack: numerDecom_lib FastForward: realclassify_lib Up: parallel_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-6, Dec 2012, generated by texi2html.