rtsDDe (1158446), страница 14

Файл №1158446 rtsDDe (Раздаточные материалы) 14 страницаrtsDDe (1158446) страница 142019-09-18СтудИзба
Просмтор этого файла доступен только зарегистрированным пользователям. Но у нас супер быстрая регистрация: достаточно только электронной почты!

Текст из файла (страница 14)

*** RTS err 060.022: wrong call mappl_
(CoeffArray[<element index>] = <element value> < 0;
LoopRef = <reference to the parallel loop>)

Wrong (negative) value of mapping rule coefficient in given element of CoeffArray array.

*** RTS err 060.023: wrong call mappl_
(AxisArray[<element index>] = 0;
LoopRef = <reference to the parallel loop>)

Wrong (negative) value of dimension number of parallel loop in given element of AxisArray array.

*** RTS err 060.024: wrong call mappl_
((CoeffArray[<j>] = <Aj>) * <MINk> + (ConstArray[<j>] = <Bj>) < 0;
LoopRef = <reference to the parallel loop>)

j

dimension number of mapping pattern minus one.

Aj

coefficient of linear mapping rule for (j+1)-th pattern dimension.

MINk

minimal value of index variable k-th dimension of mapped loop (k=AxisArray[j]).

Bj

constant of linear aligning rule for (j+1)-th pattern dimension.

The diagnostics is reported in the case, when mapped loop iterations violate pattern space limits.

*** RTS err 060.025: wrong call mappl_
((CoeffArray[<j>] = <Aj>) * <MINk> + (ConstArray[<j>] = <Bj>) ≥ <SIZEj>;
LoopRef = <reference to the parallel loop>)

j

dimension number of mapping pattern minus one.

Aj

coefficient of linear mapping rule for (j+1)-th pattern dimension.

MINk

minimal value of index variable k-th dimension of mapped loop (k=AxisArray[j]).

Bj

constant of linear aligning rule for (j+1)-th pattern dimension.

SIZEj

size of (j+1)-th pattern dimension.

The diagnostics is reported in the case, when mapped loop iterations violate pattern space limits.

*** RTS err 060.026: wrong call mappl_
((CoeffArray[<j>] = <Aj>) * <MAXk> + (ConstArray[<j>] = <Bj>) < 0;
LoopRef = <reference to the parallel loop>)

j

dimension number of mapping pattern minus one.

Aj

coefficient of linear mapping rule for (j+1)-th pattern dimension.

MAXk

maximal value of index variable k-th dimension of mapped loop (k=AxisArray[j]).

Bj

constant of linear aligning rule for (j+1)-th pattern dimension.

The diagnostics is reported in the case, when mapped loop iterations violate pattern space limits.

*** RTS err 060.027: wrong call mappl_
((CoeffArray[<j>] = <Aj>) * <MAXk> + (ConstArray[<j>] = <Bj>) ≥ <SIZEj>;
LoopRef = <reference to the parallel loop>)

j

dimension number of mapping pattern minus one.

Aj

coefficient of linear mapping rule for (j+1)-th pattern dimension.

MAXk

maximal value of index variable k-th dimension of mapped loop (k=AxisArray[j]).

Bj

constant of linear aligning rule for (j+1)-th pattern dimension.

SIZEj

size of (j+1)-th pattern dimension.

The diagnostics is reported in the case, when mapped loop iterations violate pattern space limits.

*** RTS err 060.028: wrong call mappl_
(ConstArray[<element index>] = <element value> < 0;
LoopRef = <reference to the parallel loop>)

Wrong (negative) constant value of linear aligning rule in specified element of ConstArray array.

*** RTS err 060.029: wrong call mappl_
(ConstArray[<element index>] = <element value>  <size of aligning pattern dimension>;
LoopRef = <reference to the parallel loop>)

Wrong constant value of aligning rule in specified element of ConstArray array.

*** RTS err 060.030: wrong call mappl_
(AxisArray[<element 1 index>] = AxisArray[<element 2 index>] = <common value>;
LoopRef = <reference to the parallel loop>)

The dimension numbers of parallel loop is the same in different elements of AxisArray array.

*** RTS err 060.040: wrong call mappl_
(LoopRef = <reference to the parallel loop>;
ShadowGroupRef = <reference to shadow edge group, corresponding to the loop>;
LoopAMViewRef = <reference to abstract machine representation, the loop is mapped on> not equ
ShdGrpAMViewRef = <reference to abstract machine representation, the array, registered in the group, is aligned with>)

When mapping parallel loop with changed order of iteration execution, an array, aligned with abstract machine representation, not equivalent to the representation, the loop is mapped on, is found in the shadow edges group of distributed arrays, corresponding to the loop.

