273 | | ||[=#PA0230 PA0230] ||transposition z --> x: nz=... is not an integral divisor of pdims(1)= ... ||Due to restrictions in data transposition, the division of [../inipar#nz nz] by the number of processors in x-direction has to be without rest. Please ensure this by changing [../inipar#nz nz] or setting the number of gridpoints in x-direction (pdims(1)) manually by [../d3par#npex npex]. || |
274 | | ||[=#PA0231 PA0231] ||transposition x --> y: nx+1=... is not an integral divisor of pdims(2)= ... || Due to restrictions in data transposition, the division of [../inipar#nx nx]+1 by the number of processors in y-direction has to be without rest. Please ensure this by changing [../inipar#nx nx] or setting the number of gridpoints in y-direction (pdims(2)) manually by [../d3par#npey npex]. || |
275 | | ||[=#PA0232 PA0232] ||transposition y --> z: ny+1=... is not an integral divisor of pdims(1)=... ||Due to restrictions in data transposition, the division of [../inipar#ny ny]+1 by the number of processors in x-direction has to be without rest. Please ensure this by changing [../inipar#ny ny] or setting the number of gridpoints in x-direction (pdims(1)) manually by [../d3par#npex npex]. || |
276 | | ||[=#PA0233 PA0233] ||transposition x --> y: ny+1=... is not an integral divisor of pdims(1)=... ||Due to restrictions in data transposition, the division of [../inipar#ny ny]+1 by the number of processors in x-direction has to be without rest. Please ensure this by changing [../inipar#ny ny] or setting the number of gridpoints in x-direction (pdims(1)) manually by [../d3par#npex npex]. || |
277 | | ||[=#PA0234 PA0234] ||direct transposition z --> y (needed for spectra): nz=... is not an integral divisor of pdims(2)=... || Due to restrictions in data transposition, the division of [../inipar#nz nz] by the number of processors in y-direction has to be without rest. Please ensure this by changing [../inipar#nz nz] or setting the number of gridpoints in y-direction (pdims(2)) manually by [../d3par#npey npey]. || |
| 273 | ||[=#PA0230 PA0230] ||transposition z --> x: nz=... is not an integral multiple of pdims(1)= ... ||Due to restrictions in data transposition, the division of [../inipar#nz nz] by the number of processors in x-direction has to be without rest. Please ensure this by changing [../inipar#nz nz] or setting the number of gridpoints in x-direction (pdims(1)) manually by [../d3par#npex npex]. || |
| 274 | ||[=#PA0231 PA0231] ||transposition x --> y: nx+1=... is not an integral multiple of pdims(2)= ... || Due to restrictions in data transposition, the division of [../inipar#nx nx]+1 by the number of processors in y-direction has to be without rest. Please ensure this by changing [../inipar#nx nx] or setting the number of gridpoints in y-direction (pdims(2)) manually by [../d3par#npey npex]. || |
| 275 | ||[=#PA0232 PA0232] ||transposition y --> z: ny+1=... is not an integral multiple of pdims(1)=... ||Due to restrictions in data transposition, the division of [../inipar#ny ny]+1 by the number of processors in x-direction has to be without rest. Please ensure this by changing [../inipar#ny ny] or setting the number of gridpoints in x-direction (pdims(1)) manually by [../d3par#npex npex]. || |
| 276 | ||[=#PA0233 PA0233] ||transposition x --> y: ny+1=... is not an integral multiple of pdims(1)=... ||Due to restrictions in data transposition, the division of [../inipar#ny ny]+1 by the number of processors in x-direction has to be without rest. Please ensure this by changing [../inipar#ny ny] or setting the number of gridpoints in x-direction (pdims(1)) manually by [../d3par#npex npex]. || |
| 277 | ||[=#PA0234 PA0234] ||direct transposition z --> y (needed for spectra): nz=... is not an integral multiple of pdims(2)=... || Due to restrictions in data transposition, the division of [../inipar#nz nz] by the number of processors in y-direction has to be without rest. Please ensure this by changing [../inipar#nz nz] or setting the number of gridpoints in y-direction (pdims(2)) manually by [../d3par#npey npey]. || |
278 | 278 | ||[=#PA0235 PA0235] ||mg_switch_to_pe0_level out of range and reset to 0 || mg_switch_to_pe0_level was manually set out of range. It was reset to 0, so that the gathering level is determined automatically and displayed in file RUN_CONTROL. See [../inipar#mg_switch_to_pe0_level mg_switch_to_pe0_level] for details. || |
279 | 279 | ||[=#PA0236 PA0236] ||grid coarsening on subdomain level cannot be performed || The multigrid pressure solver halfs the number of grid points in each direction to get coarser grid levels. This is done for the subdomains on each PE until one of the directions cannot be divided by 2 without rest. If this is the case, the coarsest grid level of each subdomain are gathered on each PE for further coarsening. Before gathering, the coarsening must be done for the subdomain at least one time. You get this error messages for example with the following combination: \\ [../inipar#nx nx ] = 60, [../inipar#ny ny ] = 60, [../inipar#nz nz ] = 60, \\ [../d3par#npex npex ] = 4, [../d3par#npey npey ] = 2. \\ With this combination, the subdomain on each PE has the size: \\ nx = 15, ny = 30, nz = 60. \\ The number of grid points in the x-direction of the subdomain cannot be divided by 2 and no coarsening is possible for the subdomains in this example. \\\\ To avoid this error ensure that the number of grid points in each direction can be divided by 2 without rest on the subdomain of an PE at least one time. Therefor vary the number of grid points for the direction which does not fit by changing [../inipar#nx nx ], [../inipar#ny ny ] or [../inipar#nz nz ] or adjust the number of processors by modifying the parameters [../d3par#npex npex ] or [../d3par#npey npey ] in order to get other subdomain sizes. \\ In the example given above, you can avoid the error by changing nx or npex. For example setting [../inipar#nx nx ] = 64 leads to a subdomain of \\ nx = 16, ny = 30, nz = 60. \\ All numbers are now divisible by 2 without rest and the first coarser grid on the subdomain is then: \\ nx = 8, ny = 15, nz = 30. || |