I was rather thinking (for past year, or so) about how to fix the save() feature.
Because current problem is that python variables are not reinstated after simulation is loaded. I think we should go in the direction of fixing this problem. I will look into this after I complete my quantum mechanics thesis (few months to go), and before I start working on units :) Another thing (and easier) to fix is binary compatibility between 32bit and 64bit architectures. I've already seen tools for that in boost::serialization. Current workaround is to use .xml files. Of course exporting only text files with sphere positions, or whatever is useful too and should not be removed either ;) best regards Janek Anton Gladky said: (by the date of Fri, 3 Jul 2015 20:38:55 +0200) > Hi, > > I did not await that so many people are using this feature, sorry. > It will not be removed, I promise :) > > Have a nice weekend > > Anton > > > 2015-07-03 14:26 GMT+02:00 Luc Sibille <[email protected]>: > > Hi, > > As a user, it is very important to have the possibility to save a whole > > simulation at a given point and to resume it from this recording. > > Best, > > Luc > > > > Le 03/07/2015 09:26, Bruno Chareyre a écrit : > >> > >> On 02/07/15 23:16, Anton Gladky wrote: > >>> > >>> I am just thinking, that we should probably deprecate this > >>> functionality, because it usually brings only problems. > >> > >> Deprecating save()?! > >> B > >> > >> > > > > -- > > Luc Sibille > > Université Joseph Fourier / IUT1 de Grenoble > > Laboratoire 3SR UMR CNRS > > > > Tel lab.: +33 (0)4 76 82 63 48 > > Tel IUT: +33 (0)4 76 82 53 36 > > > > > > > > > > _______________________________________________ > > Mailing list: https://launchpad.net/~yade-dev > > Post to : [email protected] > > Unsubscribe : https://launchpad.net/~yade-dev > > More help : https://help.launchpad.net/ListHelp > > _______________________________________________ > Mailing list: https://launchpad.net/~yade-dev > Post to : [email protected] > Unsubscribe : https://launchpad.net/~yade-dev > More help : https://help.launchpad.net/ListHelp -- Janek Kozicki http://janek.kozicki.pl/ | _______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

