Newsgroups: comp.parallel.mpi
From: zmc@maxwell (Zhuo Min Chen)
Subject: MPI size...
Organization: Texas Center for Advanced Molecular Computation
Date: 16 Jun 1995 23:58:52 GMT
Message-ID: <3rt5rs$5qv@masala.cc.uh.edu>

Well, MPI is distributed memory model, which give you full control
over memory. The obvious setback is that old common block /Static
allocation programmer will hate every bit of it. Try to use 
Fortran 90 allocate/deallocate features. 


