To download the code cloning the repository and compile the library do the following:
git clone [email protected]:BIOPTIMOD/Forward_Adjoint.git
cd Forward_Adjoint/src
make clean
make lib
The default compiler is gfortran, but editing the FC variable in the makefile you can select ifort.