Borrar filtros
Borrar filtros

how to get parpool to pause at breakpoints?

16 visualizaciones (últimos 30 días)
Ivan Viti
Ivan Viti el 29 de Abr. de 2019
Respondida: Edric Ellis el 30 de Abr. de 2019
When I do "parpool('local',4)" Matlab ignores my breakpoints so that I can't debug my parallel code. This is within an spmd section.

Respuesta aceptada

Edric Ellis
Edric Ellis el 30 de Abr. de 2019
Unfortunately, it is not possible to use the MATLAB debugger to debug code running on workers. The normal workaround is to liberally sprinkle fprintf or disp calls through your code that will be run on the workers. Often this is sufficient to narrow down the problematic portion of code to something you can debug on the client.

Más respuestas (0)

Categorías

Más información sobre Parallel Computing Fundamentals en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by