OrderN / CONQUEST-release

Full public release of large scale and linear scaling DFT code CONQUEST
http://www.order-n.org/
MIT License
96 stars 25 forks source link

Idea: Test do concurrent #250

Open tkoskela opened 8 months ago

tkoskela commented 8 months ago

Take one of the OpenMP parallel loops from #195 and rewrite it using do concurrent. Compare performance.

https://www.intel.com/content/www/us/en/docs/fortran-compiler/developer-guide-reference/2023-1/do-concurrent.html https://developer.nvidia.com/blog/accelerating-fortran-do-concurrent-with-gpus-and-the-nvidia-hpc-sdk/