Losing access to file server upon entering parfor loop in code
5 次查看(过去 30 天)
显示 更早的评论
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 个评论
Ethan Blackwood
2024-12-11
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
2024-12-14
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.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Parallel for-Loops (parfor) 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!