MATLAB PARALLEL COMPUTING TOOLBOX - S User's Guide Page 93

  • Download
  • Add to my manuals
  • Print
  • Page
    / 656
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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.
Page view 92
1 2 ... 88 89 90 91 92 93 94 95 96 97 98 ... 655 656

Comments to this Manuals

No comments