필터 지우기
필터 지우기

terminate program if worker aborts in parallel loop

조회 수: 4 (최근 30일)
gagan sidhu
gagan sidhu 2024년 2월 18일
댓글: gagan sidhu 2024년 2월 21일
i have read this question:
so i am aware of the "solution".
however sometimes we leave yobs on the cluster while we're sleeping, where this warning may pop up.
is there a way to configure the workers/parallel pool such that any warning is fatal and terminates the program?
thanks

채택된 답변

Edric Ellis
Edric Ellis 2024년 2월 21일
If you create your parpool using the option SpmdEnabled=true, then this has the side-effect of making parallel pools terminate completely when any worker aborts.
  댓글 수: 1
gagan sidhu
gagan sidhu 2024년 2월 21일
thanks edric. i will give this a go. i saw you answered the opposite question a few years back, wish i found it.
updated my parallelprofile accordingly as well. surprised it wasn't enabled by default on ACE-NET, but no big deal.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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