Newsgroups: comp.parallel.mpi
From: zmc@uh.edu (Zhuo-Min Chen)
Subject: real*4, T3D, MPI_REAL
Organization: University of Houston
Date: 12 Oct 1995 00:39:48 GMT
Message-ID: <45ho4k$7gb@masala.cc.uh.edu>


Depend on Compiler switch. It is not up to mpi to
determine whether real should be real*4 or real*8
as default. It is up to each vendor to determine
that. Find out from f77 man page. MPI's implementation
should be consistent with f77.

