Changeset 1029


Ignore:
Timestamp:
07/28/14 12:04:03 (10 years ago)
Author:
sdipsl
Message:

See #198: Add ssd header examples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_rebuild_fromWorkdir

    r929 r1029  
    66#-Q- curie #MSUB -n 1              # Reservation du processus 
    77#-Q- curie #MSUB -T 36000          # Limite de temps elapsed du job 
    8 #-Q- curie #MSUB -q xlarge 
     8#-Q- curie #MSUB -q xlarge         # fat node 
     9#-Q- curie ##MSUB -q standard      # thin nodes 
     10#-Q- curie ##MSUB -x               # exclusive node (needed to use high speed disk below) 
    911#-Q- curie #MSUB -Q normal 
    1012#-Q- curie #MSUB -A ::default_project:: 
     13#-Q- curie #RUN_DIR_PATH=/tmp/REBUILD_DIR_MR_$$     # RAM high speed disk partition ; 250GB/node. Along with -q xlarge 
     14#-Q- curie #RUN_DIR_PATH=/dev/shm/REBUILD_DIR_MR_$$ # SSD high speed disk partition ; 64GB/node.  Along with -q standard 
    1115#-Q- curie set +x 
    1216#-Q- ada #!/bin/ksh 
Note: See TracChangeset for help on using the changeset viewer.