User`s guide
10 Objects — Alphabetical List
10-34
parallel.Pool
Access parallel pool
Constructors
parpool, gcp
Description
A parallel.Pool object provides access to a parallel pool running on a cluster.
Methods
A parallel pool object has the following methods.
Properties
A parallel pool object has the following properties.
Property Description
AttachedFiles Files and folders that are sent to workers
Cluster Cluster on which the parallel pool is
running
Connected False if the parallel pool has shut down
FevalQueue Queue of FevalFutures to run on the
parallel pool
IdleTimeout Time duration in minutes before idle
parallel pool will shut down
NumWorkers Number of workers comprising the parallel
pool
SpmdEnabled Indication if pool can run SPMD code