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
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