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_obelix.ksh

    r1272 r1286  
    11451145 
    11461146#D-#================================================== 
     1147#D-function IGCM_sys_projectAccounting 
     1148#D-* Purpose: store project accounting information in a file 
     1149#D-* Examples: 
     1150#D- 
     1151function IGCM_sys_projectAccounting { 
     1152  IGCM_debug_PushStack "IGCM_sys_projectAccounting" 
     1153  if ( $DEBUG_sys ) ; then 
     1154    echo "IGCM_sys_check_quota" 
     1155  fi 
     1156 
     1157  touch $1 
     1158 
     1159  IGCM_debug_PopStack "IGCM_sys_projectAccounting" 
     1160} 
     1161 
     1162#D-#================================================== 
    11471163#D-function IGCM_sys_getJobSchedulerID 
    11481164#D-* Purpose: Get the job ID during execution 
Note: See TracChangeset for help on using the changeset viewer.