Hi -
I've gotten ScaLapack to build and run with the reference BLAS. However, I've encountered some errors when attempting to build it with ATLAS. The errors are all from libf77blas.a and are all similar to:
/home/setup/mtj/ATLAS/lib/Linux_UNKNOWNSSE2_2/libf77blas.a(ATL_F77wrap_idamax.o)(.text+0x1b): In function `atl_f77wrap_idamax__':
ATL_F77wrap_amax.c: undefined reference to `ATL_idamax'
I'm currently building this on an Intel Xeon, but will also be building on Athlon machines. Could anyone who's had success with this config point me in the right direction? I'm currently trying this:
I modified the ATLAS makefile to change -DAdd__ to -DAdd_ since that's what is in the BLACS and ScaLapack makefiles...or given the errors, might I want no underscores?
thanks
tom

