Description
Description
DVGeometryVSP parallel finite diff derivatives should have zero error compared to doing the same finite differences in serial. However, due to a bug in VSP, some processor's VSP models randomly have slightly different underlying parametric representations of each surface. The result is that doing parallel finite differences will sometimes produce a different Jacobian than doing the same in serial on the root processor.
DVGeoVSP test 2 documents the issue. The tolerance on the test, 5e-5, is much higher than we would like. We sometimes see errors in the 1e-5 or higher range. However, for unknown reasons, this only happens on Ubuntu-based containers. The CentOS images have zero error to machine precision.
Current behavior
Parallel finite differences using OpenVSP on Ubuntu creates random errors that are larger than we'd hope
Expected behavior
Parallel FD has zero error (to machine precision) compared to serial FD
Once this bug (on the OpenVSP side) is fixed the tolerance in test_2 should be tightened to 1e-16