OpenCMISS / iron

Source code repository for OpenCMISS-Iron
9 stars 62 forks source link

Cantilever keytests not converging. #125

Closed hsorby closed 6 years ago

hsorby commented 6 years ago

The Cantilever test is no longer converging and causing an MPI_ABORT to occur. This can be seen in both Fortran and Python Cantilever keytests.

chrispbradley commented 6 years ago

By Cantilever keytests do you mean https://github.com/OpenCMISS-Examples/cantilever or https://github.com/OpenCMISS/iron/blob/develop/tests/FiniteElasticity/Cantilever.f90? I assume the former as there is no python with the later? I've just built the current develop branch of https://github.com/OpenCMISS/iron and the develop branch of https://github.com/OpenCMISS-Examples/cantilever works fine on Linux? What configuration?

hsorby commented 6 years ago

No, I do mean the tests that are part of iron FiniteElasticity_Cantilever.

This is used as one of the keytests. It fails on the PAN cluster and on macOS running under a release configuration. These tests have only recently started failing.

hsorby commented 6 years ago

PR #126 does fix this problem for macOS.

hsorby commented 6 years ago

Fixed with the merge of PR #126.