Hi Folks,
I am newbie to Lam. I am a having a little trouble in compiling hpl.
I am at loss to what is that I should specify in this section of the
make file. I have Athlon when compiled Atlas used CBLAS option.
I don't know what to specify to replace the existing values of mpich.
I am using a distribution based on RH.9 and have the following verion
of lam
rpm -qa | grep lam
lam-6.5.8-4
I would really appreciate some pointers in getting this to work.
regards
harshu.
----------------------------------------------------------------------
# - MPI directories - library
------------------------------------------
#
----------------------------------------------------------------------
# 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/software/mpi
MPinc = -I$(MPdir)/include
MPlib = $(MPdir)/lib/libmpich.a
=====
Never underestimate the predictibitly of stupidity!
__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
|