Re: [OMPI devel] 1.2b3 fails on bluesteel

2007-01-22 Thread Brian W. Barrett
On Jan 22, 2007, at 10:39 AM, Greg Watson wrote: On Jan 22, 2007, at 9:48 AM, Ralph H Castain wrote: On 1/22/07 9:39 AM, "Greg Watson" wrote: I tried adding '-mca btl ^sm -mca mpi_preconnect_all 1' to the mpirun command line but it still fails with identical error messages. I don't under

Re: [OMPI devel] 1.2b3 fails on bluesteel

2007-01-22 Thread Greg Watson
On Jan 22, 2007, at 9:48 AM, Ralph H Castain wrote: On 1/22/07 9:39 AM, "Greg Watson" wrote: I tried adding '-mca btl ^sm -mca mpi_preconnect_all 1' to the mpirun command line but it still fails with identical error messages. I don't understand the issue with allocating nodes under bproc

Re: [OMPI devel] 1.2b3 fails on bluesteel

2007-01-22 Thread Greg Watson
On Jan 22, 2007, at 9:48 AM, Ralph H Castain wrote: On 1/22/07 9:39 AM, "Greg Watson" wrote: I tried adding '-mca btl ^sm -mca mpi_preconnect_all 1' to the mpirun command line but it still fails with identical error messages. I don't understand the issue with allocating nodes under bproc

Re: [OMPI devel] 1.2b3 fails on bluesteel

2007-01-22 Thread Ralph H Castain
On 1/22/07 9:39 AM, "Greg Watson" wrote: > I tried adding '-mca btl ^sm -mca mpi_preconnect_all 1' to the mpirun > command line but it still fails with identical error messages. > > I don't understand the issue with allocating nodes under bproc. Older > versions of OMPI have always just queri

Re: [OMPI devel] 1.2b3 fails on bluesteel

2007-01-22 Thread Greg Watson
I tried adding '-mca btl ^sm -mca mpi_preconnect_all 1' to the mpirun command line but it still fails with identical error messages. I don't understand the issue with allocating nodes under bproc. Older versions of OMPI have always just queried bproc for the nodes that have permissions set

Re: [OMPI devel] 1.2b3 fails on bluesteel

2007-01-22 Thread Ralph H Castain
Actually, I just looked at my notes on bluesteel and see that it is an unscheduled system - i.e., no LSF to allocate the nodes. That's a problem with the current code. I assume you must be feeding it a hostfile or something?? How are you telling mpirun which nodes to use? Brian and I just talked

Re: [OMPI devel] 1.2b3 fails on bluesteel

2007-01-22 Thread Ralph H Castain
Oh yeah - Galen noted that you also have to do a preconnect, so what you need to add to your command line is: -mca btl ^sm -mca mpi_preconnect_all 1 Ralph On 1/22/07 8:02 AM, "Greg Watson" wrote: > > On Jan 19, 2007, at 4:39 PM, Li-Ta Lo wrote: > >> On Fri, 2007-01-19 at 14:42 -0700, Greg

Re: [OMPI devel] 1.2b3 fails on bluesteel

2007-01-22 Thread Ralph H Castain
1.2 supports bproc just fine. There is an issue that I am currently working on that is causing a problem on both 1.2 and the trunk. For the moment, you need to disable shared memory: "--mca btl ^sm" Other than that, it seems to be working fine on flash, acme, and coyote. On 1/22/07 8:02 AM, "Gre

Re: [OMPI devel] 1.2b3 fails on bluesteel

2007-01-22 Thread Greg Watson
On Jan 19, 2007, at 4:39 PM, Li-Ta Lo wrote: On Fri, 2007-01-19 at 14:42 -0700, Greg Watson wrote: The libraries required by the program are: $ ldd x librt.so.1 => /lib64/tls/librt.so.1 (0x2abc1000) libbproc.so.4 => /usr/lib64/libbproc.so.4 (0x2acdb000)

Re: [OMPI devel] 1.2b3 fails on bluesteel

2007-01-19 Thread Li-Ta Lo
On Fri, 2007-01-19 at 14:42 -0700, Greg Watson wrote: > > The libraries required by the program are: > > $ ldd x > librt.so.1 => /lib64/tls/librt.so.1 (0x2abc1000) > libbproc.so.4 => /usr/lib64/libbproc.so.4 (0x2acdb000) > libdl.so.2 => /lib64/libdl.so.2

Re: [OMPI devel] 1.2b3 fails on bluesteel

2007-01-19 Thread Greg Watson
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

Re: [OMPI devel] 1.2b3 fails on bluesteel

2007-01-19 Thread Li-Ta Lo
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

[OMPI devel] 1.2b3 fails on bluesteel

2007-01-19 Thread Greg Watson
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 ---