Dear all,
I am running a simulation in the GPU (GeForce GT 630 Quadro P6000) but something strange is happening, when I try to load the output.h5 I cannot access the data, I have the following error:
Error using h5readc
The filename specified was either not found on the MATLAB path or it contains unsupported characters.
Error in h5read (line 58)
[data,var_class] = h5readc(Filename,Dataset,start,count,stride);
Therefore, when I run my simulations using a GeForce GT 630 Quadro P5000 I do not have the same error, I can have access to the data. Do you have any idea on what is going wrong?
Best