rtsDDe (1158446), страница 15
Текст из файла (страница 15)
*** RTS err 060.091: wrong call endpl_
(the object is not a parallel loop;
LoopRef = <reference to the parallel loop>)
The object specified in the function call as parallel loop is not a parallel loop.
12.9Representation of the program as a set of subtasks executed in parallel
*** RTS err 065.000: wrong call mapam_
(the processor system is not a DVM object;
PSRef = <reference to the processor system>)
The object specified in the function call as processor system is not a DVM-object.
*** RTS err 065.001: wrong call mapam_
(the object is not a processor system;
PSRef = <reference to the processor system>)
The object specified in the function call as processor system is not a processor system.
*** RTS err 065.003: wrong call mapam_
(the abstract machine is not a DVM object;
AMRef = <reference to the abstract machine>)
The object specified in the function call as abstract machine is not DVM-object.
*** RTS err 065.004: wrong call mapam_
(the object is not an abstract machine;
AMRef = <reference to the abstract machine>)
The object specified in the function call as abstract machine is not an abstract machine.
*** RTS err 065.005: wrong call mapam_
(the given abstract machine is not a descendant of the current abstract machine;
AMRef = <reference to the mapped abstract machine>;
CurrentAMRef = <reference to the current abstract machine>)
Abstract machine, passed to the function, is not direct or indirect descendant of the current abstract machine.
*** RTS err 065.006: wrong call mapam_
(the given abstract machine was not created by the current subtask;
AMRef = <reference to the mapped abstract machine>;
AMEnvIndex = <distance from subtask tree root to the node, corresponding to the subtask, that created mapped abstract machine>;
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>
Abstract machine representation, mapped abstract machine belongs to, was created not in the current subtask.
*** RTS err 065.007: wrong call mapam_
(the parental AM has not been mapped;
AMRef = <reference to the mapped abstract machine>;
ParentAMViewRef = <reference to the representation of the parental abstract machine>;
ParentAMRef = <reference to the parental abstract machine>)
Attempt to map abstract machine, belonging to representation of not mapped parental abstract machine.
*** RTS err 065.009: wrong call mapam_
(the representation of the parental AM has already been mapped by the function distr_;
AMRef = <reference to the mapped abstract machine>;
AMViewRef = <reference to the representation of the parental abstract machine>)
Remapped abstract machine belongs to parental abstract machine representation, already mapped by distr_ (mdistr_) function.
*** RTS err 065.010: wrong call mapam_
(the given abstract machine has descendants;
AMRef = <reference to the abstract machine>)
Remapped abstract machine has descendants (remapping abstract machine, which is not corresponds to abstract machine tree leaf).
*** RTS err 065.020: wrong call runam_
(the abstract machine is not a DVM object;
AMRef = <reference to the abstract machine>)
The object specified in the function call as abstract machine is not DVM-object.
*** RTS err 065.021: wrong call runam_
(the object is not an abstract machine;
AMRef = <reference to the abstract machine>)
The object specified in the function call as abstract machine is not an abstract machine.
*** RTS err 065.022: wrong call runam_
(the subtask does not exist;
AMRef = <reference to abstract machine of started subtask>)
Started subtask doesn't exist (abstract machine, passed to the function, is not mapped on any processor system).
*** RTS err 065.023: wrong call runam_
(the subtask AM is not a daughter AM;
AMRef = <reference to abstract machine of started subtask>;
ParentAMRef = <reference to the parental abstract machine>
CurrentAMRef = <reference to the current abstract machine>)
Abstract machine of started subtask doesn't belong to any representation of the current abstract machine (abstract machine, passed to the function, is not descendant of the current abstract machine).
*** RTS err 065.030: wrong call stopam_
(the current subtask is the initial task)
Attempt to complete initial subtask (stop of the subtask in subtask tree root).
*** RTS err 065.031: wrong call stopam_
(the current context is a parallel loop)
Attempt to complete the subtask during parallel loop execution (attempt to complete the subtask, represented by parallel loop iteration).
12.10Reduction
*** RTS err 069.000: wrong call crtred_
(invalid number of reduction variable type;
RedArrayType = <reduction variable type number, passed to the function>)
Wrong number of reduction variable type is passed to the function.
*** RTS err 069.001: wrong call crtred_
(invalid number of reduction function;
RedFuncNumb = <reduction function number, passed to the function>)
Wrong number of reduction function is passed to the function.
*** RTS err 069.002: wrong call crtred_
(invalid reduction variable type;
RedFuncNumb = <reduction function number, passed to the function>
RedArrayType = <reduction variable type number, passed to the function>)
The reduction variable type number passed to the function doesn't correspond to the reduction function.
*** RTS err 069.020: wrong call lindtp_
(the reduction variable is not a DVM object;
RedRef = <reference to the reduction variable>)
The object specified in the function call as reduction variable is not a DVM-object.
*** RTS err 069.021: wrong call lindtp_
(the object is not a reduction variable;
RedRef = <reference to the reduction variable>)
The object specified in the function call as reduction variable is not a reduction variable.
*** RTS err 069.022: wrong call lindtp_
(the reduction variable was not created by the current subtask;
RedRef = <reference to the reduction variable>;
RedEnvIndex = <distance from the subtask tree root to the node, corresponding to the subtask, that created reduction variable>;
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>)
Редукционная переменная, для которой задаётся тип индексных переменных, определяющих координаты её локального максимума или минимума, создана не в текущей подзадаче.
*** RTS err 069.023: wrong call lindtp_
(the reduction variable has already been inserted in the reduction group;
RedRef = <reference to the reduction variable>;
RedGroupRef = <reference to the reduction group>)
Редукционная переменная, для которой задаётся тип индексных переменных, определяющих координаты её локального максимума или минимума, уже включена в редукционную группу.
*** RTS err 069.024: wrong call lindtp_
(invalid LocIndType = <код типа индексных переменных>)
Неверное значение кода, задающего тип индексных переменных, значения которых определяют координаты локального максимума или минимума редукционной переменной (< 0 or > 3).
*** RTS err 070.000: wrong call insred_
(the reduction group is not a DVM object;
RedGroupRef = <reference to the reduction group>)
The object specified in the function call as reduction group is not a DVM-object.
*** RTS err 070.001: wrong call insred_
(the object is not a reduction group;
RedGroupRef = <reference to the reduction group>)
The object specified in the function call as reduction group is not a reduction group.
*** RTS err 070.002: wrong call insred_
(the reduction variable is not a DVM object;
RedRef = <reference to the reduction variable>)
The object specified in the function call as reduction variable is not a DVM-object.
*** RTS err 070.003: wrong call insred_
(the object is not a reduction variable;
RedRef = <reference to the reduction variable>)
The object specified in the function call as reduction variable is not a reduction variable.
*** RTS err 070.004: wrong call insred_
(the reduction group has already been started;
RedGroupRef = <reference to the reduction group >)
Attempt to include a reduction variable in already started reduction group.
*** RTS err 070.005: wrong call insred_
(the reduction group was not created by the current subtask;
RedGroupRef = <reference to the reduction group>;
RedGroupEnvIndex = <distance from subtask tree root to the node, corresponding to the subtask, that created reduction group>;
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>)
Attempt to include a reduction variable in the reduction group, created not in the current subtask.
*** RTS err 070.006: wrong call insred_
(the reduction variable was not created by the current subtask;
RedRef = <reference to the reduction variable>;
RedEnvIndex = <distance from the subtask tree root to the node, corresponding to the subtask, that created reduction variable>;
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>)
Attempt to include a reduction variable, created not in the current subtask, in the reduction group.
*** RTS err 070.007: wrong call insred_
(the reduction variable has already been inserted in the reduction group;
RedRef = <reference to the reduction variable>;
RedGroupRef = <reference to the reduction group>)
Attempt to include in the reduction group a reduction variable, already included in other reduction group.
*** RTS err 070.008: wrong call insred_
(the given parallel loop is not the current parallel loop;
LoopRef = <reference to parallel loop, passed to the function>)
Parallel loop, passed to the function as processor space specification, is not the current parallel loop.
*** RTS err 070.009: wrong call insred_
(the parallel loop has not been mapped;
LoopRef = <reference to parallel loop, passed to the function>)
Parallel loop, passed to the function as processor space specification, is not mapped.
*** RTS err 070.010: wrong call insred_
(the abstract machine representation is not a DVM object;
AMViewRef = <reference to abstract machine representation, passed to the function >)
The object, passed to the function, as abstract machine representation, specifying the processor space, is not DVM-object.
*** RTS err 070.013: wrong call insred_
(the processor system of the abstract machine is not a subsystem of the current processor system;
AMViewRef = <reference to the abstract machine representation>;
AMRef = <reference to the abstract machine>;
AMPSRef = < reference to processor system, the abstract machine is mapped on >;
CurrentPSRef = <reference to the current processor system>)
Processor system, specified element of parental abstract machine representation, passed to the function, is mapped on, is not the current processor system or its direct or indirect subsystem. The diagnostic can appear only in the case, if abstract machine representation, not mapped by distr_ (redis_, mdistr_, mredis_) function, is specified as processor space specification.
*** RTS err 070.014: wrong call insred_
(the object is not a distributed array;
ArrayHeader[0] = <reference to distributed array, passed to the function>)
The object, passed to the function, as distributed array, specifying the processor space, is not actually distributed array.
*** RTS err 070.015: wrong call insred_
(the array has not been aligned;
ArrayHeader[0] = <reference to distributed array, passed to the function>)
Distributed array, passed to the function as processor space specification, is not mapped.
*** RTS err 070.016: wrong call insred_
(the processor system is not a DVM object;
PSRef = <reference to processor system, passed to the function>)
The object passed to the function as processor system, specifying the processor space of reduction operations, is not DVM-object.
*** RTS err 070.026: wrong call insred_
(invalid specification of processor space;
PSSpaceRef = <reference to processor space specification, passed to the function>)
Processor system specification, passed to the function, is neither processor system, nor abstract machine representation, nor distributed array, nor parallel loop.
*** RTS err 070.027: wrong call insred_
(the processor system of the reduction variable is not a subsystem of the current processor system;
PSSpaceRef = <reference to processor space specification, passed to the function>;
RedVarPSRef = <reference to the processor system of the reduction variable>;
CurrentPSRef = <reference to the current processor system>)
Processor system, processor system specification (processor system of reduction variable), passed to the function, is mapped on, is not the current processor system or its direct or indirect subsystem.
*** RTS err 070.028: wrong call insred_
(the processor system of the reduction variable is not equal to the processor system of the reduction group;
PSSpaceRef = <reference to processor space specification, passed to the function>;
RedVarPSRef = <reference to the processor system of the reduction variable>;
RedGroupPSRef = <reference to the processor system of the reduction group>)
Processor system, processor system specification (processor system of reduction variable), passed to the function, is mapped on, is not equivalent to the processor system, all specifications of reduction variables, already included in the group (processor system of reduction group) are mapped on.
*** RTS err 070.030: wrong call saverg_
(the reduction group is not a DVM object;
RedGroupRef = <reference to the reduction group>)















