CUDA-C GPU port of VASP: Difference between revisions

From VASP Wiki
Line 28: Line 28:
== Additional information ==
== Additional information ==


* [http://images.nvidia.com/events/sc15/SC5120-vasp-gpus.html The presentation by GPU developer, Max Hutchinson, at SC15.]
* [http://images.nvidia.com/events/sc15/SC5120-vasp-gpus.html The presentation at SC15 by GPU developer Max Hutchinson.]
* [http://on-demand.gputechconf.com/gtc/2014/video/S4692-vasp-accelerating-plane-wave-dft-codes.mp4  GTC 2013 audio & video presentation on the development of GPU-accelerated VASP.]
* [http://on-demand.gputechconf.com/gtc/2014/video/S4692-vasp-accelerating-plane-wave-dft-codes.mp4  GTC 2013 audio & video presentation on the development of GPU-accelerated VASP.]
* [https://www.nsc.liu.se/~pla/ Dr. Peter Larsson's blog (National Supercomputer Centre at Linköping University, Sweden).]   
* [https://www.nsc.liu.se/~pla/ Dr. Peter Larsson's blog (National Supercomputer Centre at Linköping University, Sweden).]   

Revision as of 23:16, 8 February 2016

Several core algorithms of VASP have been ported to run on GPU-accelerated hardware (as of VASP.5.4.1.05Feb16).

Explicity ported to run on GPU-accelerated hardware
  • ALGO= Normal, Fast, and VeryFast have been ported to GPU.
  • LHFCALC=.TRUE.
Unsuported (for now)
  • LREAL=.TRUE. is currently unsuported . The GPU port of VASP requires the use of real-space-projection operators (i.e., LREAL= Auto | .TRUE.).
  • LCALCEPS=.TRUE.
  • The gamma-only version of VASP has not been ported to GPU (yet).


N.B.: The GPU port of VASP is freely available to VASP5-licensees.

People

The GPU port of VASP only exist because of the excellent work of the following people:

  • Maxwell Hutchinson (University of Chicago) and Mike Widom (Carnegie Mellon)
  • Xavier Rozanska and Paul Fleurat-Lessard (ENS-Lyon)
  • Mohamed Hacene, Ani Anciaux-Sedrakian, Diego Klahr, and Thomas Guignon (IFPEN)
  • Jeroen Bedorf, Przemyslaw Tredak, Dusan Stosic, Arash Ashari, Paul Springer Darko Stosic, Christoph Angerer, and Sarah Tariq (NVIDIA)

Publications

Additional information


Contents