Installing using Docker or on the host os has not been successful for me. Finally, I'm stuck on this error
/home/user/repos/Snoopie/src/mem_multigpu/mem_multigpu.cu:69:10: fatal error: mpi.h: No such file or directory
69 | #include "mpi.h"
| ^~~~~~~
compilation terminated.
I already installed openmpi using
sudo apt install libopenmpi-dev
I'm not sure why it can't find the header. Do I need to change anything else.