Re: [petsc-users] MATLAB and PetSc

2014-04-23 Thread Sudheer Kumar
tain it, so it is a bit broken. If you are > familiar with MATLAB and interfacing with C then git it a try and we can > provide a small amount of support to help you use it, but as I said we > cannot make it perfect ourselves. > >Barry > > > On Apr 22, 2014, at 12:19 P

Re: [petsc-users] MATLAB and PetSc

2014-04-22 Thread Sudheer Kumar
On Tue, Apr 22, 2014 at 9:41 PM, Barry Smith wrote: > How much Matlab code do you have that computes the Jacobian and functions > and is it parallel? How much Matlab code do you have that computes the Jacobian and functions and is it parallel? The MATLAB code that I am working with is of 1000s

[petsc-users] MATLAB and PetSc

2014-04-22 Thread Sudheer Kumar
I request for advice on the following: I have a MATLAB code that uses some Linear algebra (LA) and Linear equation solver (LS) routines. I have to speed up this MATLAB code by using the i) MKL routines for LA calls and ii) Petsc routines for LS calls. I was able to achieve the step (i) using the