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
Hi,
you can ignore MP... if you set the compiler and linker to mpicc. In my
makefile for hpl I have
# --
# - MPI directories - library --
# --
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.