Ignore:
Timestamp:
03/03/16 17:40:32 (8 years ago)
Author:
sdipsl
Message:
  • system dependant call for project accounting. see #270
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_ciclad.ksh

    r1272 r1286  
    11711171 
    11721172#D-#================================================== 
     1173#D-function IGCM_sys_projectAccounting 
     1174#D-* Purpose: store project accounting information in a file 
     1175#D-* Examples: 
     1176#D- 
     1177function IGCM_sys_projectAccounting { 
     1178  IGCM_debug_PushStack "IGCM_sys_projectAccounting" 
     1179  if ( $DEBUG_sys ) ; then 
     1180    echo "IGCM_sys_check_quota" 
     1181  fi 
     1182 
     1183  touch $1 
     1184 
     1185  IGCM_debug_PopStack "IGCM_sys_projectAccounting" 
     1186} 
     1187 
     1188#D-#================================================== 
    11731189#D-function IGCM_sys_getJobSchedulerID 
    11741190#D-* Purpose: Get the job ID during execution 
Note: See TracChangeset for help on using the changeset viewer.