On Dec 18, 2011, at 5:25 PM, Chaitanya Krishna wrote: > Hello there, > I am trying to compile openmpi with Torque and Infiniband. > The thing is that Torque is installed on the headnode and the > Infiniband installation is available only on the slave nodes. I am > trying to build openmpi on a slave node with the following configure > options. > ./configure --prefix=$HOME/opt/openmpi/1.4.4/intel12/infiniband > --with-openib --with-tm=/usr/local F77=ifort FC=ifort CC=icc CXX=icpc > The configure fails as it fails to find the Torque libraries (tm.h). > But I know for sure that the torque libraries are available on the > head node at /usr/local. > So, I would like to know if there is a way to make configure force to > build support for Torque even if it does not find the libraries for > Torque on the slave node.
I'm afraid not - we have to find the libraries when we build support. Your best bet would be to install torque in the same location on the slave nodes and compile there. > Thanks for any help in advance. > Best regards,Chai > --42 > _______________________________________________ > users mailing list > us...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/users