OpenACC?

Moderators: Site Moderators, FAHC Science Team

Post Reply
bruce
Posts: 20910
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

OpenACC?

Post by bruce »

http://blogs.nvidia.com/blog/2015/07/13/openacc/

Does this mean anything for FAH?
VijayPande
Pande Group Member
Posts: 2058
Joined: Fri Nov 30, 2007 6:25 am
Location: Stanford

Re: OpenACC?

Post by VijayPande »

OpenACC is for adding some GPU acceleration to non-GPU codes. The most performant solution is to write it for the GPU from the ground up in CUDA or OpenCL, as we’ve done in OpenMM (the key code for FAH GPU cores).

OpenACC is more for legacy codes which could use some GPU acceleration. In that context, it seems very cool, with the claim “Computational Chemistry App: 12x Faster, Under 100 Lines of Code - See more at: http://blogs.nvidia.com/blog/2015/07/13 ... yGfnb.dpuf”. Of course, we’re going for way more than a 12x speedup over a single core.
Prof. Vijay Pande, PhD
Departments of Chemistry, Structural Biology, and Computer Science
Chair, Biophysics
Director, Folding@home Distributed Computing Project
Stanford University
Post Reply