Skip to content

Enable OpenMP in isf Poisson solver (SGFFT) to increase performance

Sebastian Ohlmann requested to merge sgfft_openmp into develop

Description

The isf poisson solver is already parallelized using openmp, but it has not been used since 2011. Now it is enabled and makes the OpenMP version faster when using more cores.

Note: the MPI version of the isf solver is faster on one core than the serial version because it uses a different algorithm.

News snippet

Enable OpenMP in isf Poisson solver to increase performance

Checklist

Merge request reports