[Scilab-users] scilab 6.1 crashes when trying to load big matfile (loadmatfile)

Stéphane Mottelet stephane.mottelet at utc.fr
Thu Jun 18 13:06:25 CEST 2020


Hello Antoine,

I made a 4Gb file with Matlab:

 >> a=rand(645,645,645);
 >> b=rand(645,645,645);
 >> c={a,b};
 >> save("c.mat","-7.3","c")

and managed to load it successfully in Scilab:

--> loadmatfile("c.mat");

--> c
  c  =

   [645x645x645 constant]  [645x645x645 constant]

Maybe the structure I tried is too simple (just two hypermatrices in a 
cell) so please give us a representative failing example.

S.

Le 17/06/2020 à 13:22, Antoine Monmayrant a écrit :
> Hello All,
>
> I cannot open large matfile in scilab (~3.4Gb).
> Scilab is always dying with an error message that is extremely 
> instructive: "Killed".
>
> It's a bit cumbersome to share this big fie, so do you have any idea 
> on how to investigate this issue and try to locate the root cause?
>
> As a side note, it might be a problem related to either the size of 
> the variables or their nature: cells containing hypermatrices.
> The file itself is not corrupted (I managed to open it in matlab and 
> to save each hypermatrix into individual files that got imported in 
> scilab with no problem.
>
> Cheers,
>
> Antoine
>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users 
>

-- 
Stéphane Mottelet
Ingénieur de recherche
EA 4297 Transformations Intégrées de la Matière Renouvelable
Département Génie des Procédés Industriels
Sorbonne Universités - Université de Technologie de Compiègne
CS 60319, 60203 Compiègne cedex
Tel : +33(0)344234688
http://www.utc.fr/~mottelet




More information about the users mailing list