[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: lapack, blas, gemm under linux/axp



Hi there!

In reply to my own mail from yesterday:
> I'm trying to do this. Basis is Kazushige Goto's libgemm-980901, Michel
> Dayde blas_risc_v1, and the lapack-2.0.8.src.rpm. I modified the spec
> file and did some minor changes in the Makefiles - things are looking
> good, BUT:
> 
> g77 dies with Sig. 11 when in dlarfx.o. I've already looked, but I can't
> find the mail someone sent on how to find out which options are implied
> by -O2 and so on...
> 
> A short reminder, please?!
> 

It also dies making slarfx.o. I found out that one of three optimization
options has to be turned off, then g77 -O6 -mcpu=ev56 -Wa,-mev56 is
successful:

-fno-rerun-cse-after-loop OR -fno-schedule-insns OR -fno-strenght-reduce

Any comments, which one hurts least? Also, any gurus willing to explain
what these options really do?

Also, incorporating the newer RISC-tuned zgemm and cgemm from M. Dayde
poses no problem, so I replaced the older ones with these.

cu,

Jo

-- 
-----------------------------------------
Johannes Hausmann
Carl von Ossietzky Universitaet Oldenburg
FB Physik -- AG Komplexe Systeme

EMail : joe@neuro.uni-oldenburg.de
-----------------------------------------



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index] []