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.
#
# ----------------------------------------------------------------------
# - Message Passing library (MPI) --------------------------------------
# ----------------------------------------------------------------------
# MPinc tells the C compiler where to find the Message Passing library
# header files, MPlib is defined to be the name of the library to be
# used. The variable MPdir is only used for defining MPinc and MPlib.
#
MPdir = /usr/local/openmpi
MPinc = -I$(MPdir)/include
MPlib = $(MPdir)/lib/libmpich.a
Could anyone tell me how to fix that problem?
Thank you very much.
Regards,
Amy Lee
|