User`s guide

11 Functions — Alphabetical List
11-252
pmode start local 4
Start pmode using the profile myProfile and eight workers on the cluster.
pmode start myProfile 8
Execute a command on all workers.
P>> x = 2*labindex;
Copy the variable x from worker 7 to the MATLAB client.
pmode lab2client x 7
Copy the variable y from the MATLAB client to workers 1 through 8.
pmode client2lab y 1:8
Display the current working directory of each worker.
P>> pwd
See Also
createCommunicatingJob | parallel.defaultClusterProfile | parcluster