Getting warnings like:
WARNING: *** Fortran 77 alignment for INTEGER (1) does not match
WARNING: *** Fortran 90 alignment for INTEGER (4)
WARNING: *** OMPI-F90-CHECK macro needs to be updated!
same for LOGICAL, REAL, COMPLEX, INTEGER*2, INTEGER*4, INTEGER*8, etc.
I believe these are new within the last week.
The configure script is generating these warnings when building
openmpi-1.1a3r9663 using g95 from April 19 on OS X 10.4.6.
Configured with "./configure F77=g95 FC=g95 LDFLAGS=-lSystemStubs"
|