Re: [OMPI users] Array Declaration different approaches

2009-11-16 Thread Eugene Loh
amjad ali wrote: Hi All. I have parallel PDE/CFD code in fortran. Let we consider it consisting of two parts: 1) Startup part; that  includes input reads, splits, distributions, forming neighborhood information arrays, grid arrays, and all related. It includes most of the necessary arr

[OMPI users] Array Declaration different approaches

2009-11-14 Thread amjad ali
Hi All. I have parallel PDE/CFD code in fortran. Let we consider it consisting of two parts: 1) Startup part; that includes input reads, splits, distributions, forming neighborhood information arrays, grid arrays, and all related. It includes most of the necessary array declarations. 2) Iterati