Lib-DVM - detailed design (contents) Part 1(1-7) Part 2 (8-11) Part 3 (12)
Error messages
(12.11-12.14)
Error messages
back <> forward
beginning
document date: february, 2001 - last edited 03.05.01 -

12.11 Exchange of shadow edges of distributed arrays

*** RTS err 080.000: wrong call inssh_
(the shadow group is not a DVM object;
ShadowGroupRef = <reference to the shadow edges group>)
The object specified in the function call as shadow edge group is not a DVM-object.

*** RTS err 080.001: wrong call inssh_
(the object is not a shadow group;
ShadowGroupRef = <reference to the shadow edges group>)
The object specified in the function call as shadow edges group is not a shadow edge group.

*** RTS err 080.002: wrong call inssh_
(the object is not a distributed array;
ArrayHeader[0] = <reference to the distributed array>)
The object specified in the function call as distributed array is not a distributed array.

*** RTS err 080.003: wrong call inssh_
(the shadow group was not created by the current subtask;
ShadowGroupRef = <reference to the shadow edges group>;
ShadowGroupEnvIndex = <distance from subtask tree root to the node, corresponding to the subtask, which created shadow edge group>;
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>)
Attempt to include shadow edges of distributed array in shadow edge group, created not in the current subtask.

*** RTS err 080.005: wrong call inssh_
(the array has not been aligned;
ArrayHeader[0] = <reference to the distributed array>)
Distributed array which shadow edges were included in the group, was not mapped earlier by align_ (realn_) function.

