Yes. But the /opt/torque directory is just the source, not the actual installed directory. The actual installed directory on the head node is the default location of /usr/lib/something. And that is not accessable by every node.
But should it matter if it's not accessable if I don't specify --with-tm? I was wondering if ./configure detects torque has been installed, and then builds the associated components under the assumption that it's available. Matt ______________________________ Matt Cupp Battelle Memorial Institute Statistics and Information Analysis 614-424-5471 -----Original Message----- From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of George Bosilca Sent: Friday, June 08, 2007 2:00 PM To: Open MPI Users Subject: Re: [OMPI users] v1.2.2 mca base unable to open pls/ras tm "File not found" is the strerror corresponding to the error we get when we call dlopen. So I don't think it's directly related to the mca_pls_tm.so library but to one of it's missing dependencies. Do you have access to the /opt/torque directory on all nodes in your cluster ? george. On Jun 8, 2007, at 1:22 PM, Cupp, Matthew R wrote: > Hi, > > > > I uninstalled and deleted our old installation directories of 1.1.4 > and 1.2.1 so I could have it nice and clean for 1.2.2. I extracted > the source and ran configure with these options: > > --prefix=/opt/openmpi/st --with-devel-headers --with-tm=/opt/torque > > > > I then build and installed it. But when I ran a program I got > these messages from each of my processes: > > <machine name>: mca: base: component_find: unable to open pls tm: > File not found (ignored) > > <machine name>: mca: base: component_find: unable to open ras tm: > File not found (ignored) > > > > This was the first time that Open MPI was configured with -with-tm > as torque wasn't installed previously. I found out that torque was > not installed to /opt/torque as it was supposed to be, but to it's > default location. So I reran the configure without --with-tm and > rebuilt and reinstalled (after uninstalling the previous build). > But I still got the same messages. > > > > So I completely deleted the source directory and destination > directory, extract the source, ran configure, rebuild and > installed. But still the same errors. According to the open mpi > faq, support for torque must be explicitly added via configure. > (http://www.open-mpi.org/faq/?category=building#build-rte-tm) So > is it still including it somehow? > > > > Thanks, > > Matt > > > > ______________________________ > Matt Cupp > Battelle Memorial Institute > Statistics and Information Analysis > > > > > _______________________________________________ > users mailing list > us...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/users