Re: [petsc-dev] Force synchronization of CUSP vector

2015-02-02 Thread Jed Brown
"Jose E. Roman" writes: > I would like to force the copy of a VECCUSP from/to the GPU. I need this in > user code, in particular from within a shell matrix MatMult. > > Both VecCUSPCopyToGPU() and VecCUSPCopyToGPU_Public() are declared > PETSC_INTERN in a private header. The only public functio

Re: [petsc-dev] Merge branch 'rlacroix/fix_bs_mpibaij_to_mpiaij'

2015-02-02 Thread Barry Smith
Hong, MatConvert is totally broken for bs > 1 and has been for a long time; I've just been living with it being broken. It is on Jed's list to fix Barry > On Feb 2, 2015, at 11:51 AM, Hong wrote: > > Barry, > Your change > https://bitbucket.org/petsc/petsc/commits/fedbf777941bf3b583

[petsc-dev] Force synchronization of CUSP vector

2015-02-02 Thread Jose E. Roman
I would like to force the copy of a VECCUSP from/to the GPU. I need this in user code, in particular from within a shell matrix MatMult. Both VecCUSPCopyToGPU() and VecCUSPCopyToGPU_Public() are declared PETSC_INTERN in a private header. The only public function is VecCUSPCopyToGPUSome_Public().