LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: Glen Beane (beaneg_at_[hidden])
Date: 2004-11-15 01:08:41


here is the share/ssi/boot/tm/config.log file

here is my configure wrapper:

#!/bin/csh

setenv LAMRSH "ssh"

setenv IBM_HOME /opt/ibmcmp
setenv CXX $IBM_HOME/vacpp/6.0/bin/xlc++
setenv CC $IBM_HOME/vac/6.0/bin/xlc
setenv FC $IBM_HOME/xlf/8.1/bin/xlf95
setenv PREFIX /exports/lam

rm -f config-mine.log

./configure --prefix=$PREFIX --with-rpi=usysv --with-memory-manager=none
--without-romio --with-boot-tm=/exports/pbs --disable-tv >&config-mine.log

tail config-mine.log

rm -f make-mine.log
make all install >& make-mine.log
tail make-mine.log

> On Nov 14, 2004, at 3:53 PM, Glen Beane wrote:
>
>> I'm trying to build lam on OS X with tm support (torque-1.1.0p4). I
>> have torque(PBS) binaries/libraries/include files installed in
>> /exports/pbs
>>
>> I added the --with-boot-tm=/exports/pbs option to configure, but it
>> still coulnd't find tm.h:
>>
>> checking for tm.h... no
>> configure: error: *** Cannot find working tm.h.
>> configure: /bin/sh './configure' *failed* for share/ssi/boot/tm
>> configure: >>> SSI module boot:tm will *not* be compiled
>
>
> Could you send the file share/ssi/boot/tm/config.log? It contains some
> more information that should help in debugging.
>
>> Also does anyone know why lamboot $PBS_NODESFILE (lamboot is using ssh
>> in this case, since I can't get configure to find tm.h) works in
>> interactive mode, but it doesn't work in a non-interactive PBS job
>> (even using the same exact nodes)?
>
>
> No - this has not been our experience with PBS. Can you add the -d
> option to lamboot for the failed case and post that output?
>
> Thanks,
>
> Brian
>