Re: [petsc-dev] Compiling PETsc against openblas on Linux

2018-09-02 Thread Antonio
>What goes wrong? Nothing. It's just a manner to monitor that option together BLAS/BLAS64 library. On 02/09/2018 17:45, Matthew Knepley wrote: > On Sun, Sep 2, 2018 at 11:11 AM Antonio > wrote: > >  --with-blas-lapack-lib=-lopenblas --known-64-bit-blas-indices=

Re: [petsc-dev] Compiling PETsc against openblas on Linux

2018-09-02 Thread Matthew Knepley
On Sun, Sep 2, 2018 at 11:11 AM Antonio wrote: > --with-blas-lapack-lib=-lopenblas --known-64-bit-blas-indices=0 > I am curious why you are giving the 64-bit option. This should be figured automatically unless you cannot executable programs on the platform on which you are configuring. What goe

Re: [petsc-dev] Compiling PETsc against openblas on Linux

2018-09-02 Thread Antonio
--with-blas-lapack-lib=-lopenblas --known-64-bit-blas-indices=0 is working. Thanks. On 31/08/2018 20:11, Satish Balay wrote: > It should work. configure.log will have details.. > > Satish > > -- > > balay@asterix /home/balay/petsc (maint=) > $ ./configure --with-blaslapack-lib=-lopen