Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

mpi library - an implementation of MPI must be available on your system. It can either be vendor supplied or one of the freely available versions such as MPICH or OpenMPI. Note that if OpenMP is enabled, the implementation of MPI must be thread-safe. n.b. in the compilation of OpenIFS, it is assumed a mpif90 wrapper command is available. If not, some editing will be required.

fortran95 & C compilers - many Unix systems come with gfortran/gcc by default which work well with OpenIFS. High Performance Computer facilities may provide other compilers which achieve better performance. OpenIFS supports: GNU compilers, Intel compilers, AIX compilers and Cray compilers. The fortran compiler must support an auto-double (e.g. -r8) capability as some source code files are in fixed format fortran.

...