[petsc-dev] What to do with DMDALocalToLocal routines when adding DMLocalToLocalBegin()/End()?

2013-03-28 Thread Richard Tran Mills
Barry, Yes, you are right. I had erroneously thought that it was a user routine with a manual page; I was thrown off by the nice comment at the beginning. =) --Richard On 3/27/13 11:14 PM, Barry Smith wrote: On Mar 27, 2013, at 2:23 PM, Richard Tran Mills rtm at eecs.utk.edu wrote: As

[petsc-dev] CMake-assisted CUDA builds ready

2013-03-28 Thread Karl Rupp
Hi Dave, thanks for letting me know, I'll merge it to master then. Best regards, Karli On 03/27/2013 04:47 PM, Nystrom, William D wrote: I verified that it works for me also. Thanks, Dave From: petsc-dev-bounces at mcs.anl.gov [petsc-dev-bounces

[petsc-dev] ViennaCL-bindings in next

2013-03-28 Thread Karl Rupp
Hi Dave, yes, OpenCL is much less picky about versions because it is a .so only. No separate compiler(s), just the standardized headers and the vendor-provided libOpenCL.so, which (in the case of GPUs) even come with the driver. No need for an SDK. MUCH cleaner from a maintenance point of

[petsc-dev] VecMDot_SeqCUSP improved

2013-03-28 Thread Jose E. Roman
El 26/03/2013, a las 20:15, Karl Rupp escribi?: Hi Jose, here's the benchmark data obtained on my local machine running an NVIDIA GTX 285 for vectors of size 100k: # Master ./ex43 -n 10 -k 200 -mdot -log_summary VecMDot 5.6363e+01 ./ex43 -n 10 -k 200 -mdot -log_summary