This is an issue i'm seeing on Debian unstable, which has recently moved to 4.0.3 Our regression tests show a failure with mpigrafic: ``` mpgrafic: symbol lookup error: mpgrafic: undefined symbol: ompi_f08_mpi_double_precision ``` This is with a move from 4.0.2 -> 4.0.3: https://ci.debian.net/data/autopkgtest/testing/amd64/m/mpgrafic/4897659/log.gz This appears to be because symbol(s) were removed: https://github.com/open-mpi/ompi/commit/51e23f8cb6c7e9a663462923e55eafc3180dbfd5#diff-8c7fd97572800eac0b55c84f29ee9451 I think the unused symbols were not as unused as you expected.