Hello everyone, I have a question on installing open-mpi 1.10.2. I followed the standard ./configure make make install to install the openmpi. However, when I run the mpirun, it complains "unable to open lib/openmpi/mca_plm_tm: libtorque.so.2 cannot open shared object file: No such file or directory (ignored)". There is no pbs installed on my system. Why does it need pbs? How can I fix this?
The configure Iine is: ./configure --prefix=$INSTALL_DIR --enable-orterun-prefix-by-default Thank you. Xiangdong