When I try to run my simple poisson solver code with AdaptiveLinearSolver in parallel I encounter:
Storing of data to time series is not yet working in parallel.
Is there a workaround for this?
Redacted portion of the code:
problem = LinearVariationalProblem(a, L, u,bc)
solver = AdaptiveLinearVariationalSolver(problem, E)
solver.parameters["error_control"]["dual_variational_solver"]["linear_solver"] = "gmres"
solver.parameters["linear_variational_solver"]["linear_solver"] = "gmres"