MATLAB PARALLEL COMPUTING TOOLBOX - S Uživatelská příručka Strana 93

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 656
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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.
Zobrazit stránku 92
1 2 ... 88 89 90 91 92 93 94 95 96 97 98 ... 655 656

Komentáře k této Příručce

Žádné komentáře