Changeset 1286 for trunk


Ignore:
Timestamp:
03/03/16 17:40:32 (8 years ago)
Author:
sdipsl
Message:
  • system dependant call for project accounting. see #270
Location:
trunk/libIGCM/libIGCM_sys
Files:
5 edited

Legend:

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

    r1272 r1286  
    11801180 
    11811181#D-#================================================== 
     1182#D-function IGCM_sys_projectAccounting 
     1183#D-* Purpose: store project accounting information in a file 
     1184#D-* Examples: 
     1185#D- 
     1186function IGCM_sys_projectAccounting { 
     1187  IGCM_debug_PushStack "IGCM_sys_projectAccounting" 
     1188  if ( $DEBUG_sys ) ; then 
     1189    echo "IGCM_sys_check_quota" 
     1190  fi 
     1191 
     1192  cpt > $1 
     1193 
     1194  IGCM_debug_PopStack "IGCM_sys_projectAccounting" 
     1195} 
     1196 
     1197#D-#================================================== 
    11821198#D-function IGCM_sys_getJobSchedulerID 
    11831199#D-* Purpose: Get the job ID during execution 
  • 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 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_curie.ksh

    r1276 r1286  
    15641564 
    15651565#D-#================================================== 
     1566#D-function IGCM_sys_projectAccounting 
     1567#D-* Purpose: store project accounting information in a file 
     1568#D-* Examples: 
     1569#D- 
     1570function IGCM_sys_projectAccounting { 
     1571  IGCM_debug_PushStack "IGCM_sys_projectAccounting" 
     1572  if ( $DEBUG_sys ) ; then 
     1573    echo "IGCM_sys_check_quota" 
     1574  fi 
     1575 
     1576  ccc_myproject > $1 
     1577 
     1578  IGCM_debug_PopStack "IGCM_sys_projectAccounting" 
     1579} 
     1580 
     1581#D-#================================================== 
    15661582#D-function IGCM_sys_getJobSchedulerID 
    15671583#D-* Purpose: Get the job ID during execution 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_default.ksh

    r1272 r1286  
    11261126 
    11271127#D-#================================================== 
     1128#D-function IGCM_sys_projectAccounting 
     1129#D-* Purpose: store project accounting information in a file 
     1130#D-* Examples: 
     1131#D- 
     1132function IGCM_sys_projectAccounting { 
     1133  IGCM_debug_PushStack "IGCM_sys_projectAccounting" 
     1134  if ( $DEBUG_sys ) ; then 
     1135    echo "IGCM_sys_check_quota" 
     1136  fi 
     1137 
     1138  touch $1 
     1139 
     1140  IGCM_debug_PopStack "IGCM_sys_projectAccounting" 
     1141} 
     1142 
     1143#D-#================================================== 
    11281144#D-function IGCM_sys_getJobSchedulerID 
    11291145#D-* Purpose: Get the job ID during execution 
  • 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.