Skip to content

Add check for periodic boundary conditions

Sebastian Ohlmann requested to merge fix_periodic_boundaries into develop

Description

Without this check, it can happen that nper=0, i.e. there are no periodic points on the same rank in the domain distribution. This leads to a segfault in the GPU version.

Checklist

Merge request reports