[MITgcm-devel] linux_ia64_ifort+mpi_altix_gfdl
Alistair Adcroft
adcroft at mit.edu
Tue Dec 5 10:56:58 EST 2006
I've just seen that Baylor (bfk?) has a better options file that uses
the environment properly but it doesn't work if there are too many
include paths provided by modules. Baylors approach is version
independent. I'll start with his.
A.
Alistair Adcroft wrote:
> Any objections if I update
> "tools/build_options/linux_ia64_ifort+mpi_altix_gfdl" to work with a
> 9.1 ifort and mpt-1.14 .
> Jobs with MPT<1.14 are no longer allowed in the queues (they
> uniformaly replace all MPT versions with 1.14!!!) and ifort > 9.1.033
> runs substantially faster on this platform.
>
> The only catch is that GFDL uses modules and you *must* load the
> corresponding modules into your environment to compile and run
> properly. In my .cshrc I have:
>
> if (`uname -m` == "ia64") then
> module purge
> module load icc.9.1.042
> module load ifort.9.1.033
> module load mpt-1.14
> endif
>
> A.
>
More information about the MITgcm-devel
mailing list