rtsDDe (1158446), страница 22
Текст из файла (страница 22)
*** RTS err 131.005: wrong call loadrb_
(the array PS is not a subsystem of the current PS;
ArrayHeader[0] = <reference to the remote distributed array>;
ArrayPSRef = <reference to the processor system that the remote distributed array is mapped to>;
CurrentPSRef = <reference to the current processor system>)
Attempt to start loading remote array elements to the buffer, mapped on the processor system, which is not the current processor system or its direct or indirect subsystem.
*** RTS err 131.020: wrong call waitrb_
(the object is not a distributed array;
BufferHeader[0] = <reference to the remote element buffer>)
The object specified in the function call, as remote element buffer is not actually distributed array.
*** RTS err 131.022: wrong call waitrb_
(the distributed array is not a buffer;
BufferHeader[0] = <reference to the remote element buffer>)
The object specified in the function call as remote element buffer is distributed array but is not the buffer.
*** RTS err 131.023: wrong call waitrb_
(the buffer loading was not started by the current subtask;
BufferHeader[0] = <reference to the remote element buffer>;
LoadEnvIndex = <distance from subtask tree root to the node, corresponding to the subtask, which started buffer loading>;
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>)
Attempt to wait for completion of remote element buffer loading by (current) subtask, which didn't start this loading.
*** RTS err 131.024: wrong call waitrb_
(the buffer loading has not been started;
BufferHeader[0] = <reference to the remote element buffer>)
Attempt to wait for completion of not-started loading of remote element buffer.
*** RTS err 131.040: wrong call delrb_
(the object is not a distributed array;
BufferHeader[0] = <reference to the remote element buffer>)
The object specified in the function call, as remote element buffer is not actually distributed array.
*** RTS err 131.042: wrong call delrb_
(the distributed array is not a buffer;
BufferHeader[0] = <reference to the remote element buffer>)
The object specified in the function call as remote element buffer is distributed array but is not the buffer.
*** RTS err 131.043: wrong call delrb_
(the buffer was not created by the current subtask;
BufferHeader[0] = <reference to the remote element buffer>;
BufferEnvIndex = <distance from subtask tree root to the node, corresponding to the subtask, which created buffer>;
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>)
Attempt to delete remote element buffer, created by not the current subtask.
*** RTS err 131.044: wrong call delrb_
(the buffer loading has not been completed;
BufferHeader[0] = <reference to the remote element buffer>)
Attempt to delete remote element buffer, before completion of its loading (attempt to delete buffer during loading).
*** RTS err 131.045: wrong call delrb_
(the group loading has not been completed;
BufferHeader[0] = <reference to the remote element buffer>;
RegularAccessGroupRef = <reference to the group of remote element buffers>)
Attempt to delete remote element buffer, included in the buffer group, which is in load.
*** RTS err 132.010: wrong call insrb_
(the regular access group is not a DVM object;
RegularAccessGroupRef = <reference to the group of remote element buffers>)
The object specified in the function call as a group of remote element buffer is not DVM-object.
*** RTS err 132.011: wrong call insrb_
(the object is not a regular access group;
RegularAccessGroupRef = <reference to the group of remote element buffers>)
The object specified in the function call as a group of remote element buffer is not actually the group of remote element group.
*** RTS err 132.012: wrong call insrb_
(the regular access group was not created by the current subtask;
RegularAccessGroupRef = <reference to the group of remote element buffers>;
RegularAccessGroupEnvIndex = <distance from subtask tree root to the node, corresponding to the subtask, which created buffer group>;
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>)
Attempt to include the buffer in remote element buffer group, created not in the current subtask.
*** RTS err 132.013: wrong call insrb_
(the group loading has not been completed;
RegularAccessGroupRef = <reference to the group of remote element buffers>)
Attempt to include the buffer in remote element buffer group, being in loading state.
*** RTS err 132.014: wrong call insrb_
(the object is not a distributed array;
BufferHeader[0] = <reference to the remote element buffer>)
The object specified in the function call, as remote element buffer is not actually distributed array.
*** RTS err 132.016: wrong call insrb_
(the distributed array is not a buffer;
BufferHeader[0] = <reference to the remote element buffer>)
The object specified in the function call as remote element buffer is distributed array but is not the buffer.
*** RTS err 132.017: wrong call insrb_
(the buffer was not created by the current subtask;
BufferHeader[0] = <reference to the remote element buffers>;
BufferEnvIndex = <distance from subtask tree root to the node, corresponding to the subtask, which created buffer>;
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>)
Attempt to include in remote element buffer group the buffer, created not in the current subtask.
*** RTS err 132.018: wrong call insrb_
(the buffer has already been inserted in the regular access group;
BufferHeader[0] = <reference to the remote element buffer>;
RegularAccessGroupRef = <reference to remote element buffer group, specified buffer has already been included>)
Attempt to include in remote element buffer group the buffer, already included in other group.
*** RTS err 132.019: wrong call insrb_
(the buffer loading has not been completed;
BufferHeader[0] = <reference to the remote element buffer>)
Attempt to include in remote element buffer group the buffer, being in loading state.
*** RTS err 132.030: wrong call loadbg_
(the regular access group is not a DVM object;
RegularAccessGroupRef = <reference to the group of remote element buffers>)
The object specified in the function call as a group of remote element buffers is not DVM-object.
*** RTS err 132.031: wrong call loadbg_
(the object is not a regular access group;
RegularAccessGroupRef = <reference to the group of remote element buffers>)
The object specified in the function call as a group of remote element buffers is not the group of remote element buffers.
*** RTS err 132.032: wrong call loadbg_
(the buffer PS is not a subsystem of the current PS;
BufferHeader[0] = <reference to the remote element buffer>;
BufferPSRef = <reference to the processor system that the remote element buffer is mapped to>;
CurrentPSRef = <reference to the current processor system>)
Attempt to start loading remote element buffer group, which contains the buffer, not mapped neither on the current processor system nor on its direct or indirect subsystem.
*** RTS err 132.033: wrong call loadbg_
(the array PS is not a subsystem of the current PS;
ArrayHeader[0] = <reference to the remote distributed array>;
ArrayPSRef = <reference to the processor system that the remote distributed array is mapped to>;
CurrentPSRef = <reference to the current processor system>)
Attempt to start loading remote element buffer group, containing the buffer whose distributed array is not mapped neither on the current processor system nor on its direct or indirect subsystem.
*** RTS err 132.034: wrong call loadbg_
(the group loading has already been started;
RegularAccessGroupRef = <reference to the group of remote element buffers>)
Attempt to start loading remote element buffer before completion of previous loading.
*** RTS err 132.040: wrong call waitbg_
(the regular access group is not a DVM object;
RegularAccessGroupRef = <reference to the group of remote element buffers>)
The object specified in the function call as a group of remote element buffers is not DVM-object.
*** RTS err 132.041: wrong call waitbg_
(the object is not a regular access group;
RegularAccessGroupRef = <reference to the group of remote element buffers>)
The object specified in the function call as a group of remote element buffers is not the group of remote element buffers.
*** RTS err 132.042: wrong call waitbg_
(the group loading was not started by the current subtask;
RegularAccessGroupRef = <reference to the group of remote element buffers>;
LoadEnvIndex = <distance from subtask tree root to the node, corresponding to the subtask, which started buffer group loading >;
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>)
Attempt to wait for completion of remote element buffer group loading by (current) subtask, which didn't start this loading.
*** RTS err 132.043: wrong call waitbg_
(the group loading has not been started;
RegularAccessGroupRef = <reference to the group of remote element buffers>)
Attempt to wait for completion of not-started loading of remote element buffer group.
*** RTS err 132.050: wrong call delbg_
(the regular access group is not a DVM object;
RegularAccessGroupRef = <reference to the group of remote element buffers>)
The object specified in the function call as a group of remote element buffers is not DVM-object.
*** RTS err 132.051: wrong call delbg_
(the object is not a regular access group;
RegularAccessGroupRef = <reference to the group of remote element buffers>)
The object specified in the function call as a group of remote element buffers is not the group of remote element buffers.
*** RTS err 132.052: wrong call delbg_
(the regular access group was not created by the current subtask;
RegularAccessGroupRef = <reference to the group of remote element buffers>;
RegularAccessGroupEnvIndex = <distance from subtask tree root to the node, corresponding to the subtask, which created buffer group>;
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>)
Attempt to delete remote element buffer group, created not in the current subtask.
*** RTS err 132.053: wrong call delbg_
(the group loading has not been completed;
RegularAccessGroupRef = <reference to the group of remote element buffers>)
Attempt to delete remote element buffer group, being in loading state.
*** RTS err 133.000: wrong call rmkind_
(BufferHeader already exists;
BufferHeader[0] = <reference to remote element buffer or to distributed array>)
Attempt to use a header of existing distributed array or remote element buffer as the header of created buffer.
*** RTS err 133.001: wrong call rmkind_
(the object is not a distributed array;
ArrayHeader[0] = <reference to the object>)
The object specified in the function call, as distributed array is not distributed array.
*** RTS err 133.002: wrong call rmkind_
(the array has not been aligned;
ArrayHeader[0] = <reference to the distributed array>)
Distributed array, passed to the function, is not mapped.
*** RTS err 133.003: wrong call rmkind_
(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 is mapped on, is not the current processor system or its direct or indirect subsystem.
*** RTS err 133.004: wrong call rmkind_
(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 actually parallel loop.
*** RTS err 133.005: wrong call rmkind_
(the current context is not the parallel loop;
LoopRef = <reference to the parallel loop>)
A program doesn't execute a parallel loop or executes the loop, which reference doesn't coincide with the reference in the function call.
*** RTS err 133.006: wrong call rmkind_
(the parallel loop has not been mapped;
LoopRef = <reference to the parallel loop>)
Parallel loop, passed to the function, is not mapped.
*** RTS err 133.010: wrong call rmkind_
(AxisArray[<element index>] = <element value> < -1)















