Before compilation, must specify which planet is simulated. Edit file and replace the line
use planete_terre
with:
use planete_xxxx
Then compile it:
cd modele_path/dir.IPIM_SRC/dir.source make
To be sure all changes are recompiled, clean before the command with:
make clean
The created executable is in
folder.