Adams Samuel D Contr AFRL/HEDR wrote:
> I have been tasked to enhance MPI Fortran program, and I am running it
> to trouble with how the previous programmer implemented some of the
> parts. My MPI related question is this: we have a 2D array variable
> called gridmap, and another on called gridMap. This is classic bad
> programming, but I still need to get it working. I can find where
> gridMap is defined and assigned values, but I can't find anything on
> gridmap. That lead me to believe that gridmap is a mpi thing, but it is
> not described in my mpi books. Does anyone know what gridmap is
> supposed to store?
>
I suspect they are one and the same. Fortran is not case sensitive, so
gridmap, GridMap, Gridmap, and GRIDMAP are all the same thing in a
Fortran program.
Dave.
>
> /*/Sam Adams/*/
>
> General Dynamics - Network Systems
>
> Phone: 210.536.5945
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> This list is archived at http://www.lam-mpi.org/MailArchives/lam/
--
Dr. David Cronk, Ph.D. phone: (865) 974-3735
Research Director fax: (865) 974-8296
Innovative Computing Lab http://www.cs.utk.edu/~cronk
University of Tennessee, Knoxville
|