I'm currently testing the waters on developing software with C++ and MPI and need some help.I'm trying to install the openmpi headers on my machine on WSL with a Ubuntu 20.04. I can't seem to get the following command to succeed:
sudo apt-get install -y libopenmpi-dev
Here's the output. It's telling me that I'm missing some dependencies
I've tried installing whatever it tells me that's missing but I keep getting the missing dependencies error on those commands as well.
Can anyone help?
Update:
The issue was solved after I uninstalled my ubuntu form the WSL and reinstalled it from the Microsoft Store. I suspect this was being caused due to the fact that I updated to 20.04 from inside the WSL environment.