Compilation and linking is carried out using the "Makefile" in directory "/efit/u". This file first creates sets of .f source files based on the .for files, then compiles and links. First change to directory "efit/u". To make a complete set of efit executable modules, enter
make
The executable modules are for a range of grid refinements, single and double precision. Individual executables may also be made, eg to make the 33*33 single precision version, enter
make ./efitd
It is recomended that for testing purposes the optimisation level specified in the makefile should be reduced.