Hi Hai,

basically it should work. Provided that you use the same number of processes and the same grid manager for writing and reading the restart files. If you do that, can you please check whether it already fails for one of our test problems? Then we could investigate this in detail.

Kind regards
Bernd

On 02/09/2015 11:35 AM, Thanh Hai Ong wrote:
Hello,

I'm using the restart file options for a parallel run with co2ni model as follow:
  bool shouldWriteRestartFile()
    {
        return
            (this->timeManager().timeStepIndex() % 100 == 0)
    }
When I want to restart the simulation, I get this error message:
../../../dumux/implicit/common/implicitmodel.hh:596]: Could not deserialize vertex 0 ../../../dumux/implicit/common/implicitmodel.hh:596]: Could not deserialize vertex 34 ../../../dumux/implicit/common/implicitmodel.hh:596]: Could not deserialize vertex 5 ../../../dumux/implicit/common/implicitmodel.hh:596]: Could not deserialize vertex 59
....
Please let me know if  I am missing something?

Thanks
Hai


_______________________________________________
Dumux mailing list
[email protected]
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux


--
_______________________________________________________________

Bernd Flemisch                         phone: +49 711 685 69162
IWS, Universität Stuttgart             fax:   +49 711 685 60430
Pfaffenwaldring 61            email: [email protected]
D-70569 Stuttgart            url: www.hydrosys.uni-stuttgart.de
_______________________________________________________________

_______________________________________________
Dumux mailing list
[email protected]
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux

Reply via email to