Skip to content

Fix position of accel_init call (fixes multisystem test on GPUs)

Sebastian Ohlmann requested to merge fix_accel_init into develop

Description

Move accel_init out of system to run, before fft_init.

This is needed to make the GPU FFTs work - the accel part needs to be initialized before the FFT part. Moreover, accel is a global module and does not depend on system, so probably it's best to be initialized globally.

This also fixes the multisystem test on the GPU.

News snippet

Fix position of accel_init (fixes multisystem test on GPUs).

Checklist

Merge request reports