lucasschn / dstoolbox

DSToolbox aims at creating a framework for the analysis of Dynamic Stall based on experimental data. The experimental data might be produced using an airfoil describing different type of motion, especially pitching and ramping up.
5 stars 3 forks source link

Matlab stops responding when loading res.mat from file server #17

Open lucasschn opened 4 years ago

lucasschn commented 4 years ago

The path to the paramsweep results mat-files is defined by a path2res variable in paths.mat.

VPN is connected, if not, an error "unable to read file" is thrown instead of not responding.

The results mat-file is then loaded using load(fullfile(path2res,'res25uniform4.mat')). There matlab stops responding.

lucasschn commented 4 years ago

Matlab also stops responding if trying to load smaller files from the same folder.

lucasschn commented 4 years ago

Even when trying to parse the file without loading into memory, matlab stops responding: whos -file \\sti1files.epfl.ch\unfold\unfold-commun\temp_lucas\res25uniform4.mat leads to matlab being busy forever

lucasschn commented 4 years ago

Even trying: whos -file ../data/paramsweep/res25uniform4.mat leads to hanging