Skip to content

Clean testsuite: remove StatesPack = yes from all tests and make it default on the GPU as well

Nicolas Tancogne-Dejean requested to merge clean_testsuite into develop

Description

Removing an unnecessary line (StatesPack = yes) in many input files of the testsuite. Make StatesPack = yes also default on the GPU, which yields much better performance because all states are stored on the GPU.

News snippet

Make StatesPack=yes default also for GPUs

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.
Edited by Sebastian Ohlmann

Merge request reports