A few things to be aware of before compiling the program:
- The program can be compiled with the makefile provided. This makefile uses the intel ifort compiler.
If you are using a different compiler, replace ifort with the name
of your compiler.
- Different compilers use different definitions for double precision variable.
The intel compiler (and several other compilers) uses real(kind = 8) . The
most common other definiton is real(kind = 2) . The definition of the double
precision variables can be changed in the module div_mod.f90.
To compile the program, simply type
make and an executable called
excess.exe