--with-tm=/usr/local/torque2.1.8/

If you are using rsh, then why did you specify to build with Torque?

The deprecated parameter is just a warning and shouldn't cause a problem. The current param would be to specify -mca plm_rsh_agent rsh. No big deal, though - either will work.

You might want to reconfigure with --enable-debug, and then run the job with -mca plm_base_verbose 5 to see what is going on. No idea off hand why you would hit a bus error.

Ralph

On Apr 9, 2009, at 10:53 AM, Tsung Han Shie wrote:

Hi all,

I've build an openmpi-1.3.1 binary on a machine with openSUSE 10.2, gcc 4.1.2。 The cluster I tried to run jobs on uses Silverstorm infiniband system and uses ibverbs as its IB driver. The configure parameters listed below:

./configure --prefix=/d/thshie/vp31/openmpi/ --with-openib=/usr/ local/ibverbs1.1.1/ --with-tm=/usr/local/torque2.1.8/ CFLAGS=-m64 CXXFLAGS=-m64 FFLAGS=-m64 FCFLAGS=-m64 --disable-shared --enable- static

The cluster system uses "rsh" as the process lauch system. While I ran a job with "<mpirun path> --mca pls_rsh_agent rsh -np 128 - machinefile machines -nolocal <job command>". I shows following messages:
====================================================
A deprecated MCA parameter value was specified in the environment or
on the command line.  Deprecated MCA parameters should be avoided;
they may disappear in future releases.

  Deprecated parameter: pls_rsh_agent
--------------------------------------------------------------------------
Bus error
====================================================
I've looked into maling lists. But the contents seemsto be related to the developments of openMPI. Can anyone gives me some guides about how this would happen and how do I fixed it?

_______________________________________________
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users


Reply via email to