hm - 'hg log -f oski.py' shows the first addition as: >>> changeset: 14350:cdcbbfb81b3a user: barrysmith at barry-smiths-macbook-pro.local date: Sat Oct 03 11:10:07 2009 -0500 files: config/PETSc/packages/oski.py src/mat/interface/f90-custom/zmatrixf90.c description: typo in matgetrowijf90() when PETSC_F90_2PTR_PROTO() exists, found in nightly tests <<<
so some one sent this in e-mail [and barry added it in]? satish On Fri, 8 Apr 2011, Matthew Knepley wrote: > On Fri, Apr 8, 2011 at 6:50 AM, Barry Smith <bsmith at mcs.anl.gov> wrote: > > > > > Who put this in and does it do anything? > > > > Jed did. As far as I know, this project is dead. > > Matt > > > > Barry > > > > > > Begin forwarded message: > > > > > From: Kadir Akbudak <kadir at cs.bilkent.edu.tr> > > > Date: April 8, 2011 6:42:40 AM CDT > > > To: petsc-maint at mcs.anl.gov > > > Subject: [petsc-maint #69763] PETSc and OSKI > > > Reply-To: petsc-maint at mcs.anl.gov, Kadir Akbudak < > > kadir at cs.bilkent.edu.tr> > > > > > > Dear Sir or Madam, > > > > > > There is such a configuration script, > > > petsc-3.1-p8/config/PETSc/packages/oski.py, in the PETSc distribution. > > > Does this mean that PETSc uses OSKI sparse matrix-vector routines? If > > > yes, is it possible to use shared libraries? It is written as: > > > self.liblist = [['oski/liboski_Tid.a','oski/liboski.a']] This means > > > the libraries are static. > > > > > > In fact I want to use benefits of OSKI together with my sparse matrix > > > ordering tool, in a numerical method which can be performed by PETSc. > > > > > > Yours Faithfully, > > > > > > Kadir > > > > > > > > > >
