next up previous contents
Next: Prerequisites Up: userhtml Previous: Code Distribution   Contents


Configuring and Building MLD2P4

To build MLD2P4 it is necessary to set up a Makefile with appropriate values for your system; this is done by means of the configure script. The distribution also includes the autoconf and automake sources employed to generate the script, but usually this is not needed to build the software.

MLD2P4 is implemented almost entirely in Fortran 2003, with some interfaces to external libraries in C; the Fortran compiler must support the Fortran 2003 standard plus the extension MOLD= feature, which enhances the usability of ALLOCATE. Many compiles do this; in particular, this is supported by the GNU Fortran compiler as of version 4.6.0 The software defines data types and interfaces for real and complex data, in both single and double precision.



Subsections