Changes between Version 2 and Version 3 of Doc/env/TgccCurie


Ignore:
Timestamp:
07/11/14 19:42:34 (10 years ago)
Author:
mafoipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/env/TgccCurie

    v2 v3  
    147147The job header must include  #MSUB -q xlarge to use fat nodes. 
    148148 
     149## SSD on standard node : how to use it for rebuild job ## 
     150SSD usage could accelerate rebuild job. It's very usefull for medium and high resolution configuration like IPSLCM5A-MR. You have only to change header and RUN_DIR_PATH in rebuild.job. Take care you will run faster but cost will be multiplicated by a factor of 16 because standard node ie 16 cpus are dedicated. 
     151 
     152{{{ 
     153#MSUB -q standard # thin nodes 
     154#MSUB -x  # exclusive node 
     155RUN_DIR_PATH=/tmp/REBUILD_DIR_MR_$$ 
     156}}} 
     157 
    149158# Tricks # 
    150159  * export LANG=C to correctly display curie.info (by default for new logins)