Aidan
(Aidan Heerdegen, ACCESS-NRI Release Team Lead)
26
Looking at the configure.ac:
and the output your pasted in (I’m seeing -DCPRCOMPAQ) it seems like autoconf thinks your Fortran compiler is COMPAQ. Welcome to 2015!
I don’t speak autoconf, but the fortran compilers it is trying to match against are ancient, and the only OPT flag it resolves to seems to be -fast.
@harshula would it be as simple as setting some flags here:
(in your local copy) so that autoconf doesn’t try and guess some?