Re: [OMPI users] BLACS vs. OpenMPI 1.1.1 & 1.3

2006-10-03 Thread Michael Kluskens
Additional note on the the BLACS vs. OpenMPI 1.1.1 & 1.3 problems: The BLACS install program xtc_CsameF77 says to not use -DCsameF77 with OpenMPI; however, because of an oversight I used it in my first tests -- for OpenMPI 1.1.1 the errors are the same with and without this setting; howeve

Re: [OMPI users] IB HCA support

2006-10-03 Thread Caird, Andrew J
And in case you think that Scott might be just trying to sell more Cisco HCAs :) I'll be an independant voice stating that they do, indeed, work. And they work quite well and without any real effort to get it going. Thanks to both Cisco and the OpenMPI crew (and the overlap between the two) for ma

Re: [OMPI users] IB HCA support

2006-10-03 Thread Scott Weitzenkamp (sweitzen)
All Cisco/Toppsin IB HCAs (from Mellanox) work with Open MPI. Scott Weitzenkamp SQA and Release Manager Server Virtualization Business Unit Cisco Systems > -Original Message- > From: users-boun...@open-mpi.org > [mailto:users-boun...@open-mpi.org] On Behalf Of Janet Tvedt > Sent: Tuesda

Re: [OMPI users] IB HCA support

2006-10-03 Thread Troy Telford
On Tue, 03 Oct 2006 11:48:14 -0600, Janet Tvedt wrote: I was curious if there is a list showing which InfiniBand HCAs are known to work with Open MPI. I can't claim to know which ones are *known* to work, but I've never seen an IB HCA that didn't work with Open MPI. That being said, here'

Re: [OMPI users] IB HCA support

2006-10-03 Thread Jeff Squyres
There is not, unfortunately. OMPI generally works with any HCA that has a host-side stack based on mVAPI or the new OFED/OpenIB stack. On 10/3/06 1:48 PM, "Janet Tvedt" wrote: > I was curious if there is a list showing which InfiniBand HCAs are known > to work with Open MPI. > > Janet Tvedt >

[OMPI users] IB HCA support

2006-10-03 Thread Janet Tvedt
I was curious if there is a list showing which InfiniBand HCAs are known to work with Open MPI. Janet Tvedt ATST Project / National Solar Observatory Tucson, AZ

Re: [OMPI users] OpenMPI(1.1.1) and Xgrid

2006-10-03 Thread Brian Barrett
On Fri, 2006-09-22 at 10:39 +0200, alberto wrote: > When I execute the simple program: > > #include "mpi.h" > > int main(int argc, char *argv[]) > { > MPI_Init(&argc, &argv); > MPI_Finalize(); > return 1; > } > > > without Xgrid it succed (the execution finish). > If I add the envir

Re: [OMPI users] BLACS vs. OpenMPI 1.1.1 & 1.3

2006-10-03 Thread Jeff Squyres
Thanks Michael -- I've updated ticket 356 with this info for v1.1, and created ticket 464 for the trunk (v1.3) issue. https://svn.open-mpi.org/trac/ompi/ticket/356 https://svn.open-mpi.org/trac/ompi/ticket/464 On 10/3/06 10:53 AM, "Michael Kluskens" wrote: > Summary: > > OpenMPI 1.1.1 and 1.3a

Re: [OMPI users] BLACS vs. OpenMPI 1.1.1 & 1.3

2006-10-03 Thread Michael Kluskens
Summary: OpenMPI 1.1.1 and 1.3a1r11943 have different bugs with regards to BLACS 1.1p3. 1.3 fails where 1.1.1 passes and vice-versus. (1.1.1): Integer, real, double precision SDRV tests fail cases 1 & 51, then lots of errors until Integer SUM test then all tests pass. (1.3): No errors un

Re: [OMPI users] BLACS & OpenMPI

2006-10-03 Thread Åke Sandgren
On Mon, 2006-10-02 at 18:39 -0400, Michael Kluskens wrote: > Having trouble getting BLACS to pass tests. > > OpenMPI, BLACS, and blacstester built just fine. Tester reports > errors for integer and real cases #1 and #51 and more for the other > types.. > >