MATLAB PARALLEL COMPUTING TOOLBOX - S Podręcznik Użytkownika Strona 596

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 595
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
Przeglądanie stron 595
1 2 ... 591 592 593 594 595 596 597 598 599 600 601 ... 655 656

Komentarze do niniejszej Instrukcji

Brak uwag