Merge pull request 'enable directive filtering for shared memory case' (#27) from insert_parallel_dirs_nodist into master
This commit was merged in pull request #27.
This commit is contained in:
@@ -2040,7 +2040,7 @@ static bool runAnalysis(SgProject &project, const int curr_regime, const bool ne
|
||||
swapLoopsForParallel(loopGraph, SPF_messages, 1);
|
||||
else if (curr_regime == RESTORE_SWAP_LOOPS)
|
||||
swapLoopsForParallel(loopGraph, SPF_messages, -1);
|
||||
else if (curr_regime == CREATE_PARALLEL_DIRS)
|
||||
else if (curr_regime == CREATE_PARALLEL_DIRS || curr_regime == INSERT_PARALLEL_DIRS_NODIST)
|
||||
filterParallelDirectives(loopGraph, createdDirectives);
|
||||
else if (curr_regime == INLINE_PROCEDURES)
|
||||
callInliner(allFuncInfo, inDataProc, inDataChains, inDataChainsStart, SPF_messages, commonBlocks);
|
||||
|
||||
Reference in New Issue
Block a user