Changes between Version 25 and Version 26 of Doc/ComputingCenters


Ignore:
Timestamp:
10/10/19 15:39:36 (5 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters

    v25 v26  
    3434 
    3535# [wiki:DocBenvEcommonfiles Shared files] # 
    36 [wiki:Doc/ComputingCenters/CommonFiles Shared files in synchronized repository IGCM] 
     36[wiki:Doc/ComputingCenters/Commonfiles Shared files in synchronized repository IGCM] 
    3737 
    3838---- 
    3939 
    4040# How to use the IPSL models and tools with a local PC # 
     41Compiling and running tools are set up by default for known IPSL computing centers. If you need to work on a local PC or another computing cluster, you need to adapt the compilation and running options. 
    4142 
    4243## Compiling ## 
    43 It is recommanded to first make a test installation of XIOS following the guide here: http://forge.ipsl.jussieu.fr/ioserver/wiki/documentation  
    44 Then use the same libraires and compiler versions for all components as for XIOS. 
     44It is recommended to first make a test installation of XIOS following the guide here: http://forge.ipsl.jussieu.fr/ioserver/wiki/documentation  
     45Then use the same libraries and compiler versions for all components as for XIOS. 
    4546 
    4647Some configurations can be installed without XIOS.  
     
    4849 
    4950### Choose a target in AA_make.gdef ### 
    50 The ins_make script from modipsl will probably not recognize your local PC to create makefiles. You must choose an existing or create a new target in the util/AA_make.gdef file. Adapt this target to your computing environment (compiler, options, path to netcdf, etc), and create a new makefile specifying this target:  
     51The ins_make script from modipsl will not recognize your local PC to create makefiles. You must specify an existing target or create a new target in the util/AA_make.gdef file. Adapt this target to your computing environment (compiler, options, path to netcdf, etc), and create a new makefile specifying this target:  
    5152{{{ 
    5253./ins_make -t new_target 
     
    8182 modipsl/modeles/XIOS/arch/arch_NEW_ARCH.path 
    8283 modipsl/modeles/XIOS/arch/arch_NEW_ARCH.env 
     84 
     85# Note: the netcdf4 library can be parallel or sequential, depending on the version. If the sequential netcdf4 library is used, some functionalities in XIOS can not be used such us using several servers. To link XIOS to the sequantial library, the argument --netcdf_lib netcdf4_seq when compiling XIOS. This should be added in modipsl/config/ORCHIDEE_OL/AA_make just after ./make_xios --netcdf_lib netcdf4_seq ... 
     86 
    8387 
    8488# 3b. Add compile options for component ORCHIDEE