Skip to content
Snippets Groups Projects

Fix OEP full - spin polarized case

Merged Nicolas Tancogne-Dejean requested to merge fix_oep_polarized into hotfix-12.2
5 files
+ 247
54
Compare changes
  • Side-by-side
  • Inline
Files
5
  • 54d5326e
    Implement PML on GPUs · 54d5326e
    Sebastian Ohlmann authored
    Add buffers for different PML arrays. Implement kernels for applying the
    PML boundary and for updating the convolutions. Change the logic such
    that the batchified code path is taken for PML.
+ 2
1
@@ -49,7 +49,8 @@ dist_opencl_DATA = \
forces.cl \
mod_sqr.cl \
uvw_to_xyz.cl \
curl.cl
curl.cl \
pml.cl
# In order to get `make check' working with a `VPATH' build (e. g. to use
# the `distcheck' target) the pseudopotential files have to be accessible
Loading