[mpich-discuss] gfortran and mpich2 interaction

Steve Kargl sgk@troutmask.apl.washington.edu
Fri May 9 21:53:00 GMT 2008


On Fri, May 09, 2008 at 06:12:13PM -0300, jdelia@intec.unl.edu.ar wrote:
> 
> Your suggestion about to use "call flush (6)" works very nice. I only  
> have to change to the gfortran flag "-std=gnu". The fixed sample  
> program is included at the end of this reply.
> 

If you have at least version 4.2.3 of gfortran, you can
change 'call flush(6)' to simply 'flush(6)', which is 
standard conforming Fortran 2003 feature.

-- 
Steve



More information about the Fortran mailing list