Changes between Version 3 and Version 4 of Doc/ComputingCenters/LSCE


Ignore:
Timestamp:
09/24/15 14:53:30 (9 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/LSCE

    v3 v4  
    1919 
    2020## Modipsl and compiling ## 
    21 '''By default the compiling is meant to function in MPI parallel mode.''' The compiler is `ifort` (''Intel'' compiler). The '''lxiv8''' target in modipsl/util/AA_make.gdef is used on obelix. To this day, only ORCHIDEE is installed on obelix. [[BR]] 
    22  
    23  
    24 You must modify the makefile '''to run in sequential mode'''. To do so change the following lines in modipsl/util/AA_make.gdef 
    25 {{{ 
    26 #-Q- lxiv8    F_C = mpif90 -c -cpp 
    27 #-Q- lxiv8    F_O = -DCPP_PARA -O3 $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR) 
    28 #-Q- lxiv8    F_L = mpif90 
    29 }}} 
    30  
    31 in  
    32  
    33 {{{ 
    34 #-Q- lxiv8    F_C = ifort -c -cpp 
    35 #-Q- lxiv8    F_O = -O  $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR) 
    36 #-Q- lxiv8    F_L = ifort 
    37 }}} 
     21'''By default the compiling is done for MPI parallel mode.''' The compiler is `ifort` (''Intel'' compiler). The '''lxiv8''' target in modipsl/util/AA_make.gdef is used on obelix. Currently only ORCHIDEE, LMDZ, IOIPSL and XIOS are installed on obelix. [[BR]] 
    3822  
    39 Then recreate the makefile with ./ins_make and compile as usual.  
    4023 
    4124## libIGCM and environment ##