Closed ctjacobs closed 10 years ago
I can reproduce the failure on a 32x32 unit square with 12 and 24 cores. Not sure what's going on though, seems the exterior_facet_node_list
is None
.
@ctjacobs FYI ARCHER has shared folders too
I think I know the problem, I'll have a look.
This has indeed fixed the issue. Thanks.
The following code fails when run in parallel over 24 processes on ARCHER:
Error file:
It gets past this stage and onto the solver iterations if the DirichletBC is not applied. I've placed the test.msh file in /scratch/ctj10, but the same error occurs with e.g.
mesh = UnitSquareMesh(100, 100)
.