Eirikur Jonsson
Eirikur Jonsson
## Description Nightly docker integration tests on the `u22-gcc-ompi-stable` x86 image is failing on the AMG test (see [here](https://github.com/mdolab/docker/actions/runs/6478172332/job/17603179934#step:13:1198)). This seems to be a result of a newly merged PR...
# Description of feature Parts of changes from Sham are missing and should be merged in.
## Description The same NSGA2 opt 1 test segfault occasionally in our tests (see [here](https://github.com/mdolab/docker/actions/runs/4798539313/jobs/8536967200#step:12:13474) or below). This happens on different systems and architectures, but unfortunately it does not fail...
We need to improve testing coverage, both in terms of unit and regression tests. Currently, we only run regression tests using the examples found in the examples directory. Furthermore, these...
## Description When running `pyHyp` in parallel, it should exit gracefully using `mpi_abort` and exit code instead of plain `stop`, which will result in improper MPI exit. There are several...
## Description When compiling with the new `ifx` compiler, some tests are failing. This is preventing us from updating our docker images as part of https://github.com/mdolab/docker/pull/266. ### Steps to reproduce...
## Purpose Per title. ## Expected time until merged ## Type of change - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which...
## Description If installed, `matplotlib` is always imported as part of the [DVGeoCST](https://github.com/mdolab/pygeo/blob/ed52ec7d572792f8b0f70c71d9cb454ed85cc055/pygeo/parameterization/DVGeoCST.py#L25) class, regardless if `DVGeometryCST` is used or not (due to the way we configure our `__init__` files)....
## Purpose Noticed that the [Fortran code documentation](https://mdolab-adflow.readthedocs-hosted.com/en/latest/_static/doxydoc/html/index.html) was broken. This PR - adds a static html path such that the Doxygen code documentation is copied over - removes a...