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-14 15:53:49


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:

  *** tm boot setup
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking tm.h usability... no
checking tm.h presence... no
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

does anyone have any ideas?

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)?