Changes between Version 18 and Version 19 of Doc/Compile


Ignore:
Timestamp:
10/10/19 16:41:43 (5 years ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Compile

    v18 v19  
    2424 
    2525# At IDRIS:  
    26 PATH=/smphome/rech/psl/rpsl035/FCM/bin:$PATH 
     26PATH= 
    2727 
    2828# At LSCE(obelix): 
     
    3535}}} 
    3636 
    37 For each machine supported by the IPSL tools, two kinds of files '''*.fcm''' and '''*.path''' 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 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 
     
    4141   * options and settings 
    4242 * *.path : contains the library path names.  
    43  
    44 These files have the name of the machine as a prefix : arch-X64_CURIE.fcm, arch-X64_CURIE.path 
    45  
    46 '''Note''' : for configurations IPSLCM5 and IPSLCM6, arch files for OASIS and NEMO are taken in `modipsl/config/IPSLCM6/SOURCE/OASIS` and  `modipsl/config/IPSLCM6/SOURCE/NEMO` 
     43 * *.env : contains module to be load to install properly the environment for the compilation of this model.  
     44 
     45These files have the name of the machine as a prefix : arch-X64_IRENE.fcm, arch-X64_IRENE.path 
     46 
     47'''Note''' : for configurations IPSLCM, arch files for OASIS and NEMO are taken in `modipsl/config/IPSLCM*/SOURCE/OASIS` and  `modipsl/config/IPSLCM6/SOURCE/NEMO` 
    4748 
    4849# Creating the main makefile #