MySQL Workbench will not launch

Hi all,
This is my first post, so if I need to add more information, please let me know.

I have a clean install of OpenSUSE Leap 15.0 on a brand new machine.
All the repositories are pointing to OpenSUSE Leap 15.0 repositories. (Not TW, or 42.x)

I have installed mariadb from the repository. It is running.

When I install MySQL Workbench from the Leap 15.0 repository, it seems to install properly. But when I run it, I get the following error:

NewLinuxBox:~ # mysql-workbench
Found /usr/lib64/libprojectM.so.2
/usr/lib64/mysql-workbench/mysql-workbench-bin: error while loading shared libraries: libmpi.so.12: cannot open shared object file: No such file or directory
NewLinuxBox:~ #

But libmpi.so.12 does exist and is present as part of openMPI installs (also from repositories).

Not sure what to do…the attempts to install MySQL Workbench never pitch any errors or missing dependencies/prerequisites.

Any help is appreciated.