MATLAB PARALLEL COMPUTING TOOLBOX - S Guía de usuario Pagina 596

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 656
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 595
1 2 ... 591 592 593 594 595 596 597 598 599 600 601 ... 655 656

Comentarios a estos manuales

Sin comentarios