167
edits
Changes
ParaCode
,→Assignment 2
This is our main idea to parallel the grep function. Yes, it still have some loops. But those loops are not as large as that in serial grep function. So we start to design the code foe it.<br>
''' Parallel grep code '''
Here are part of parallel grep code:<br>
Main grep parallel:<br>
[[File:ParaGrep.JPG|650px]]
Initial integer arrar kernel:<br>
[[File:InitialBandFunc.JPG|650px]]
Grep character kernel:<br>
[[File:GrepKernel.JPG|650px]]
=== Assignment 3 ===