*** RTS err 060.050: wrong call plmap_
(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 passed to the function.

*** RTS err 060.051: wrong call plmap_
(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.

*** RTS err 060.052: wrong call plmap_
(the parallel loop has not been mapped;
LoopRef = <reference to the parallel loop>)

Parallel loop, specified in the function call, is not mapped.

*** RTS err 060.060: wrong call exfrst_
(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 passed to the function.

*** RTS err 060.061: wrong call exfrst_
(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.

*** RTS err 060.062: wrong call exfrst_
(the parallel loop has already been mapped;
LoopRef = <reference to the parallel loop>)

Attempt to change the order of parallel loop iteration execution after the loop mapping.

*** RTS err 060.065: wrong call exfrst_
(the shadow group is not a DVM object;
ShadowGroupRef = <reference to the shadow edges group>)

The object specified in the function call as shadow edges group is not a DVM-object.

*** RTS err 060.066: wrong call exfrst_
(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 edges group.

*** RTS err 060.067: wrong call exfrst_
(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, that created shadow edge group>
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>)

Passed to the function shadow edge group of distributed arrays was created not in the current subtask.

*** RTS err 060.070: wrong call imlast_
(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 passed to the function.

*** RTS err 060.071: wrong call imlast_
(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.

*** RTS err 060.072: wrong call imlast_
(the parallel loop has already been mapped;
LoopRef = <reference to the parallel loop>)

Attempt to change the order of parallel loop iteration execution after the loop mapping.

*** RTS err 060.075: wrong call imlast_
(the shadow group is not a DVM object;
ShadowGroupRef = <reference to the shadow edges group>)

The object specified in the function call as shadow edges group is not a DVM-object.

*** RTS err 060.076: wrong call imlast_
(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 edges group.

*** RTS err 060.077: wrong call imlast_
(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, that created shadow edge group>;
CurrentEnvIndex = <distance from subtask tree root to the node, corresponding to the current subtask>)

Passed to the function shadow edge group of distributed arrays was created not in the current subtask.

*** RTS err 060.080: wrong call dopl_
(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 passed to the function.

*** RTS err 060.081: wrong call dopl_
(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.

*** RTS err 060.082: wrong call dopl_
(the parallel loop has not been mapped;
LoopRef = <reference to the parallel loop>)

Parallel loop, passed to the function, is not mapped.

*** RTS fatal err 060.085: overflow of the time measure counter
(LoopRef = <reference to the parallel loop>
Time measure counter = <Run-Time System buffer counter value>)

Overflow of Run-Time System internal buffer, intended for saving information about execution times of parallel loop iteration groups. The diagnostic can appear during dopl_ function execution.

*** RTS err 060.090: wrong call endpl_
(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 passed to the function.

Характеристики

Список файлов учебной работы

Свежие статьи
Популярно сейчас
Почему делать на заказ в разы дороже, чем купить готовую учебную работу на СтудИзбе? Наши учебные работы продаются каждый год, тогда как большинство заказов выполняются с нуля. Найдите подходящий учебный материал на СтудИзбе!
Ответы на популярные вопросы
Да! Наши авторы собирают и выкладывают те работы, которые сдаются в Вашем учебном заведении ежегодно и уже проверены преподавателями.
Да! У нас любой человек может выложить любую учебную работу и зарабатывать на её продажах! Но каждый учебный материал публикуется только после тщательной проверки администрацией.
Вернём деньги! А если быть более точными, то автору даётся немного времени на исправление, а если не исправит или выйдет время, то вернём деньги в полном объёме!
Да! На равне с готовыми студенческими работами у нас продаются услуги. Цены на услуги видны сразу, то есть Вам нужно только указать параметры и сразу можно оплачивать.
Отзывы студентов
Ставлю 10/10
Все нравится, очень удобный сайт, помогает в учебе. Кроме этого, можно заработать самому, выставляя готовые учебные материалы на продажу здесь. Рейтинги и отзывы на преподавателей очень помогают сориентироваться в начале нового семестра. Спасибо за такую функцию. Ставлю максимальную оценку.
Лучшая платформа для успешной сдачи сессии
Познакомился со СтудИзбой благодаря своему другу, очень нравится интерфейс, количество доступных файлов, цена, в общем, все прекрасно. Даже сам продаю какие-то свои работы.
Студизба ван лав ❤
Очень офигенный сайт для студентов. Много полезных учебных материалов. Пользуюсь студизбой с октября 2021 года. Серьёзных нареканий нет. Хотелось бы, что бы ввели подписочную модель и сделали материалы дешевле 300 рублей в рамках подписки бесплатными.
Отличный сайт
Лично меня всё устраивает - и покупка, и продажа; и цены, и возможность предпросмотра куска файла, и обилие бесплатных файлов (в подборках по авторам, читай, ВУЗам и факультетам). Есть определённые баги, но всё решаемо, да и администраторы реагируют в течение суток.
Маленький отзыв о большом помощнике!
Студизба спасает в те моменты, когда сроки горят, а работ накопилось достаточно. Довольно удобный сайт с простой навигацией и огромным количеством материалов.
Студ. Изба как крупнейший сборник работ для студентов
Тут дофига бывает всего полезного. Печально, что бывают предметы по которым даже одного бесплатного решения нет, но это скорее вопрос к студентам. В остальном всё здорово.
Спасательный островок
Если уже не успеваешь разобраться или застрял на каком-то задание поможет тебе быстро и недорого решить твою проблему.
Всё и так отлично
Всё очень удобно. Особенно круто, что есть система бонусов и можно выводить остатки денег. Очень много качественных бесплатных файлов.
Отзыв о системе "Студизба"
Отличная платформа для распространения работ, востребованных студентами. Хорошо налаженная и качественная работа сайта, огромная база заданий и аудитория.
Отличный помощник
Отличный сайт с кучей полезных файлов, позволяющий найти много методичек / учебников / отзывов о вузах и преподователях.
Отлично помогает студентам в любой момент для решения трудных и незамедлительных задач
Хотелось бы больше конкретной информации о преподавателях. А так в принципе хороший сайт, всегда им пользуюсь и ни разу не было желания прекратить. Хороший сайт для помощи студентам, удобный и приятный интерфейс. Из недостатков можно выделить только отсутствия небольшого количества файлов.
Спасибо за шикарный сайт
Великолепный сайт на котором студент за не большие деньги может найти помощь с дз, проектами курсовыми, лабораторными, а также узнать отзывы на преподавателей и бесплатно скачать пособия.
Популярные преподаватели
Добавляйте материалы
и зарабатывайте!
Продажи идут автоматически
7021
Авторов
на СтудИзбе
260
Средний доход
с одного платного файла
Обучение Подробнее