Ignore:
Timestamp:
10/09/15 16:04:04 (9 years ago)
Author:
sdipsl
Message:
  • rationalyze somehow message code logic
  • extend the information gathered by big brother
  • clean up
File:
1 edited

Legend:

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

    r1242 r1244  
    11801180 
    11811181#D-#================================================== 
     1182#D-function IGCM_sys_getJobSchedulerID 
     1183#D-* Purpose: Get the job ID during execution 
     1184#D-* Examples: IGCM_sys_getJobSchedulerID jobSchedulerID 
     1185#D- 
     1186function IGCM_sys_getJobSchedulerID { 
     1187  IGCM_debug_PushStack "IGCM_sys_getJobSchedulerID" 
     1188  if ( $DEBUG_sys ) ; then 
     1189    echo "IGCM_sys_getJobSchedulerID" 
     1190  fi 
     1191 
     1192  eval ${1}=$( echo $LOADL_STEP_ID | awk -F. '{print $4}' ) 
     1193 
     1194  IGCM_debug_PopStack "IGCM_sys_getJobSchedulerID" 
     1195} 
     1196 
     1197#D-#================================================== 
    11821198#D-function IGCM_sys_GetJobID 
    1183 #D-* Purpose: Check if job_name is currently 
    1184 #D-  running or in queue 
     1199#D-* Purpose: Get the job ID from the JobName 
    11851200#D-* Examples: IGCM_sys_GetJobID ${JobName} ${TargetUsr} JobID 
    11861201#D- 
     
    12011216#D-#================================================== 
    12021217#D-function IGCM_sys_CountJobInQueue 
    1203 #D-* Purpose: Check if job_name is currently 
    1204 #D-  running or in queue 
     1218#D-* Purpose: Count number of users job 
    12051219#D-* Examples: IGCM_sys_CountJobInQueue ${JobName} NbRun 
    12061220#D- 
     
    12211235#D-#================================================== 
    12221236#D-function IGCM_sys_ListJobInQueue 
    1223 #D-* Purpose: Check if job_name is currently 
    1224 #D-  running or in queue 
     1237#D-* Purpose: Produce a list of users jobs 
    12251238#D-* Examples: IGCM_sys_ListJobInQueue ${User} JobNameList 
    12261239#D- 
Note: See TracChangeset for help on using the changeset viewer.