Changes between Version 91 and Version 92 of doc/app/errmsg


Ignore:
Timestamp:
Nov 23, 2011 11:37:03 AM (13 years ago)
Author:
heinze
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v91 v92  
    246246||[=#PA0223 PA0223]   ||psolver = "poisfft_hybrid" can only be used in case of a 1d-decomposition along x     || Siggi ||
    247247||[=#PA0224 PA0224]   ||no matching grid for transpositions found   ||  ||
    248 ||[=#PA0225 PA0225]   ||x-direction: gridpoint number (...) is not an integral divisor of the number of procesors (...)   ||Rieke  ||
     248||[=#PA0225 PA0225]   ||x-direction: gridpoint number (...) is not an integral divisor of the number of processors (...)   ||The division of the number of grid points along the x-direction given by [../inipar#nx nx]+1 by the number of processors along the x-direction has a rest and is therefore not an integral divisor of the number of processors. To solve this problem you must ensure that the aforementioned division is without rest for example by setting the number of PEs in x-direction manually (see [../d3par#npex npex]) or by changing [../inipar#nx nx]. It might also be the case that you did not think about that [../inipar#nx nx]+1 is the total number of gridpoints along the x-direction instead of [../inipar#nx nx].||
    249249||[=#PA0226 PA0226]   ||x-direction: nx does not match the requirements given by the number of PEs used please use nx = ... instead of nx =...   ||Rieke  ||
    250 ||[=#PA0227 PA0227]   ||y-direction: gridpoint number (...) is not an integral divisor of the number of processors (...)   ||Rieke  ||
     250||[=#PA0227 PA0227]   ||y-direction: gridpoint number (...) is not an integral divisor of the number of processors (...)   ||The division of the number of grid points along the y-direction given by [../inipar#ny ny]+1 by the number of processors along the y-direction has a rest and is therefore not an integral divisor of the number of processors. To solve this problem you must ensure that the aforementioned division is without rest for example by setting the number of PEs in y-direction manually (see [../d3par#npey npey]) or by changing [../inipar#ny ny]. It might also be the case that you did not think about that [../inipar#ny ny]+1 is the total number of gridpoints along the y-direction instead of [../inipar#ny ny].  ||
    251251||[=#PA0228 PA0228]   ||y-direction: ny does not match the requirements given by the number of PEs used please use ny = ... instead of ny =...   ||Rieke  ||
    252252||[=#PA0229 PA0229]   ||1d-decomposition along x chosen but nz restrictions may occur since ups-scheme is activated   ||  ||