Changes between Version 1 and Version 2 of Documentation/UserGuide/TestCaseORCH3


Ignore:
Timestamp:
2020-07-24T10:55:30+02:00 (4 years ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/TestCaseORCH3

    v1 v2  
    133133 
    134134For example at obelix, check if you already have loaded netcdf and if yes, unload it and load netcdf/4p as follow:  
     135=== with v6.1 versions === 
    135136{{{ 
    136137module list 
    137138module unload netcdf 
     139module load netcdf/4p 
     140}}} 
     141 
     142=== with v6.2 and later versions ===  
     143(Add by Anne on 2020/07/24 - to be confirmed by Josefine when she will be back)  
     144{{{ 
     145module unload netcdf 
     146 
     147module load openmpi/2.1.5 
     148module load pnetcdf/1.5.0 
     149module load gcc/5.2.0 
     150module load hdf5/1.8.9p 
    138151module load netcdf/4p 
    139152}}} 
     
    143156./orchidee_ol > out_orchidee_ol 2>&1 
    144157}}} 
     158 
     159 
    145160 
    146161