Changes between Version 10 and Version 11 of Doc/Compile


Ignore:
Timestamp:
11/05/15 17:44:39 (8 years ago)
Author:
pinsard
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Compile

    v10 v11  
    107107{{{ 
    108108#!sh 
    109 ./ins_make -t cible 
     109./ins_make -t target 
    110110}}} 
    111111 
     
    181181 
    182182 
    183 # How to change compile options for debugging or optimization of the modele? # 
     183# How to change compile options for debugging or optimization of the model? # 
    184184 * You can change your optimization options for IOIPSL models in the AA_make.gdef file. To this end you must find your target machine and change the associated lines. You will have to recreate the Makefile.  
    185185 * Three levels of optimization for the INCA and LMDZ models are predefined in the arch/ files.You can select them in the modipsl/config/.../Makefile file. The three options are: '''-debug''', '''-dev''', '''-prod'''. XIOS offers the same three levels of compilations, accessible through the flags `--debug`, `--dev` and `prod`.