Changes between Version 95 and Version 96 of doc/app/errmsg


Ignore:
Timestamp:
Nov 23, 2011 1:15:23 PM (14 years ago)
Author:
heinze
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v95 v96  
    251251||[=#PA0228 PA0228]   ||y-direction: ny does not match the requirements given by the number of PEs used please use ny = ... instead of ny =...   ||  ||
    252252||[=#PA0229 PA0229]   ||1d-decomposition along x chosen but nz restrictions may occur since ups-scheme is activated   ||  ||
    253 ||[=#PA0230 PA0230]   ||transposition z --> x: nz=... is not an integral divisior of pdims(1)= ...   ||Rieke  ||
    254 ||[=#PA0231 PA0231]   ||transposition x --> y: nx+1=... is not an integral divisor of pdims(2)= ...   ||Rieke ||
    255 ||[=#PA0232 PA0232]   ||transposition y --> z: ny+1=... is not an integral divisor of pdims(1)=...    ||Rieke  ||
    256 ||[=#PA0233 PA0233]   ||transposition x --> y: ny+1=... is not an integral divisor of pdims(1)=...   ||Rieke  ||
     253||[=#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].  ||
     254||[=#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]. ||
     255||[=#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].  ||
     256||[=#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].  ||
    257257||[=#PA0234 PA0234]   ||direct transposition z --> y (needed for spectra): nz=... is not an integral divisor of pdims(2)=...   ||  ||
    258258||[=#PA0235 PA0235]   ||mg_switch_to_pe0_level out of range and reset to default (=0)   ||  ||