Re: [OMPI users] Help: HPL Compile Problems

2009-07-12 Thread Lee Amy
On Sun, Jul 12, 2009 at 8:13 PM, Dorian Krause wrote: > Hi, > > you can ignore MP... if you set the compiler and linker to mpicc. In my > makefile for hpl I have > > # -- > # - MPI directories - library

Re: [OMPI users] Help: HPL Compile Problems

2009-07-12 Thread Dorian Krause
Hi, you can ignore MP... if you set the compiler and linker to mpicc. In my makefile for hpl I have # -- # - MPI directories - library -- # --

[OMPI users] Help: HPL Compile Problems

2009-07-12 Thread Lee Amy
Hello, I use OpenMPI 1.3.2 and HPL-2.0 to measure clusters performance. However I encountered a problem when I compile the HPL. I don't know how to fill up the MPlib variable item because the default value is $(MPdir)/lib/libmpich.a. Obviously I have to choose a file from OpenMPI to replace it.