severity 405472 normal
thanks

On Wed, 03, Jan, 2007 at 10:28:59PM +0200, Juha Jäykkä spoke thus..
> All fortran programs calling MPI_* need to include mpif.h, but
> 
> ~/gl> mpif77 -DHAVE_CONFIG_H -I. -I. -I..  -I../include  -O3 
> -finline-limit=10000 -march=i686  -march=x86-64 -funroll-loops  -mfpmath=sse 
> -msse2   -c -o min_algo_sd.o min_algo_sd.F
> Error: Can't open included file 'mpif.h'
> 
> Adding "-I /usr/include" fixes this.

Given that g77 doesn't include /usr/include on the default search path
either:

[EMAIL PROTECTED]:/tmp$ g77 tst.f
tst.f:1:
           include 'mpif.h'
           ^
Unable to open INCLUDE file `mpif.h' at (^),

this is definitely not Severity: Grave and I'm not even sure
whether it should be altered; that's up to the normal maintainer.
It's certainly not release critical (clarified with the RMs).

Mark

-- 
Mark Hymers <mark at hymers dot org dot uk>

"I never make predictions.  I never have and I never will."
     Tony Blair

Attachment: signature.asc
Description: Digital signature

Reply via email to