Re: [O-MPI users] f90 compiling: USE MPI vs. include 'mpif.h'

2006-01-30 Thread Brian Barrett
On Jan 30, 2006, at 10:32 AM, Michael Kluskens wrote: Question regarding f90 compiling Using: USE MPI instead of include 'mpif.h' makes the compilation take an extra two minutes using g95 under OS X 10.4.4 (simple test program 115 seconds versus 0.2 seconds) Is this normal? Unfortunately

[O-MPI users] f90 compiling: USE MPI vs. include 'mpif.h'

2006-01-30 Thread Michael Kluskens
Question regarding f90 compiling Using: USE MPI instead of include 'mpif.h' makes the compilation take an extra two minutes using g95 under OS X 10.4.4 (simple test program 115 seconds versus 0.2 seconds) Is this normal? Michael