Thanks for that tip. Admittedly I don't know Fortran that well as I have
been avoiding programming in it. But, if I need to do MPI programming
stuff, Fortran is a prevalent language in that space, so I just need to
learn it. I need to figure out where the error is elsewhere then.
Sam Adams
General Dynamics - Network Systems
Phone: 210.536.5945
-----Original Message-----
From: lam-bounces_at_[hidden] [mailto:lam-bounces_at_[hidden]] On Behalf Of
David Cronk
Sent: Wednesday, December 14, 2005 1:25 PM
To: General LAM/MPI mailing list
Subject: Re: LAM: gridmap
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
_______________________________________________
This list is archived at http://www.lam-mpi.org/MailArchives/lam/
|