GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
WALBERLA_CHECK(numProcs%16!=0,"An integer multiple of 16 MPI ranks has to be used due to horizontal periodicity and domain decomposition requirements!");
uint_tXBlocks;
uint_tYBlocks;
uint_tZBlocks;
if(numProcs>=192)
if(numProcs>192)
{
XBlocks=uint_t(6);
YBlocks=uint_t(6);
ZBlocks=uint_c(numProcs)/(XBlocks*YBlocks);
WALBERLA_CHECK(numProcs%36==0,"An integer multiple of 36 MPI ranks has to be used due to horizontal periodicity and domain partitioning requirements!");
WALBERLA_CHECK(numProcs%16==0,"An integer multiple of 16 MPI ranks has to be used due to horizontal periodicity and domain partitioning requirements!");