*** RTS err 080.006: wrong call inssh_
(the array PS is not a subsystem of the current PS;
ArrayHeader[0] = <reference to the distributed array>;
ArrayPSRef = <reference to processor system, distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Processor system, distributed array, passed to the function, is mapped on, is not the current processor system or its direct or indirect subsystem.

*** RTS err 080.007: wrong call inssh_
(the shadow edges exchange has not been completed;
ArrayHeader[0] = <reference to the distributed array>;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to include distributed array in shadow edge group before completion of previous shadow edge renewing of the group.

*** RTS err 080.008: wrong call inssh_
(the import receiving has not been completed;
ArrayHeader[0] = <reference to the distributed array>;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to include distributed array in shadow edge group, before completion of previous receiving of imported elements of the group.

*** RTS err 080.009: wrong call inssh_
(the export sending has not been completed;
ArrayHeader[0] = <reference to the distributed array>;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to include distributed array in shadow edge group before completion of previous sending of exported elements of the group.

*** RTS err 080.010: wrong call inssh_
(the local receiving has not been completed;
ArrayHeader[0] = <reference to the distributed array>;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to include distributed array in shadow edge group before completion of previous receiving of local elements of the group, initiated by recvla_ function.

*** RTS err 080.011: wrong call inssh_
(the boundary sending has not been completed;
ArrayHeader[0] = <reference to the distributed array>;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to include distributed array in shadow edge group before completion of previous sending of boundary elements of the group, initiated by sendsa_ function.

*** RTS err 080.014: wrong call inssh_
(invalid LowShdWidthArray[<element index>] = <element value>)
Wrong value of low edge width in specified element of array LowShdWidthArray (is negative or more than width, specified when creating array).

*** RTS err 080.015: wrong call inssh_
(invalid HiShdWidthArray[<element index>] = <element value>)
Wrong value of high edge width in specified element of array HiShdWidthArray (is negative or more than width, specified when creating array).

*** RTS err 080.020: wrong call insshd_
(the shadow group is not a DVM object;
ShadowGroupRef= <reference to the shadow edges group>)
The object specified in the function call as shadow edge group is not a DVM-object.

*** RTS err 080.021: wrong call insshd_
(the object is not a shadow group;
ShadowGroupRef = <reference to the shadow edges group>)
The object specified in the function call as shadow edges group is not a shadow edge group.

*** RTS err 080.022: wrong call insshd_
(the object is not a distributed array;
ArrayHeader[0] = <reference to the distributed array>)
The object specified in the function call as distributed array is not a distributed array.

*** RTS err 080.023: wrong call insshd_
(the shadow group was not created by the current subtask;
ShadowGroupRef = <reference to the shadow edges group>;
ShadowGroupEnvIndex = <distance from subtask tree root to the node, corresponding to the subtask, which created shadow edge group>;
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>)
Attempt to include shadow edges of distributed array in shadow edge group, created not in the current subtask.

*** RTS err 080.024: wrong call insshd_
(the array has not been aligned;
ArrayHeader[0] = <reference to the distributed array>);
Distributed array, which shadow edges is included in the group, was not mapped earlier by align_ (realn_) function.

*** RTS err 080.025: wrong call insshd_
(the array PS is not a subsystem of the current PS;
ArrayHeader[0] = <reference to the distributed array>;
ArrayPSRef = <reference to processor system, the distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>);
Processor system, distributed array, passed to the function, is mapped on, is not the current processor system or its direct or indirect subsystem.

*** RTS err 080.026: wrong call insshd_
(the shadow edges exchange has not been completed;
ArrayHeader[0] = <reference to the distributed array>;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to include distributed array in shadow edge group before completion of previous shadow edge renewing of the group.

*** RTS err 080.027: wrong call insshd_
(the import receiving has not been completed;
ArrayHeader[0] = <reference to the distributed array>;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to include distributed array in shadow edge group before completion of previous receiving of imported elements of the group.

*** RTS err 080.028: wrong call insshd_
(the export sending has not been completed;
ArrayHeader[0] = <reference to the distributed array>;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to include distributed array in shadow edge group before completion of previous sending of exported elements of the group.

*** RTS err 080.029: wrong call insshd_
(the local receiving has not been completed;
ArrayHeader[0] = <reference to the distributed array>;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to include distributed array in shadow edge group before completion of previous receiving of local elements of the group, initiated by recvla_ function.

*** RTS err 080.030: wrong call insshd_
(the boundary sending has not been completed;
ArrayHeader[0] = <reference to the distributed array>;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to include distributed array in shadow edge group before completion of previous sending of boundary elements of the group, initiated by sendsa_ function.

*** RTS err 080.031: wrong call insshd_
(invalid MaxShdCount = <*MaxShdCountPtr parameter value, passed to the function>)
Wrong value of *MaxShdCountPtr parameter ( < 1 ).

*** RTS err 080.032: wrong call insshd_
(invalid ShdSignArray[<element index>] = <element value>)
Wrong value of participation code of array dimension in edge forming in specified element of ShdSignArray array ( < 1 or > 7).

*** RTS err 080.033: wrong call insshd_
(the boundary of the distributed array is empty)
All elements of ShdSignArray array of participation codes of array dimensions in edge forming are one (empty edge). ShdSignArray is the array of edge forming participation codes of dimensions of distributed array, specified in insshd_ function call.

*** RTS err 080.034: wrong call insshd_
(invalid LowShdWidthArray[<element index>] = <element value>)
Wrong value of low edge width in specified element of array LowShdWidthArray (is negative or more than width, specified when creating array).

*** RTS err 080.035: wrong call insshd_
(invalid HiShdWidthArray[<element index>] = <element value>)
Wrong value of high edge width in specified element of array HiShdWidthArray (is negative or more than width, specified when creating array).

*** RTS err 080.040: wrong call strtsh_
(the shadow group is not a DVM object;
ShadowGroupRef = <reference to the shadow edges group>)
The object specified in the function call as shadow edge group is not a DVM-object.

*** RTS err 080.041: wrong call strtsh_
(the object is not a shadow group;
ShadowGroupRef = <reference to the shadow edges group>)
The object specified in the function call as shadow edges group is not a shadow edge group.

*** RTS err 080.042: wrong call strtsh_
(the shadow edges exchange has already been started;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to start the group shadow edge renewing before completion of previous shadow edge renewing of the group.

*** RTS err 080.043: wrong call strtsh_
(the import receiving has not been completed;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to start the group shadow edge renewing before completion of previous receiving of imported elements of the group.

*** RTS err 080.044: wrong call strtsh_
(the export sending has not been completed;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to start the group shadow edge renewing before completion of previous sending of exported elements of the group.

*** RTS err 080.045: wrong call strtsh_
(the local receiving has not been completed;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to start shadow edge group exchange before completion of previous receiving of local elements of the group, initiated by recvla_ function.

*** RTS err 080.046: wrong call strtsh_
(the boundary sending has not been completed;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to start shadow edge group exchange before completion of previous sending of boundary elements of the group, initiated by sendsa_ function.

*** RTS err 080.047: wrong call strtsh_
(the array PS is not a subsystem of the current PS;
ShadowGroupRef = <reference to the shadow edges group>;
ArrayHeader[0] = <reference to the distributed array>;
ArrayPSRef = <reference to processor system, the distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>);
Processor system, distributed array, registered in the group, is mapped on, is not the current processor system or its direct or indirect subsystem.

*** RTS err 080.050: wrong call recvsh_
(the shadow group is not a DVM object;
ShadowGroupRef = <reference to the shadow edges group>)
The object specified in the function call as shadow edge group is not a DVM-object.

*** RTS err 080.051: wrong call recvsh_
(the object is not a shadow group;
ShadowGroupRef = <reference to the shadow edges group>)
The object specified in the function call as shadow edges group is not a shadow edge group.

*** RTS err 080.052: wrong call recvsh_
(the shadow edges exchange has not been completed;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to start receiving imported elements of the arrays, registered in the group, before completion of previous shadow edge renewing of the group.

*** RTS err 080.053: wrong call recvsh_
(the import receiving has already been started;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to start receiving imported elements of the arrays, registered in the group, before completion of previous receiving.

*** RTS err 080.054: wrong call recvsh_
(the boundary sending has not been completed;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to start receiving imported elements of the arrays, registered in the group, before completion of previous sending of boundary elements of the arrays.

*** RTS err 080.056: wrong call recvsh_
(export sending or local receiving has already been started by an other subtask;
ShadowGroupRef = <reference to the shadow edges group>;
SendEnvIndex = <distance from subtask tree root to the node, corresponding to the subtask, starting exported element sending or local element receiving>;
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>)
Attempt to receive imported elements before completion of previous operation of sending exported elements or receiving local elements, started not by the current subtask.

*** RTS err 080.057: wrong call recvsh_
(the array PS is not a subsystem of the current PS;
ShadowGroupRef = <reference to the shadow edges group>;
ArrayHeader[0] = <reference to the distributed array>;
ArrayPSRef = <reference to processor system, the distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>);
Processor system, distributed array, registered in the group, is mapped on, is not the current processor system or its direct or indirect subsystem.

*** RTS err 080.060: wrong call sendsh_
(the shadow group is not a DVM object;
ShadowGroupRef = <reference to the shadow edges group>)
The object specified in the function call as shadow edge group is not a DVM-object.

*** RTS err 080.061: wrong call sendsh_
(the object is not a shadow group;
ShadowGroupRef = <reference to the shadow edges group>)
The object specified in the function call as shadow edges group is not a shadow edge group.

*** RTS err 080.062: wrong call sendsh_
(the shadow edges exchange has not been completed;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to start sending exported elements of the arrays, registered in the group, before completion of previous shadow edge renewing of the group.

*** RTS err 080.063: wrong call sendsh_
(the export sending has already been started;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to start sending exported elements of the arrays, registered in the group, before completion of previous sending.

*** RTS err 080.064: wrong call sendsh_
(the local receiving has not been completed;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to start sending exported elements of the arrays, registered in the group, before completion of previous receiving of local elements of the arrays.

*** RTS err 080.066: wrong call sendsh_
(import receiving or boundary sending has already been started by an other subtask;
ShadowGroupRef = <reference to the shadow edges group>;
RecvEnvIndex = <distance from subtask tree root to the node, corresponding to the subtask, starting imported element receiving or boundary element sending>;
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>)
Attempt to send exported elements before completion of previous operation of imported element receiving or boundary element sending, started not by the current subtask.

*** RTS err 080.067: wrong call sendsh_
(the array PS is not a subsystem of the current PS;
ShadowGroupRef = <reference to the shadow edges group>;
ArrayHeader[0] = <reference to the distributed array>;
ArrayPSRef = <reference to processor system, the distributed array is mapped on>
CurrentPSRef = <reference to the current processor system>);
Processor system, distributed array, registered in the group, is mapped on, is not the current processor system or its direct or indirect subsystem.

*** RTS err 080.070: wrong call waitsh_
(the shadow group is not a DVM object;
ShadowGroupRef= <reference to the shadow edges group>)
The object specified in the function call as shadow edge group is not a DVM-object.

*** RTS err 080.071: wrong call waitsh_
(the object is not a shadow group;
ShadowGroupRef = <reference to the shadow edges group>)
The object specified in the function call as shadow edges group is not a shadow edge group.

*** RTS err 080.072: wrong call waitsh_
(the shadow edges exchange has not been started;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to wait for completion of not started shadow edge renewing of specified group. The diagnostics is reported if the attempt is made to wait completion of local or imported element receiving or local or exported element sending but the operations were not started (the operations are started by recvla_, recvsh_, sendsa_ and sendsh_ functions).

*** RTS err 080.073: wrong call waitsh_
(the shadow edges exchange was not started by the current subtask;
ShadowGroupRef = <reference to the shadow edges group>;
ShdEnvIndex = <distance from subtask tree root to the node, corresponding to the subtask, starting shadow edge renewing operation>;
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>)
Attempt to wait for completion of shadow edges renewing, started by not the current subtask.

*** RTS err 080.080: wrong call delshg_
(the shadow group is not a DVM object;
ShadowGroupRef = <reference to the shadow edges group>)
The object specified in the function call as shadow edge group is not a DVM-object.

*** RTS err 080.081: wrong call delshg_
(the object is not a shadow group;
ShadowGroupRef = <reference to the shadow edges group>)
The object specified in the function call as shadow edges group is not a shadow edge group.

*** RTS err 080.082: wrong call delshg_
(the shadow group was not created by the current subtask;
ShadowGroupRef = <reference to the shadow edges group>;
ShadowGroupEnvIndex = <distance from subtask tree root to the node, corresponding to the subtask, which created shadow edge group>;
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>)
Attempt to delete shadow edges group, created not in the current subtask.

*** RTS err 080.083: wrong call delshg_
(the shadow edges exchange has not been completed;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to delete shadow edge group before completion of the group shadow edge renewing, exported elements sending or imported element receiving.

*** RTS fatal err 080.090: overflow of the shadow buffer counter
Overflow of internal buffer counter of Run-Time System.

*** RTS err 080.150: wrong call sendsa_
(the shadow group is not a DVM object;
ShadowGroupRef = <reference to the shadow edges group>)
The object specified in the function call as shadow edge group is not a DVM-object.

*** RTS err 080.151: wrong call sendsa_
(the object is not a shadow group;
ShadowGroupRef = <reference to the shadow edges group>)
The object specified in the function call as shadow edges group is not a shadow edge group.

*** RTS err 080.152: wrong call sendsa_
(the shadow edges exchange has not been completed;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to start sending boundary elements of the arrays, registered in the group, before completion of previous shadow edge renewing of the group.

*** RTS err 080.153: wrong call sendsa_
(the boundary sending has already been started;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to start sending boundary elements of the arrays, registered in the group, before completion of previous sending.

*** RTS err 080.154: wrong call sendsa_
(the import receiving has not been completed;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to start sending boundary elements of the arrays, registered in the group, before completion of previous receiving of imported elements of the arrays.

*** RTS err 080.156: wrong call sendsa_
(export sending or local receiving has already been started by an other subtask;
ShadowGroupRef = <reference to the shadow edges group>;
SendEnvIndex = <distance from subtask tree root to the node, corresponding to the subtask, starting exported element sending or local element receiving>;
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>)
Attempt to send boundary elements before completion of previous operation of exported element sending or local element receiving, started by not current subtask.

*** RTS err 080.157: wrong call sendsa_
(the array PS is not a subsystem of the current PS;
ShadowGroupRef = <reference to the shadow edges group>;
ArrayHeader[0] = <reference to the distributed array>;
ArrayPSRef = <reference to processor system, the distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>);
Processor system, distributed array, registered in the group, is mapped on, is not the current processor system or its direct or indirect subsystem.

*** RTS err 080.160: wrong call recvla_
(the shadow group is not a DVM object;
ShadowGroupRef = <reference to the shadow edges group>)
The object specified in the function call as shadow edge group is not a DVM-object.

*** RTS err 080.161: wrong call recvla_
(the object is not a shadow group;
ShadowGroupRef = <reference to the shadow edges group>)
The object specified in the function call as shadow edges group is not a shadow edge group.

*** RTS err 080.162: wrong call recvla_
(the shadow edges exchange has not been completed;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to start receiving local elements of the arrays, registered in the group, before completion of previous shadow edge renewing of the group.

*** RTS err 080.163: wrong call recvla_
(the local receiving has already been started;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to start receiving local elements of the arrays, registered in the group, before completion of previous receiving.

*** RTS err 080.164: wrong call recvla_
(the export sending has not been completed;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to start receiving local elements of the arrays, registered in the group, before completion of previous sending of exported elements of the arrays.

*** RTS err 080.166: wrong call recvla_
(import receiving or boundary sending has already been started by an other subtask;
ShadowGroupRef = <reference to the shadow edges group>;
RecvEnvIndex = <distance from subtask tree root to the node, corresponding to the subtask, starting imported element receiving or boundary element sending>;
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>)
Attempt to send exported elements before completion of previous operation of imported element sending or boundary element sending, started by not the current subtask.

*** RTS err 080.167: wrong call recvla_
(the array PS is not a subsystem of the current PS;
ShadowGroupRef = <reference to the shadow edges group>;
ArrayHeader[0] = <reference to the distributed array>;
ArrayPSRef = <reference to processor system, the distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>);
Processor system, distributed array, registered in the group, is mapped on, is not the current processor system or its direct or indirect subsystem.

*** RTS err 080.200: wrong call incsh_
(the shadow group is not a DVM object;
ShadowGroupRef = <reference to the shadow edges group>)
The object specified in the function call as shadow edge group is not a DVM-object.

*** RTS err 080.201: wrong call incsh_
(the object is not a shadow group;
ShadowGroupRef = <reference to the shadow edges group>)
The object specified in the function call as shadow edges group is not a shadow edge group.

*** RTS err 080.202: wrong call incsh_
(the object is not a distributed array;
ArrayHeader[0] = <reference to the distributed array>)
The object specified in the function call as distributed array is not a distributed array.

*** RTS err 080.203: wrong call incsh_
(the shadow group was not created by the current subtask;
ShadowGroupRef = <reference to the shadow edges group>;
ShadowGroupEnvIndex = <distance from subtask tree root to the node, corresponding to the subtask, which created shadow edge group>;
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>)
Attempt to include shadow edges of distributed array in shadow edge group, created not in the current subtask.

*** RTS err 080.205: wrong call incsh_
(the array has not been aligned;
ArrayHeader[0] = <reference to the distributed array>)
Distributed array which shadow edges were included in the group, was not mapped earlier by align_ (realn_) function.

*** RTS err 080.206: wrong call incsh_
(the array PS is not a subsystem of the current PS;
ArrayHeader[0] = <reference to the distributed array>;
ArrayPSRef = <reference to processor system, distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Processor system, distributed array, passed to the function, is mapped on, is not the current processor system or its direct or indirect subsystem.

*** RTS err 080.207: wrong call incsh_
(the shadow edges exchange has not been completed;
ArrayHeader[0] = <reference to the distributed array>;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to include distributed array in shadow edge group before completion of previous shadow edge renewing of the group.

*** RTS err 080.208: wrong call incsh_
(the import receiving has not been completed;
ArrayHeader[0] = <reference to the distributed array>;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to include distributed array in shadow edge group, before completion of previous receiving of imported elements of the group.

*** RTS err 080.209: wrong call incsh_
(the export sending has not been completed;
ArrayHeader[0] = <reference to the distributed array>;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to include distributed array in shadow edge group before completion of previous sending of exported elements of the group.

*** RTS err 080.210: wrong call incsh_
(the local receiving has not been completed;
ArrayHeader[0] = <reference to the distributed array>;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to include distributed array in shadow edge group before completion of previous receiving of local elements of the group, initiated by recvla_ function.

*** RTS err 080.211: wrong call incsh_
(the boundary sending has not been completed;
ArrayHeader[0] = <reference to the distributed array>;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to include distributed array in shadow edge group before completion of previous sending of boundary elements of the group, initiated by sendsa_ function.

*** RTS err 080.214: wrong call incsh_
(invalid InitDimIndex[<element index>] = <initial value of index variable>)
Wrong (< - 1) initial value of index variable in given element of InitDimIndex array.

*** RTS err 080.215: wrong call incsh_
(InitDimIndex[<element index>] = <initial value of index variable> > LastDimIndex[<element index>] = <last value of index variable >)
Initial value of index variable in given element of InitDimIndex array is more than its last value in given element of LastDimIndex array.

*** RTS err 080.216: wrong call incsh_
(invalid LastDimIndex[<element index>] = <last value of index variable>
³ <size of distributed array dimension>)
Last value of index variable in given element of LastDimIndex array is more than or equal to size of (<element index> + 1)-th dimension of distributed array.

*** RTS err 080.220: wrong call incsh_
(invalid LastLowShdIndex[<element index>] = <low shadow edge width>)
Wrong value of low shadow edge width in given element of LastLowShdIndex (negative or exceeds the width specified when the array was created). The diagnostics may be reported, if InitLowShdIndex[<element index>] = - 1.

*** RTS err 080.225: wrong call incsh_
(invalid InitLowShdIndex[<element index>] = <initial relative value of index variable>)
Wrong (< -1) initial relative value of index variable in given element of InitLowShdIndex array.

*** RTS err 080.226: wrong call incsh_
(InitLowShdIndex[<element index>] = <initial relative value of index variable> > LastLowShdIndex[<element index>] = <last relative value of index variable>)
Initial relative value of index variable in given element of InitLowShdIndex array is more than its last relative value in given element of LastLowShdIndex array.

*** RTS err 080.227: wrong call incsh_
(invalid LastLowShdIndex[<element index>] = <last relative value of index variable>
³ <low shadow edge width of distributed array>)
Last relative value of index variable in given element of LastLowShdIndex array is more than or equal to low shadow edge width (specified when the array was created) of (<element index> + 1)-th dimension of distributed array.

*** RTS err 080.230: wrong call incsh_
(invalid LastHiShdIndex[<element index>] = <high shadow edge width>)
Wrong value of high shadow edge width in given element of LastHiShdIndex (negative or exceeds the width specified when the array was created). The diagnostics may be reported, if InitHiShdIndex[<element index>] = - 1.

*** RTS err 080.235: wrong call incsh_
(invalid InitHiShdIndex[<element index>] = <initial relative value of index variable>)
Wrong (< - 1) initial relative value of index variable in given element of InitHiShdIndex array.

*** RTS err 080.236: wrong call incsh_
(InitHiShdIndex[<element index>] = <initial relative value of index variable> > LastHiShdIndex[<element index>] = <last relative value of index variable>)
Initial relative value of index variable in given element of InitHiShdIndex array is more than its last relative value in given element of LastHiShdIndex array.

*** RTS err 080.237: wrong call incsh_
(invalid LastHiShdIndex[<element index>] = <last relative value of index variable>
³ <high shadow edge width of distributed array>)
Last relative value of index variable in given element of LastHiShdIndex array is more than or equal to high shadow edge width (specified when the array was created) of (<element index> + 1)-th dimension of distributed array.

*** RTS err 080.250: wrong call incshd_
(the shadow group is not a DVM object;
ShadowGroupRef= <reference to the shadow edges group>)
The object specified in the function call as shadow edge group is not a DVM-object.

*** RTS err 080.251: wrong call incshd_
(the object is not a shadow group;
ShadowGroupRef = <reference to the shadow edges group>)
The object specified in the function call as shadow edges group is not a shadow edge group.

*** RTS err 080.252: wrong call incshd_
(the object is not a distributed array;
ArrayHeader[0] = <reference to the distributed array>)
The object specified in the function call as distributed array is not a distributed array.

*** RTS err 080.253: wrong call incshd_
(the shadow group was not created by the current subtask;
ShadowGroupRef = <reference to the shadow edges group>;
ShadowGroupEnvIndex = <distance from subtask tree root to the node, corresponding to the subtask, which created shadow edge group>;
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>)
Attempt to include shadow edges of distributed array in shadow edge group, created not in the current subtask.

*** RTS err 080.254: wrong call incshd_
(the array has not been aligned;
ArrayHeader[0] = <reference to the distributed array>);
Distributed array, which shadow edges is included in the group, was not mapped earlier by align_ (realn_) function.

*** RTS err 080.255: wrong call incshd_
(the array PS is not a subsystem of the current PS;
ArrayHeader[0] = <reference to the distributed array>;
ArrayPSRef = <reference to processor system, the distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>);
Processor system, distributed array, passed to the function, is mapped on, is not the current processor system or its direct or indirect subsystem.

*** RTS err 080.256: wrong call incshd_
(the shadow edges exchange has not been completed;
ArrayHeader[0] = <reference to the distributed array>;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to include distributed array in shadow edge group before completion of previous shadow edge renewing of the group.

*** RTS err 080.257: wrong call incshd_
(the import receiving has not been completed;
ArrayHeader[0] = <reference to the distributed array>;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to include distributed array in shadow edge group before completion of previous receiving of imported elements of the group.

*** RTS err 080.258: wrong call incshd_
(the export sending has not been completed;
ArrayHeader[0] = <reference to the distributed array>;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to include distributed array in shadow edge group before completion of previous sending of exported elements of the group.

*** RTS err 080.259: wrong call incshd_
(the local receiving has not been completed;
ArrayHeader[0] = <reference to the distributed array>;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to include distributed array in shadow edge group before completion of previous receiving of local elements of the group, initiated by recvla_ function.

*** RTS err 080.260: wrong call incshd_
(the boundary sending has not been completed;
ArrayHeader[0] = <reference to the distributed array>;
ShadowGroupRef = <reference to the shadow edges group>)
Attempt to include distributed array in shadow edge group before completion of previous sending of boundary elements of the group, initiated by sendsa_ function.

*** RTS err 080.261: wrong call incshd_
(invalid MaxShdCount = <*MaxShdCountPtr parameter value, passed to the function>)
Wrong value of *MaxShdCountPtr parameter ( < 1 ).

*** RTS err 080.264: wrong call incshd_
(invalid InitDimIndex[<element index>] = <initial value of index variable>)
Wrong (< - 1) initial value of index variable in given element of InitDimIndex array.

*** RTS err 080.265: wrong call incshd_
(InitDimIndex[<element index>] = <initial value of index variable> > LastDimIndex[<element index>] = <last value of index variable>)
Initial value of index variable in given element of InitDimIndex array is more than its last value in given element of LastDimIndex array.

*** RTS err 080.266: wrong call incshd_
(invalid LastDimIndex[<element index>] = <last value of index variable>
³ <size of distributed array dimension>)
Last value of index variable in given element of LastDimIndex array is more than or equal to size of (<element index> + 1)-th dimension of distributed array.

*** RTS err 080.270: wrong call incshd_
(invalid LastLowShdIndex[<element index>] = <low shadow edge width>)
Wrong value of low shadow edge width in given element of LastLowShdIndex (negative or exceeds the width specified when the array was created). The diagnostics may be reported, if InitLowShdIndex[<element index>] = - 1.

*** RTS err 080.275: wrong call incshd_
(invalid InitLowShdIndex[<element index>] = <initial relative value of index variable>)
Wrong (<- 1) initial relative value of index variable in given element of InitLowShdIndex array.

*** RTS err 080.276: wrong call incshd_
(InitLowShdIndex[<element index>] = <initial relative value of index variable> > LastLowShdIndex[<element index>] = <last relative value of index variable>)
Initial relative value of index variable in given element of InitLowShdIndex array is more than its last relative value in given element of LastLowShdIndex array.

*** RTS err 080.277: wrong call incshd_
(invalid LastLowShdIndex[<element index>] = <last relative value of index variable>
³ <low shadow edge width of distributed array>)
Last relative value of index variable in given element of LastLowShdIndex array is more than or equal to low shadow edge width (specified when the array was created) of (<element index> + 1)-th dimension of distributed array.

*** RTS err 080.280: wrong call incshd_
(invalid LastHiShdIndex[<element index>] = <high shadow edge width>)
Wrong value of high shadow edge width in given element of LastHiShdIndex (negative or exceeds the width specified when the array was created). The diagnostics may be reported, if InitHiShdIndex[<element index>] = - 1.

*** RTS err 080.285: wrong call incshd_
(invalid InitHiShdIndex[<element index>] = <initial relative value of index variable>)
Wrong (< - 1) initial relative value of index variable in given element of InitHiShdIndex array.

*** RTS err 080.286: wrong call incshd_
(InitHiShdIndex[<element index>] = <initial relative value of index variable> > LastHiShdIndex[<element index>] = <last relative value of index variable>)
Initial relative value of index variable in given element of InitHiShdIndex array is more than its last relative value in given element of LastHiShdIndex array.

*** RTS err 080.287: wrong call incshd_
(invalid LastHiShdIndex[<element index>] = <last relative value of index variable>
³ <high shadow edge width of distributed array>)
Last relative value of index variable in given element of LastHiShdIndex array is more than or equal to high shadow edge width (specified when the array was created) of (<element index> + 1)-th dimension of distributed array.

*** RTS err 080.290: wrong call incshd_
(invalid ShdSignArray[<element index>] = <element value>)
Wrong value of participation code of array dimension in edge forming in specified element of ShdSignArray array ( < 1 or > 7).

*** RTS err 080.291: wrong call incshd_
(the boundary of the distributed array is empty)
All elements of ShdSignArray array of participation codes of array dimensions in edge forming are one (empty edge). ShdSignArray is the array of edge forming participation codes of dimensions of distributed array, specified in incshd_ function call.

12.12 Access to distributed array elements

*** RTS err 090.000: wrong call rwelm_
(FromArray and ToArray are not distributed arrays;
FromArrayHeader = <pointer to the header of the source distributed array>;
ToArrayHeader = <pointer to the header of the target distributed array>)
FromArrayHeader
and ToArrayHeader passed to the function are not headers of distributed arrays.

*** RTS err 090.001: wrong call rwelm_
(FromArray and ToArray are distributed arrays;
FromArrayHeader[0] = <reference to the source distributed array>;
ToArrayHeader[0] = <reference to the target distributed array>)
As FromArrayHeader as ToArrayHeader passed to the function are headers of distributed arrays.

*** RTS err 090.002: wrong call rwelm_
(FromArray has not been aligned;
FromArrayHeader[0] = <reference to the source distributed array>)
Attempt to read not mapped distributed array.

*** RTS err 090.003: wrong call rwelm_
(ToArray has not been aligned;
ToArrayHeader[0] = <reference to the target distributed array>)
Attempt to write into not mapped distributed array.

*** RTS err 090.004: wrong call rwelm_
(the FromArray PS is not a subsystem of the current PS;
FromArrayHeader[0] = <reference to the source distributed array>;
ArrayPSRef = <reference to processor system, source distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Attempt to read distributed array, mapped on the processor system, which is not the current processor system or its subsystem.

*** RTS err 090.005: wrong call rwelm_
(the ToArray PS is not a subsystem of the current PS;
ToArrayHeader[0] = <reference to the target distributed array>;
ArrayPSRef = <reference to processor system, target distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Attempt to write into distributed array, mapped on the processor system, which is not the current processor system or its subsystem.

*** RTS err 090.010: wrong call copelm_
(FromArray is not a distributed array;
FromArrayHeader = <pointer to the header of the source distributed array>)
Passed to the function FromArrayHeader parameter is not header of distributed array.

*** RTS err 090.011: wrong call copelm_
(ToArray is not a distributed array;
ToArrayHeader = <pointer to the header of the target distributed array>)
ToArrayHeader
parameter passed to the function is not header of distributed array.

*** RTS err 090.012: wrong call copelm_
(FromArray has not been aligned;
FromArrayHeader[0] = <reference to the source distributed array>)
Attempt to read not mapped distributed array.

*** RTS err 090.013: wrong call copelm_
(ToArray has not been aligned;
ToArrayHeader[0] = <reference to the target distributed array>)
Attempt to write into not mapped distributed array.

*** RTS err 090.014: wrong call copelm_
(the FromArray PS is not a subsystem of the current PS;
FromArrayHeader[0] = <reference to the source distributed array>;
ArrayPSRef = <reference to processor system, source distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Attempt to read distributed array, mapped on the processor system, which is not the current processor system or its subsystem.

*** RTS err 090.015: wrong call copelm_
(the ToArray PS is not a subsystem of the current PS;
ToArrayHeader[0] = <reference to the target distributed array>;
ArrayPSRef = <reference to processor system, target distributed array is mapped on>
CurrentPSRef = <reference to the current processor system>)
Attempt to write into distributed array, mapped on the processor system, which is not the current processor system or its subsystem.

*** RTS err 090.020: wrong call elmcpy_
(FromArray and ToArray are not distributed arrays;
FromArrayHeader = <pointer to the header of the source distributed array>;
ToArrayHeader = <pointer to the header of the target distributed array>)
FromArrayHeader
and ToArrayHeader parameters passed to the function are not headers of distributed arrays.

*** RTS err 090.021: wrong call elmcpy_
(FromArray has not been aligned;
FromArrayHeader[0] = <reference to the source distributed array>)
Attempt to read not mapped distributed array.

*** RTS err 090.022: wrong call elmcpy_
(ToArray has not been aligned;
ToArrayHeader[0] = <reference to the target distributed array>)
Attempt to write into not mapped distributed array.

*** RTS err 090.023: wrong call elmcpy_
(the FromArray PS is not a subsystem of the current PS;
FromArrayHeader[0] = <reference to the source distributed array>;
ArrayPSRef = < reference to processor system, source distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Attempt to read distributed array, mapped on the processor system, which is not the current processor system or its subsystem.

*** RTS err 090.024: wrong call elmcpy_
(the ToArray PS is not a subsystem of the current PS;
ToArrayHeader[0] = <reference to the target distributed array>;
ArrayPSRef = <reference to processor system, target distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Attempt to write into distributed array, mapped on the processor system, which is not the current processor system or its subsystem.

*** RTS err 090.030: wrong call rlocel_
(the object is not a distributed array;
ArrayHeader = <pointer to the header of the distributed array passed to the function>)
The object passed to the function as a distributed array is not actually a distributed array.

*** RTS err 090.031: wrong call rlocel_
(the array has not been aligned;
ArrayHeader[0] = <reference to the distributed array>)
Attempt to read not mapped distributed array.

*** RTS err 090.040: wrong call wlocel_
(the object is not a distributed array;
ArrayHeader = <pointer to the header of the distributed array passed to the function>)
The object passed to the function as a distributed array is not actually a distributed array.

*** RTS err 090.041: wrong call wlocel_
(the array has not been aligned;
ArrayHeader[0] = <reference to the distributed array>)
Attempt to write into not mapped distributed array.

*** RTS err 090.050: wrong call clocel_
(FromArray is not a distributed array;
FromArrayHeader = <pointer to the header of the source distributed array>)
FromArrayHeader
parameter passed to the function is not header of distributed array.

*** RTS err 090.051: wrong call clocel_
(ToArray is not a distributed array;
ToArrayHeader = <pointer to the header of the target distributed array>)
ToArrayHeader
parameter passed to the function is not header of distributed array.

*** RTS err 090.052: wrong call ñlocel_
(FromArray has not been aligned;
FromArrayHeader[0] = <reference to the source distributed array>)
Attempt to read not mapped distributed array.

*** RTS err 090.053: wrong call ñlocel_
(ToArray has not been aligned;
ToArrayHeader[0] = <reference to the target distributed array>)
Attempt to write into not mapped distributed array.

*** RTS err 090.060: wrong call GetLocElmAddr
(the object is not a distributed array;
ArrayHeader = <pointer to the header of the distributed array passed to the function>)
The object passed to the function as a distributed array is not actually a distributed array.

*** RTS err 090.061: wrong call GetLocElmAddr
(the array has not been aligned;
ArrayHeader[0] = <reference to the distributed array>)
Distributed array, passed to the function, is not mapped.

*** RTS err 092.000: wrong call arwelm_
(FromArray and ToArray are not distributed arrays;
FromArrayHeader = <pointer to the header of the source distributed array>;
ToArrayHeader = <pointer to the header of the target distributed array>)
FromArrayHeader
and ToArrayHeader passed to the function are not headers of distributed arrays.

*** RTS err 092.001: wrong call arwelm_
(FromArray and ToArray are distributed arrays;
FromArrayHeader[0] = <reference to the source distributed array>;
ToArrayHeader[0] = <reference to the target distributed array>)
As FromArrayHeader as ToArrayHeader passed to the function are headers of distributed arrays.

*** RTS err 092.002: wrong call arwelm_
(FromArray has not been aligned;
FromArrayHeader[0] = <reference to the source distributed array>)
Attempt to read from not mapped distributed array.

*** RTS err 092.003: wrong call arwelm_
(ToArray has not been aligned;
ToArrayHeader[0] = <reference to the target distributed array>)
Attempt to write into not mapped distributed array.

*** RTS err 092.004: wrong call arwelm_
(the FromArray PS is not a subsystem of the current PS;
FromArrayHeader[0] = <reference to the source distributed array>;
ArrayPSRef = <reference to processor system, source distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Attempt to read from distributed array, mapped on the processor system, which is not the current processor system or its subsystem.

*** RTS err 092.005: wrong call arwelm_
(the ToArray PS is not a subsystem of the current PS;
ToArrayHeader[0] = <reference to the target distributed array>;
ArrayPSRef = <reference to processor system, target distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Attempt to write into distributed array, mapped on the processor system, which is not the current processor system or its subsystem.

*** RTS err 092.010: wrong call acopel_
(FromArray is not a distributed array;
FromArrayHeader = <pointer to the header of the source distributed array>)
Passed to the function FromArrayHeader parameter is not header of distributed array.

*** RTS err 092.011: wrong call acopel_
(ToArray is not a distributed array;
ToArrayHeader = <pointer to the header of the target distributed array>)
Passed to the function ToArrayHeader parameter is not header of distributed array.

*** RTS err 092.012: wrong call acopel_
(FromArray has not been aligned;
FromArrayHeader[0] = <reference to the source distributed array>)
Attempt to read from not mapped distributed array.

*** RTS err 092.013: wrong call acopel_
(ToArray has not been aligned;
ToArrayHeader[0] = <reference to the target distributed array>)
Attempt to write into not mapped distributed array.

*** RTS err 092.014: wrong call acopel_
(the FromArray PS is not a subsystem of the current PS;
FromArrayHeader[0] = <reference to source distributed array>;
ArrayPSRef = <reference to processor system, source distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Attempt to read from distributed array, mapped on the processor system, which is not the current processor system or its subsystem.

*** RTS err 092.015: wrong call acopel_
(the ToArray PS is not a subsystem of the current PS;
ToArrayHeader[0] = <reference to the target distributed array>;
ArrayPSRef = <reference to processor system, target distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Attempt to write into distributed array, mapped on the processor system, which is not the current processor system or its subsystem.

*** RTS err 092.020: wrong call aelmcp_
(FromArray and ToArray are not distributed arrays;
FromArrayHeader = <pointer to the header of the source distributed array>;
ToArrayHeader = <pointer to the header of the target distributed array>)
FromArrayHeader
and ToArrayHeader parameters passed to the function are not headers of distributed arrays.

*** RTS err 092.021: wrong call aelmcp_
(FromArray has not been aligned;
FromArrayHeader[0] = <reference to the source distributed array>)
Attempt to read from not mapped distributed array.

*** RTS err 092.022: wrong call aelmcp_
(ToArray has not been aligned;
ToArrayHeader[0] = <reference to the target distributed array>)
Attempt to write into not mapped distributed array.

*** RTS err 092.023: wrong call aelmcp_
(the FromArray PS is not a subsystem of the current PS;
FromArrayHeader[0] = <reference to the source distributed array>;
ArrayPSRef = <reference to processor system, source distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Attempt to read from distributed array, mapped on the processor system, which is not the current processor system or its subsystem.

*** RTS err 092.024: wrong call aelmcp_
(the ToArray PS is not a subsystem of the current PS;
ToArrayHeader[0] = <reference to the target distributed array>;
ArrayPSRef = <reference to processor system, target distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Attempt to write into distributed array, mapped on the processor system, which is not the current processor system or its subsystem.

*** RTS err 094.000: wrong call arrcpy_
(FromArray and ToArray are not distributed arrays;
FromArrayHeader = <pointer to the header of the source distributed array>;
ToArrayHeader = <pointer to the header of the target distributed array>)
FromArrayHeader
and ToArrayHeader passed to the function are not headers of distributed arrays.

*** RTS err 094.001: wrong call arrcpy_
(invalid from index or from step;
FromArrayHeader[0] = <reference to the source distributed array>)
Wrong value of index or step in arrays FromInitIndexArray, FromLastIndexArray or FromStepArray.

*** RTS err 094.002: wrong call arrcpy_
(CopyRegim = <coping value mode> < 0)
Wrong (negative) value of coping mode when using function for filling distributed array.

*** RTS err 094.003: wrong call arrcpy_
(invalid to index or to step;
ToArrayHeader[0] = <reference to the target distributed array>)
Wrong value of index or step in arrays ToInitIndexArray, ToLastIndexArray or ToStepArray.

*** RTS err 094.004: wrong call arrcpy_
(FromArray has not been aligned;
FromArrayHeader[0] = <reference to the source distributed array>)
Attempt to copy from not mapped distributed array.

*** RTS err 094.005: wrong call arrcpy_
(ToArray has not been aligned;
ToArrayHeader[0] = <reference to the target distributed array>)
Attempt to copy into not mapped distributed array.

*** RTS err 094.006: wrong call arrcpy_
(the FromArray PS is not a subsystem of the current PS;
FromArrayHeader[0] = <reference to the source distributed array>;
ArrayPSRef = <reference to processor system, source distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Attempt to copy from distributed array, mapped on the processor system, which is not the current processor system or its subsystem.

*** RTS err 094.007: wrong call arrcpy_
(the ToArray PS is not a subsystem of the current PS;
ToArrayHeader[0] = <reference to the target distributed array>;
ArrayPSRef = <reference to processor system, target distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Attempt to copy into distributed array, mapped on the processor system, which is not the current processor system or its subsystem.

*** RTS err 096.000: wrong call aarrcp_
(FromArray and ToArray are not distributed arrays;
FromArrayHeader = <pointer to the header of the source distributed array>;
ToArrayHeader = <pointer to the header of the target distributed array>)
FromArrayHeader
and ToArrayHeader passed to the function are not headers of distributed arrays.

*** RTS err 096.001: wrong call aarrcp_
(invalid from index or from step;
FromArrayHeader[0] = <reference to the source distributed array>)
Wrong value of index or step in arrays FromInitIndexArray, FromLastIndexArray or FromStepArray.

*** RTS err 096.002: wrong call aarrcp_
(CopyRegim = <coping value mode> < 0)
Wrong (negative) value of coping mode when using function for filling distributed array.

*** RTS err 096.003: wrong call aarrcp_
(invalid to index or to step;
ToArrayHeader[0] = <reference to the target distributed array>)
Wrong value of index or step in arrays ToInitIndexArray, ToLastIndexArray or ToStepArray.

*** RTS err 096.004: wrong call aarrcp_
(FromArray has not been aligned;
FromArrayHeader[0] = <reference to the source distributed array>)
Attempt to copy from not mapped distributed array.

*** RTS err 096.005: wrong call aarrcp_
(ToArray has not been aligned;
ToArrayHeader[0] = <reference to the target distributed array>)
Attempt to copy into not mapped distributed array.

*** RTS err 096.006: wrong call aarrcp_
(the FromArray PS is not a subsystem of the current PS;
FromArrayHeader[0] = <reference to the source distributed array>;
ArrayPSRef = <reference to processor system, source distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Attempt to copy from distributed array, mapped on the processor system, which is not the current processor system or its subsystem.

*** RTS err 096.007: wrong call aarrcp_
(the ToArray PS is not a subsystem of the current PS;
ToArrayHeader[0] = <reference to the target distributed array>;
ArrayPSRef = <reference to processor system, target distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Attempt to copy into distributed array, mapped on the processor system, which is not the current processor system or its subsystem.

12.13 Input/Output

*** RTS fatal err 100.000: wrong call rtl_vfscanf
(no memory for format string)
Lack of memory to execute one of the functions dvm_fscanf, dvm_scanf, dvm_vfscanf or dvm_vscanf.

*** RTS err 101.000: wrong call dvm_fread
(the array has not been aligned with an abstract machine representation; ArrayHeader[0] = <reference to the descriptor of the distributed array>)
Attempt to read a file into not mapped distributed array.

*** RTS err 101.001: wrong call dvm_fread
(the array PS is not a subsystem of the current PS;
ArrayHeader[0] = <reference to the distributed array>;
ArrayPSRef = <reference to processor system, the distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Attempt to read a file into distributed array, mapped on the processor system, which is not the current processor system or its subsystem.

*** RTS err 101.010: wrong call dvm_fwrite
(the array has not been aligned with an abstract machine representation; ArrayHeader[0] = <reference to the descriptor of the distributed array>)
Attempt to write not mapped distributed array to a file.

*** RTS err 101.011: wrong call dvm_fwrite
(the array PS is not a subsystem of the current PS;
ArrayHeader[0] = <reference to the distributed array>;
ArrayPSRef = <reference to processor system, the distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Attempt to write into a file the distributed array, mapped on the processor system, which is not the current processor system or its subsystem.

*** RTS err 110.000: wrong call dvm_dfread
(the object is not a distributed array;
ArrayHeader = <pointer to the header of the distributed array>)
The object passed to the function as a distributed array is not actually a distributed array.

*** RTS err 110.001: wrong call dvm_dfread
(the array has not been aligned with an abstract machine representation; ArrayHeader[0] = <reference to the distributed array descriptor>)
Distributed array, passed to the function, is not mapped.

*** RTS err 110.002: wrong call dvm_dfread
(the array PS is not a subsystem of the current PS;
ArrayHeader[0] = <reference to the distributed array>;
ArrayPSRef = < reference to processor system, the distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Attempt to read a file into distributed array, mapped on the processor system, which is not the current processor system or its subsystem.

*** RTS err 110.003: wrong call DisArrRead
(the object is not a distributed array;
ArrayHeader = <pointer to the header of the distributed array>)
The object passed to the function as a distributed array is not actually a distributed array.

*** RTS err 110.004: wrong call DisArrRead
(the array has not been aligned with an abstract machine representation; ArrayHeader[0] = <reference to the distributed array descriptor>)
Distributed array, passed to the function, is not mapped.

*** RTS err 110.005: wrong call DisArrRead
(the array PS is not a subsystem of the current PS;
ArrayHeader[0] = <reference to the distributed array descriptor>;
ArrayPSRef = < reference to processor system, the distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Attempt to read a file into distributed array, mapped on the processor system, which is not the current processor system or its subsystem.

*** RTS err 110.006: wrong call DisArrRead
(invalid index or step;
ArrayHeader[0] = <reference to the distributed array descriptor>)
Wrong value of index or step in arrays InitIndexArray, LastIndexArray or StepArray.

*** RTS err 110.009: wrong call dvm_dfwrite
(the object is not a distributed array;
ArrayHeader = <pointer to the header of the distributed array>)
The object passed to the function as a distributed array is not actually a distributed array.

*** RTS err 110.010: wrong call dvm_dfwrite
(the array has not been aligned with an abstract machine representation; ArrayHeader[0] = <reference to the distributed array descriptor>)
Distributed array, passed to the function, is not mapped.

*** RTS err 110.011: wrong call dvm_dfwrite
(the array PS is not a subsystem of the current PS;
ArrayHeader[0] = <reference to the distributed array descriptor>;
ArrayPSRef = < reference to processor system, the distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Attempt to write into a file the distributed array, mapped on the processor system, which is not the current processor system or its subsystem.

*** RTS err 110.012: wrong call DisArrWrite
(the object is not a distributed array;
ArrayHeader = <pointer to the header of the distributed array>)
The object passed to the function as a distributed array is not actually a distributed array.

*** RTS err 110.013: wrong call DisArrWrite
(the array has not been aligned with an abstract machine representation; ArrayHeader[0] = <reference to the distributed array descriptor>)
Distributed array, passed to the function, is not mapped.

*** RTS err 110.014: wrong call DisArrWrite
(the array PS is not a subsystem of the current PS;
ArrayHeader[0] = <reference to the distributed array descriptor>;
ArrayPSRef = < reference to processor system, the distributed array is mapped on>;
CurrentPSRef = <reference to the current processor system>)
Attempt to write into a file the distributed array, mapped on the processor system, which is not the current processor system or its subsystem.

*** RTS err 110.015: wrong call DisArrWrite
(invalid index or step;
ArrayHeader[0] = <reference to the distributed array descriptor>)
Wrong value of index or step in the arrays InitIndexArray, LastIndexArray or StepArray.

12.14 Subsidiary functions

*** RTS err 120.000: wrong call getlen_
(the object is not a distributed array;
ArrayHeader = <pointer to the header of the distributed array>)
The object passed to the function as a distributed array is not actually a distributed array.

*** RTS err 120.001: wrong call tstelm_
(the object is not a distributed array;
ArrayHeader = <pointer to the header of the distributed array>)
The object passed to the function as a distributed array is not actually a distributed array.

*** RTS err 120.002: wrong call locind_
(the object is not a distributed array;
ArrayHeader = <pointer to the header of the distributed array>)
The object passed to the function as a distributed array is not actually a distributed array.

*** RTS err 120.003: wrong call setind_
(the object is not a distributed array;
ArrayHeader = <pointer to the header of the distributed array>)
The object passed to the function as a distributed array is not actually a distributed array.

*** RTS err 120.004: wrong call setind_
(invalid index or step;
ArrayHeader[0] = <reference to the distributed array descriptor>)
Wrong value of index or step in the arrays InitIndexArray, LastIndexArray or StepArray.

*** RTS err 120.005: wrong call getind_
(the object is not a distributed array;
ArrayHeader = <pointer to the header of the distributed array>)
The object passed to the function as a distributed array is not actually a distributed array.

*** RTS err 120.006: wrong call delobj_
(the deleted object is not a DVM object;
ObjectRef = <reference to the deleted object>)
The object passed to the function is not actually a DVM-object.

*** RTS err 120.007: wrong call delobj_
(invalid type of the deleted object;
ObjectRef = <reference to the deleted object>)
Object of specified type cannot be deleted.

*** RTS err 120.008: wrong call delobj_
(the deleted object was not created by the current subtask;
ObjectRef = <reference to the deleted object>;
ObjectEnvIndex = <distance from subtask tree root to the node, corresponding to the subtask, which created the object>;
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>
Attempt to delete an object, created not in the current subtask.

*** RTS err 120.009: wrong call delobj_
(the deleted object was not created in the current program block;
ObjectRef = <reference to the deleted object>;
ObjInd = <object system index>
£ PrgBlockInd = <system index of the current program block>)
Attempt to delete an object, created in the program block, containing the current program block.

*** RTS err 120.200: wrong call srmem_
(LengthArray[<element index>] = <element value>)
Wrong length of moved area in specified element of array LengthArray.


Lib-DVM - detailed design (contents) Part 1(1-7) Part 2 (8-11) Part 3 (12)
Error messages
(12.11-12.14)
Error messages
back <> forward
beginning