Skip to content

Warning when running my MATLAB code in Linux using Elastix: A worker aborted during execution of the parfor loop #25

@zw2001

Description

@zw2001

When I ran my matlab code in Linux environment on HPC, I ran into following warning signs:

Warning: A worker aborted during execution of the parfor loop. The parfor loop will now run again on the remaining workers.

Now my questions are:

  1. Will the job being processed on the aborted worker be neglected, without processed further?
  2. Since the above message shows that parfor will run again on the remaining workers, and in my code one worker corresponds to one patient image, so, only part of patient images, say, 6 out of 10 patient images will be processed? The reason for me to ask this question is that I do see only part of patient image being processed.

My matlab code works in Windows environment perfectly without above issues at all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions