This commit is contained in:
ALEXks
2024-04-13 20:01:26 +03:00
parent 461ff35352
commit f7406cf729
4 changed files with 5 additions and 5 deletions

View File

@@ -174,7 +174,7 @@ public:
messages->push_back(Messages(NOTE, line, R199, L"lastprivate scalar dependency prevents parallelization of this loop", 3006));
if(hasAccessToSubArray)
messages->push_back(Messages(NOTE, line, R204, L"Arrays' memory intersections prevents this loop from parallelization", 3024));
messages->push_back(Messages(NOTE, line, R204, L"Array's memory intersections prevents this loop from parallelization", 3024));
}
void setNewRedistributeRules(const std::vector<std::pair<DIST::Array*, DistrVariant*>> &newRedistributeRules)

View File

@@ -127,7 +127,7 @@ enum typeMessage { WARR, ERROR, NOTE };
// 21 "empty parallel regions is forbidden"
// 22 "Can not find align rules"
// 23 "Array reference '%s' has a different size from the original array"
// 24 "Arrays' memory intersections prevents this loop from parallelization"
// 24 "Array's memory intersections prevents this loop from parallelization"
// 40xx LOW LEVEL WARNINGS
// 01

View File

@@ -315,7 +315,7 @@ R171 = "Невозможно определить правила выравни
//3023
R202 = "Ссылка '%s' имеет отличный от оригинального массива размер"
//3024
R204 = "Пересечения памяти массивов препятствуют распараллеливанию цикла"
R204 = "Пересечение памяти массивов препятствует распараллеливанию цикла"
//4001
//---TODO ошибки из SAGE

View File

@@ -1,3 +1,3 @@
#pragma once
#define VERSION_SPF "2317"
#define VERSION_SPF "2318"