-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parfor error: "Unexpected failure to indicate all intervals added." #42
Comments
Yes it is matlab internal issue. My guess is there might be some other functions in your path that is conflicting with the current execution? You can set a breakpoint at line 29 of dirt_clean, and then run the loop with for instead of parfor and see if there is an issue pops up. |
I get the same error but at a different location with MATLAB 2019b on our HPC cluster:
Not sure what is going on here, the parfor loop looks okay for me and Matlab is incredibly unhelpful with this particular error. The workspace for Matlab is created from scratch, so there is no chance that something else pollutes the path (just to be sure, I cleaned up everything a bunch of times). |
{�Error using distcomp.remoteparfor/rebuildParforController Error in distcomp.remoteparfor/handleIntervalErrorResult (line 259) Error in distcomp.remoteparfor/getCompleteIntervals (line 396) Error in MeTD_FinalinvALL (line 228) I also get the same error. Tried a lot of ways to solve it. @ckemere @ximion have you guys solved the issue. please reply |
Has anyone ever seen the following error? It's not particularly descriptive but I think is internal to Matlab somehow?
The text was updated successfully, but these errors were encountered: