From: Matthew Bettencourt <matt@mail.ssc.usm.edu>
Newsgroups: comp.parallel.mpi
Subject: F77 common blocks on mpich
Date: Fri, 05 Feb 1999 11:58:40 -0600
Organization: Center of Higher Learning
Message-Id: <36BB314F.F4D53444@mail.ssc.usm.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Xref: ukc comp.parallel.mpi:4593


O.K., I thought I knew what was going on, but now I am not sure.  I am
using common blocks in an old F77 code that I am converting to MPI.  I
notice that the memory does not seem right however.  This is what I
meen.  All of my vars are static and are in common blocks.  The bounds
of these are in the common blocks.  But, when I use top I notice that .
  PID USER     PRI  NI  SIZE  RSS SHARE STAT  LIB %CPU %MEM   TIME
COMMAND
 2013 matt      12   0 19580  19M   808 R       0 51.0 30.9   0:05
ecomsiz.exe
 2030 matt      11   0  2424 2424   704 R       0 47.5  3.8   0:04
ecomsiz.exe
 
Now, the 19M is about right, but the 2.4K is not even close to the right
size.  What is going on??  

I am using mpich-1.1.1 on a RH Linux box under kernel 2.2.0.

Please help me explain this
THanks
Matt

