Installing MPI and using Qt

With openmpi installed, when using Qt, add to your .pro file the instructions here

You may need to tell Qt where openmpi is stored.

For the machines at the computer lab, openmpi is located at

 /usr/lib64/openmpi/bin

Add to your .bashrc file the following

  export PATH=/usr/lib64/openmpi/bin:$PATH