MATLAB PARALLEL COMPUTING TOOLBOX - S Guia do Utilizador Página 93

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 92
Programming Tips
3-15
run in parallel in another parallel pool, but runs serially in a single thread on the worker
running its containing function.
Nested parfor-Loops
The body of a parfor-loop cannot contain an spmd statement, and an spmd statement
cannot contain a parfor-loop.
Break and Return Statements
The body of an spmd statement cannot contain break or return statements.
Global and Persistent Variables
The body of an spmd statement cannot contain global or persistent variable
declarations.
Vista de página 92
1 2 ... 88 89 90 91 92 93 94 95 96 97 98 ... 655 656

Comentários a estes Manuais

Sem comentários