Changeset 1315 for trunk/libIGCM


Ignore:
Timestamp:
04/13/16 22:03:25 (8 years ago)
Author:
sdipsl
Message:
  • Necessary changes due to rencent maintenance at TGCC.
Location:
trunk/libIGCM
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_job

    r1314 r1315  
    1313#-Q- curie #MSUB -T 86400              # Wall clock limit (seconds) 
    1414#-Q- curie #MSUB -q standard           # thin nodes 
     15#-Q- curie #MSUB -U medium             # priority within a project 
    1516#-Q- curie #MSUB -A ::default_project:: 
    1617#-Q- curie # Below specific options that can be activated  
  • trunk/libIGCM/ins_job

    r1305 r1315  
    157157  if ( ! ${x_p} ) ; then 
    158158    ProjectID=$( ccc_myproject | gawk '{ if ( $3 ~ /^project$/ && $4 !~ /^tgcc/ ) { print $4 } }' | head -n 1 ) 
    159     ProjectID=${ProjectID:="gencmip6"} 
     159    ProjectID=${ProjectID:="devcmip6"} 
    160160    answer="" 
    161161    print - "Hit Enter or give project ID (default is ${ProjectID}), possible projects are $( echo $( ccc_myproject | gawk '{ if ( $3 ~ /^project$/ && $4 !~ /^tgcc/ ) { print $4 } }' | sort -u ) ) :" 
    162162    read answer 
     163 
     164    if [ "X${answer}" = "Xgencmip6" ] ; then 
     165      ProjectID=devcmip6 
     166    fi 
    163167 
    164168    if [ "X${answer}" != "X" ] ; then 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_curie.ksh

    r1308 r1315  
    103103  export UVCDAT_ANONYMOUS_LOG=no 
    104104fi 
     105 
     106# Use CMIP6 storage space when using CMIP6 cpu ressources 
     107[ "X${PROJECT}" = "Xdevcmip6" ] && module load dfldatadir/gencmip6 > /dev/null 2>&1 
     108 
     109# FYI 
    105110[ ! X${TaskType} = Xchecking ] && IGCM_debug_Print 1 "List of loaded modules:" 
    106111[ ! X${TaskType} = Xchecking ] && module list 
Note: See TracChangeset for help on using the changeset viewer.