Changes between Version 31 and Version 32 of Doc/Compile


Ignore:
Timestamp:
10/28/19 17:43:46 (4 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Compile

    v31 v32  
    206206For each script you can use the option "-h" to know the usage of the script. You can find a description of each script on its configuration page (for example [wiki:Doc/Config/IPSLCM6.2 IPSLCM6.2]) 
    207207 
    208 Before the compilation, the script will modify the environment by loading modules set in a machine dependent file in `ARCH` directory.   
     208See here some examples for compilation: 
     209{{{ 
     210cd modipsl/config/ConfigName 
     211 
     212Default compilation, default resolution and in production mode will be set: 
     213./compile_ConfigName.sh 
     214 
     215Compilation in debug mode, default resolution: 
     216./compile_ConfigName.sh -debug 
     217 
     218Complete recompilation: 
     219./compile_ConfigName.sh -full 
     220}}} 
     221 
     222 
     223 
     224The configuration is not longer depending on the users environement, there is no need to ensure loading the correct modules before compilation. Instead, in the beginning of the compilation script, the environment will be loaded using a specific architecture depending file in `ARCH` directory.   
    209225{{{ 
    210226> ls IPSLCM6.2