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.. > >

Re: [OMPI users] BLACS & OpenMPI

2006-10-02 Thread Michael Kluskens
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.. is an open ticket related to this. Any word on the stat

Re: [OMPI users] BLACS & OpenMPI

2006-10-02 Thread George Bosilca
We usually advertise mpicc as the best way to compile an Open MPI application. This is because the includes and the libs that have to be on the linker command. The problem here is that libmpi.a is not enough as the full installation of Open MPI include 3 sub-projects (OPAL, ORTE and OMPI).

[OMPI users] BLACS & OpenMPI

2006-10-02 Thread Michael Kluskens
Building BLACS 1.1 with patch 3 and OpenMPI 1.1.1 (using gcc and ifort) Configuring the Bmake.inc file, if I set: MPILIB = -lmpi I have no trouble building the install program xsyserrors. However, the more standard approach is to set: MPILIB = $(MPILIBdir)/libmpi.a which generates the fol