Ignore:
Timestamp:
08/14/18 15:55:41 (6 years ago)
Author:
mafoipsl
Message:

On curie : set output files for all jobs.

On irene :

  • set output files for all jobs like curie
  • add the possibility to use xlarge nodes (for free) for post-processing or skylake nodes
  • add a question to set project used for post-processing and delete -A option in libIGCM_sys_irene
  • display only available projects for computing or post-processing on irene
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_atlas_ORCA_LIM

    r1460 r1468  
    33#-Q- curie ###################### 
    44#-Q- curie #MSUB -r ATL_OPA        # Nom du job 
    5 #-Q- curie #MSUB -eo 
     5#-Q- curie #MSUB -o ATL_OPA.out_%I 
     6#-Q- curie #MSUB -e ATL_OPA.out_%I 
    67#-Q- curie #MSUB -n 1              # Reservation du processus 
    78#-Q- curie #MSUB -T 7200          # Limite de temps elapsed du job 
     
    1516#-Q- irene ###################### 
    1617#-Q- irene #MSUB -r ATL_OPA      # Job name 
    17 #-Q- irene #MSUB -eo 
     18#-Q- irene #MSUB -o ATL_OPA.out_%I 
     19#-Q- irene #MSUB -e ATL_OPA.out_%I 
    1820#-Q- irene #MSUB -n 1 
    1921#-Q- irene #MSUB -T 7200         # Maximum elapsed time 
    20 #-Q- irene #MSUB -q skylake  
    21 #-Q- irene #MSUB -c 4 
     22#-Q- irene #MSUB -q ::default_node::  
     23#-Q- irene #MSUB -c ::default_core:: 
    2224#-Q- irene #MSUB -Q normal 
    23 #-Q- irene #MSUB -A ::default_project:: 
     25#-Q- irene #MSUB -A ::default_post_project:: 
    2426#-Q- irene #MSUB -m store,work,scratch 
    2527#-Q- irene set +x 
Note: See TracChangeset for help on using the changeset viewer.