Skip to content

The select case should be outside of the loop over grid points.

Nicolas Tancogne-Dejean requested to merge improve_exchange_points into main

Description

The select case should be outside of the loop over grid points. Thanks to @tjyderrien for spotting this. OpenMP support is added.

News snippet

Small optimization.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports