shared_memory_parallelization #33

Merged
Alexander_KS merged 4 commits from shared_memory_parallelization into master 2024-03-26 13:36:21 +00:00
2 changed files with 1 additions and 4 deletions
Showing only changes of commit 1326c5e09d - Show all commits

View File

@@ -382,9 +382,6 @@ void loopAnalyzerNoDist(SgFile* file, vector<ParallelRegion*>& regions, map<tupl
funcName = funcH->symbol()->identifier(); funcName = funcH->symbol()->identifier();
} }
if (funcName == string("interp"))
int a = 0;
vector<LoopGraph*> loopsForFunction; vector<LoopGraph*> loopsForFunction;
for (auto& loop : *loopGraph) for (auto& loop : *loopGraph)
{ {

View File

@@ -1,3 +1,3 @@
#pragma once #pragma once
#define VERSION_SPF "2293" #define VERSION_SPF "2294"