<div>Hi,</div>
<div>&nbsp;</div>
<div>I&#39;m now trying to modify my source code to enable parallel computing. I tried to use the tutorial example and I managed to get it working. However, in the example, there are a lot of &quot;if&quot;s statement which is not efficient.
</div>
<div>&nbsp;</div>
<div>In my CFD code, I&#39;ve subroutine meant for corner cells, north, south, east , west and finally internal cells. How should I modify my code then?</div>
<div>&nbsp;</div>
<div>My current idea is to insert a check statement into each subroutine ie &quot; if II&gt;=Istart and II&lt;=Iend-1 then ....&quot; </div>
<div>&nbsp;</div>
<div>That&#39;s the simplest and least modification required. But does anyone know a better way?</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Thanks and happy new year to all!</div>