Changeset 43


Ignore:
Timestamp:
12/15/08 15:54:13 (15 years ago)
Author:
sdipsl
Message:

SD : - Change default PBS resources for brodie and mercure 1h and 8GB

  • Add LMDZOR config as known configuration for create_se
Location:
trunk/libIGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_se

    r34 r43  
    441441    # 
    442442elif [ ${config_UserChoices_TagName} = "LMDZ4OR" ]  || \ 
     443     [ ${config_UserChoices_TagName} = "LMDZOR" ]   || \ 
    443444     [ ${config_UserChoices_TagName} = "LMDZ4OR_v2" ] ; then 
    444445    # 
  • trunk/libIGCM/AA_job

    r36 r43  
    2020#-Q- sx8brodie #PBS -q ::JobClass::                # classe multi pour BATCH_NUM_PROC_TOT superieur a 2, mono sinon 
    2121#-Q- sx8brodie #PBS -l cpunum_job=${BATCH_NUM_PROC_TOT}  # reservation des processeurs pour le job 
    22 #-Q- sx8brodie #PBS -l memsz_job=6.0gb     # Limite memoire 
     22#-Q- sx8brodie #PBS -l memsz_job=8.0gb     # Limite memoire 
    2323#-Q- sx8brodie #PBS -l cputim_job=1:00:00  # Limite temps 
    2424#-Q- sx8mercure #!/bin/ksh 
     
    3333#-Q- sx8mercure #PBS -v BATCH_NUM_PROC_TOT=::JobNumProcTot:: 
    3434#-Q- sx8mercure #PBS -l cpunum_job=${BATCH_NUM_PROC_TOT}          # reservation des processeurs pour le job 
    35 #-Q- sx8mercure #PBS -l memsz_job=6.0gb       # limite memoire 
    36 #-Q- sx8mercure #PBS -l elapstim_req=00:30:00 # limite en temps elapsed 
     35#-Q- sx8mercure #PBS -l memsz_job=8.0gb       # limite memoire 
     36#-Q- sx8mercure #PBS -l elapstim_req=01:00:00 # limite en temps elapsed 
    3737#-Q- default #!/bin/ksh 
    3838#-Q- default ################## 
Note: See TracChangeset for help on using the changeset viewer.