[petsc-dev] Problem with petsc-dev

Keita Teranishi keita at cray.com
Fri Aug 27 13:07:48 CDT 2010


Satish,

Now I got the latest copy using mercurial.  Thanks!
I am going to check the performance with Fermi.  Is there any command line option available to swith CUSP? Or do I have to apply MatConvet() with PETSc function calls?

Thanks,
================================
 Keita Teranishi
 Scientific Library Group
 Cray, Inc.
 keita at cray.com
================================


-----Original Message-----
From: petsc-dev-bounces at mcs.anl.gov [mailto:petsc-dev-bounces at mcs.anl.gov] On Behalf Of Satish Balay
Sent: Friday, August 27, 2010 11:14 AM
To: For users of the development version of PETSc
Subject: Re: [petsc-dev] Problem with petsc-dev

On Fri, 27 Aug 2010, Keita Teranishi wrote:

> Satish,
> 
> Thanks.  I do not see any mercurial package for SUSE, let me try if it works.

source install of mercruial is pretty easy

cd mercurial
python setup.py install --prefix=/foo/bar

[instructions say - use PYTHONPATH - but I like to hardcode it in 'hg'
script] i.e edit /foo/bar/bin/hg and add the following at the very
begining [where mercurial uses a different value of pythonXX -
depending on the python version on your machine]

import sys
sys.path.insert(0,'/foo/bar/lib/pythonXX/site-packages/')

Satish



More information about the petsc-dev mailing list