Changes between Version 33 and Version 34 of Doc/Compile


Ignore:
Timestamp:
02/25/20 09:40:59 (4 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Compile

    v33 v34  
    3535}}} 
    3636 
    37 For each machine supported by the IPSL tools, 3 kinds of files '''*.fcm''', '''*.path''', and '''.env''' exist. They provide all the information needed by fcm to create a makefile. These files are stored in the directory arch/ (LMDZ/arch/, INCA/arch/). 
     37For each machine supported by the IPSL tools, 3 kinds of files '''*.fcm''', '''*.path''', and '''.env''' exist. They provide all the information specific to a machine needed by fcm to create a makefile. These files are stored in the directory arch/ (LMDZ/arch/, INCA/arch/). 
    3838 * *.fcm : contains the compiler information  
    3939   * compiler name 
     
    4747'''Note''' : for configurations IPSLCM, arch files for OASIS and NEMO are taken in `modipsl/config/IPSLCM*/SOURCE/OASIS` and  `modipsl/config/IPSLCM6/SOURCE/NEMO` 
    4848 
    49 # Compilation for configurations _v6 and _v6.1.* # 
     49# Compilation using Makefile for configurations _v6 and _v6.1.* # 
    5050## Creating the main makefile ## 
    5151 
     
    197197[[NoteBox(note, The default option is `-prod`, 600px)]] 
    198198  
    199 # Compilation for configurations _v6.2 and newer configurations # 
     199 
     200# Compilation using script for configurations _v6.2 and newer configurations # 
    200201 
    201202The compilation differs from what has been done so far. Now we use a script  '''compile_ConfigName.sh''' with several options ( resolution, level of optimization, full or partial recompilation ) to compile the model.