Hi, I am trying to use restart/checkpointing feature for a problem. I am facing the following issue.
*Without using restart* 1. The programme runs fine with both single core and multi core. *When I enable the restart* 1. The programme *runs fine* with *single core*. Pickts ecactly where checkpointing is done and write correct output. 2. Stalls infinitely when multiple cores are used, It picks exactly where checkpointing is done, but does not write the next expected output. -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/dealii/f10a9189-9fb9-4835-96be-63dd04160454n%40googlegroups.com.
