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

  • 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 645
11 Functions — Alphabetical List
11-302
wait (FevalFuture)
Wait for futures to complete
Syntax
OK = wait(F)
OK = wait(F,STATE)
OK = wait(F,STATE,TIMEOUT)
Description
OK = wait(F) blocks execution until each of the array of futures F has reached the
'finished' state. OK is true if the wait completed successfully, and false if any of the
futures was cancelled or failed execution.
OK = wait(F,STATE) blocks execution until the array of futures F has reached the
state STATE. Valid values for STATE are 'running' or 'finished'.
OK = wait(F,STATE,TIMEOUT) blocks execution for a maximum of TIMEOUTseconds.
OK is set false if TIMEOUT is exceeded before STATE is reached, or if any of the futures
was cancelled or failed execution.
See Also
fetchOutputs | isequal | parfeval | parfevalOnAll | fetchNext
Vista de pagina 645
1 2 ... 641 642 643 644 645 646 647 648 649 650 651 ... 655 656

Comentarios a estos manuales

Sin comentarios