On Jan 19, 2007, at 2:17 PM, Li-Ta Lo wrote:
> On Fri, 2007-01-19 at 13:25 -0700, Greg Watson wrote:
>> Bluesteel is a 64bit bproc machine. I configured with:
>>
>> ./configure --with-devel-headers --disable-shared --enable-static
>>
>> When I attempt to run an MPI program:
>>
>> [bluesteel.lanl.gov:28663] [0,0,0] ORTE_ERROR_LOG: Not available in
>> file ras_bjs.c at line 247
>> ---------------------------------------------------------------------
>> ---
>> --
>> The bproc PLS component was not able to launch all the processes on
>> the remote
>> nodes and therefore cannot continue.
>>
>> On node 0 the process pid was -2 and errno was set to 11.
>>
>
> Shared lib?
>
> Ollie
The libraries required by the program are:
$ ldd x
librt.so.1 => /lib64/tls/librt.so.1 (0x00002aaaaabc1000)
libbproc.so.4 => /usr/lib64/libbproc.so.4 (0x00002aaaaacdb000)
libdl.so.2 => /lib64/libdl.so.2 (0x00002aaaaade2000)
libnsl.so.1 => /lib64/libnsl.so.1 (0x00002aaaaaee5000)
libutil.so.1 => /lib64/libutil.so.1 (0x00002aaaaaffc000)
libm.so.6 => /lib64/tls/libm.so.6 (0x00002aaaab100000)
libpthread.so.0 => /lib64/tls/libpthread.so.0
(0x00002aaaab286000)
libc.so.6 => /lib64/tls/libc.so.6 (0x00002aaaab39b000)
/lib64/ld-linux-x86-64.so.2 (0x00002aaaaaaab000)
These all appear to be available on the nodes.
Greg
|