Page 1 of 1

problem with cs results[solved]

Posted: Wed Aug 09, 2023 8:48 am
by dimitri14
Hello,
With CS i generate a med file including stress information to sudy it on Code Aster.
While using Code Saturne in CAElinux pack i obtain a file "export_donees" perfectly functional, with an another version of CS installed directly on ubuntu i obtain a med file called "mafluide" which can't be read
Can someone tell me what is the problem whith this med file that i can't use and what is the source of this problem
Regards

Re: problem with cs results

Posted: Wed Aug 09, 2023 4:38 pm
by Yvan Fournier
Hello,

Which versions of the MED library are used by these installs ? I suspect a simple version compatibilty issue (you can read MED fikes generated by an older MED library version with a newer MED version, but not the reverse).

I have not checked the files yet.

Best regards,

Yvan

Re: problem with cs results

Posted: Fri Aug 11, 2023 4:37 pm
by dimitri14
Hello,
Clearly you were right :
MED 4.1.1 (HDF5 1.10.6) file format concerning the single CS install on ubuntu
MED 3.3.1 (HDF5 1.8.14) file format support on CS caelinux

Version de la librairie HDF5 : 1.10.3 Version de la librairie MED : 4.0.0 for Code Aster

Thank you for help, I'll try to install the 4.1.1 librairie on Code Aster
Regards