필터 지우기
필터 지우기

Robust SPMD-like structure

조회 수: 1 (최근 30일)
Stephen
Stephen 2016년 1월 7일
답변: Walter Roberson 2016년 1월 7일
I'm interested in running some subroutine on different sets of data in parallel. Sometimes, a dataset will cause errors in the subroutine, but most of the time it does not. Is there a way to salvage the valid results from all of the datasets without errors? SPMD documentation says that it will stop all workers upon encountering an error in one.

답변 (1개)

Walter Roberson
Walter Roberson 2016년 1월 7일
Put in your own try/catch
You might also want to look at parfeval()

카테고리

Help CenterFile Exchange에서 Parallel for-Loops (parfor)에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by