LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Beth Kirschner (bkirschn_at_[hidden])
Date: 2005-05-27 08:29:45


Hi,

   I'm having trouble getting 'lamboot' to execute from within a PBS
script on a Mac OSX box. It runs fine without PBS. Has anyone else had
success with this?

   I've tried building Lam 7.1.1 in two configurations:

    # configure --prefix=/usr/local/lam-7.1.1 -with-rsh="ssh -x"
--without-fc
    # configure --prefix=/usr/local/lam-7.1.1 -with-rsh="ssh -x"
--without-fc --with-boot=tm --with-boot-tm=/usr/local/pbs

   Here's the script I've been running:

    #PBS -l nodes=1:ppn=2
    /usr/local/lam-7.1.1/bin/lamboot -d -v ${PBS_NODEFILE}

   Here's some of the output:

    n-1<7964> ssi:boot:base:server: opened port 55040
    n-1<7964> ssi:boot:base:linear: booting n0 (x.grid.umich.edu)
    n-1<7964> ssi:boot:rsh: starting lamd on (x.grid.umich.edu)
    n-1<7964> ssi:boot:rsh: starting on n0 (x.grid.umich.edu): hboot -t
-c lam-conf.lamd -d -v -sessionsuffix pbs-3497.x.grid.umich.edu -I -H
141.211.23.234 -P 55040 -n 0 -o 0
    n-1<7964> ssi:boot:rsh: launching locally
    n-1<7964> ssi:boot:base:linear: Failed to boot n0 (x.grid.umich.edu)
    n-1<7964> ssi:boot:base:server: closing server socket
    n-1<7964> ssi:boot:base:linear: aborted!
    lamboot did NOT complete successfully

   Any ideas?
   - Beth