Losing access to file server upon entering parfor loop in code
20 views (last 30 days)
Show older comments
I am processing data by loading files from an external drive, running my processing code, and then saving the processed data to a network drive/file server. In order to get through data faster, I am using a parfor loop to process multiple files at once and save the outputs (I'm using a custom save function to get around parfor issues with using the built-in matlab save function). I was able to run the code sucessfully without problems once and then on subsequent runs when the code gets to the parfor loop matlab loses access to the network drive/file server for saving the files (I did not change the code or parallel preference). I have added the main directory folder for saving the files to the network drive/server to the worker search path in the cluster profile manager as well as all custom functions called by the main code, however the issue still occurs. Occassionally it is fixed/runs appropriately after remapping the network drive/file server or restarting matlab and my computer.
Is there a potential fix for this issue?
4 Comments
Ethan Blackwood
on 11 Dec 2024 at 6:49
Hi, I think this is actually a duplicate of this newer question: https://www.mathworks.com/matlabcentral/answers/2092071-network-attached-storage-disconnects-on-launching-parpool
I commented there with more details - using the "threads" profile instead did work as a workaround.
Angie
on 14 Dec 2024 at 20:56
Hi Ethan-
I fixed this by totally re-installing matlab on my machine and upgrading to the latest release which at the time was Matlab 2022a. I hope this helps.
Answers (0)
See Also
Categories
Find more on Parallel for-Loops (parfor) in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!