I guess torque libs and headers are installed on the node you used to compile openmpi, or mca_plm_tm.so is an old file from a previous install.
the easiest way to fix that is to remove your install dir, configure --without-tm ... and make install Cheers, Gilles On Friday, February 5, 2016, Xiangdong <epsco...@gmail.com> wrote: > 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 >