IPIM
 All Classes Files Functions Variables Pages
Compilation

Before compilation, must specify which planet is simulated. Edit $\verb!modele_path/dir.IPIM_SRC/dir.source/dir.fluide/dir.module/planete.f90!$ 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 $\verb!make!$ command with:

make clean

The created executable $\verb!IPIM_mpi.out!$ is in $\verb!modele_path/dir.IPIM_SRC!$ folder.