Building ACCESS-OM2 on Archer2 (UK HPC)

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?