Hi all,
In looking through documentation and searching I didn't come across this
anywhere. If it is common knowledge then skip this email:-)
If you set OPAL_PREFIX to something other than your build install, then
it also needs to be passed through the mpirun's -x flag:
mpirun -x OPAL_PREFIX -x QBHOME -x PATH -x LD_LIBRARY_PATH -x
MKL_NUM_THREADS -x MKL_DYNAMIC -machinefile $PBS_NODEFILE
$EXAMPLE_PATH/bin/connectivity_c.bin $@ -
The higher ranked processes and especially one's on other machines will
get their OPAL paths correctly to the help files and will run without
hanging if the build install isn't available. When you send your
compiled application installation to a user on another network, it
should also work correctly for them too.