Changes between Version 7 and Version 8 of Doc/ComputingCenters


Ignore:
Timestamp:
12/05/14 19:00:33 (10 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters

    v7 v8  
    7070 
    7171 
    72 Note for installing in parallel mode with MPI, do as above but adapt the files arch-gfortran.path, arch-gfortran.fcm and AA_make.gef with suitable compile options. Use target gfortran_CICLAD in AA_make.gdef as example. Do not do point 3 above.  
    73   
    74  
    75 ### An example for IOIPSL and ORCHIDEE ### 
    76 To compile IOIPSL and ORCHIDEE, for instance, we recommend the gfortran compiler with the gfortran target in AA_make.gef. You must check and adapt the NetCDF path before creating new makefiles with ./ins_make -t gfortran.  
    77 {{{ 
    78 cd modipsl/util 
    79 vi AA_make.gdef   # Check the following lines: 
    80    #-Q- gfortran  NCDF_INC = /usr/local/include 
    81    #-Q- gfortran  NCDF_LIB = -L/usr/local/lib -lnetcdf 
    82 ./ins_make -t gfortran 
    83 }}} 
    84  
     72Note 1: for installing in parallel mode with MPI, do as above but adapt the files arch-gfortran.path, arch-gfortran.fcm and AA_make.gef with suitable compile options. Use target gfortran_CICLAD in AA_make.gdef as example. Do not do point 3 above.  
     73 [[BR]] 
     74Note 2: for older version of ORCHIDEE, such as in LMDZOR_v5, the files in modeles/ORCHIDEE/arch do not exist. Compile options in AA_make.gdef is used for ORCHIDEE in this case. 
    8575 
    8676## Simulation with libIGCM ##