Re: [deal.II] "locked" vtu outputs

2020-10-11 Thread David Montiel Taboada
Thank you, Timo I will look into it! David On Sat, Oct 10, 2020 at 11:30 AM Timo Heister wrote: > Hi David, > > > For example, for the initial conditions, the code is supposed to output > a file with name: > > > > solution-000.vtu > > > > but then it also creates s file with name > > > > s

Re: [deal.II] "locked" vtu outputs

2020-10-10 Thread Timo Heister
Hi David, > For example, for the initial conditions, the code is supposed to output a > file with name: > > solution-000.vtu > > but then it also creates s file with name > > solution-000.vtu-1364024289-50151.lock > > This is what the support from the cluster told us about the issue: The

[deal.II] "locked" vtu outputs

2020-10-08 Thread David Montiel Taboada
Hello everyone, We are using PRISMS-PF, a phase field framework finite element built upon the deal.II library (with the MPI and p4est) dependencies. The code uses the deal.II DataOut class (see code snippet at the end of the email) to output simulation results into vtu files at certain time step