From: Emanuele O. <oli...@it...> - 2006-09-28 08:20:51
|
Ops, sorry for the misleding subject: I wrote ATLAS but I meant LAPACK :) Emanuele Olivetti wrote: > Hi, > I'm installing numpy on a 2 cpus intel pentium 4 Linux box. I'm installing BLAS and > LAPACK from sources too and I need to tune compiler flags. Here is the question: which > are the proper flags for compiling LAPACK? Inside lapack.tgz make.inc.LINUX says: > OPTS = -funroll-all-loops -fno-f2c -O3 > instead on scipy.org[0] it's suggested: > OPTS = -O2 ... |