diff --git a/sapfor/experts/Sapfor_2017/_src/Sapfor.cpp b/sapfor/experts/Sapfor_2017/_src/Sapfor.cpp index 2dd6f25..3edd5a6 100644 --- a/sapfor/experts/Sapfor_2017/_src/Sapfor.cpp +++ b/sapfor/experts/Sapfor_2017/_src/Sapfor.cpp @@ -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);