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

    r1240 r1244  
    15611561 
    15621562#D-#================================================== 
     1563#D-function IGCM_sys_getJobSchedulerID 
     1564#D-* Purpose: Get the job ID during execution 
     1565#D-* Examples: IGCM_sys_getJobSchedulerID jobSchedulerID 
     1566#D- 
     1567function IGCM_sys_getJobSchedulerID { 
     1568  IGCM_debug_PushStack "IGCM_sys_getJobSchedulerID" 
     1569  if ( $DEBUG_sys ) ; then 
     1570    echo "IGCM_sys_getJobSchedulerID" 
     1571  fi 
     1572 
     1573  eval ${1}=${BRIDGE_MSUB_JOBID} 
     1574 
     1575  IGCM_debug_PopStack "IGCM_sys_getJobSchedulerID" 
     1576} 
     1577 
     1578#D-#================================================== 
    15631579#D-function IGCM_sys_GetJobID 
    1564 #D-* Purpose: Check if job_name is currently 
    1565 #D-  running or in queue 
     1580#D-* Purpose: Get the job ID from the JobName 
    15661581#D-* Examples: IGCM_sys_GetJobID ${JobName} ${TargetUsr} JobID 
    15671582#D- 
     
    15821597#D-#================================================== 
    15831598#D-function IGCM_sys_CountJobInQueue 
    1584 #D-* Purpose: Check if job_name is currently 
    1585 #D-  running or in queue 
     1599#D-* Purpose: Count number of users job 
    15861600#D-* Examples: IGCM_sys_CountJobInQueue ${JobName} NbRun 
    15871601#D- 
     
    16021616#D-#================================================== 
    16031617#D-function IGCM_sys_ListJobInQueue 
    1604 #D-* Purpose: Check if job_name is currently 
    1605 #D-  running or in queue 
     1618#D-* Purpose: Produce a list of users computing jobs (excluding post-processing) 
    16061619#D-* Examples: IGCM_sys_ListJobInQueue ${User} JobNameList 
    16071620#D- 
Note: See TracChangeset for help on using the changeset viewer.