Ignore:
Timestamp:
08/22/13 12:39:05 (11 years ago)
Author:
sdipsl
Message:

bugfix again with instrumentation. Should be fine now...
syntax error in libIGCM_sys

Location:
trunk/libIGCM/libIGCM_sys
Files:
5 edited

Legend:

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

    r933 r936  
    19571957    IGCM_debug_Print 1 "Variable RUN_DIR_PATH is pointing to an important directory : ${RUN_DIR_PATH}" 
    19581958    IGCM_debug_Print 1 "Please check the RUN_DIR_PATH definition in your Job : Job_${config_UserChoices_JobName}" 
    1959     IGCM_debug_Exit "This will stop the job" ;; 
     1959    IGCM_debug_Exit "This will stop the job" 
    19601960  fi 
    19611961  IGCM_debug_PopStack "IGCM_sys_check_path" 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_curie.ksh

    r933 r936  
    21692169    IGCM_debug_Print 1 "Variable RUN_DIR_PATH is pointing to an important directory : ${RUN_DIR_PATH}" 
    21702170    IGCM_debug_Print 1 "Please check the RUN_DIR_PATH definition in your Job : Job_${config_UserChoices_JobName}" 
    2171     IGCM_debug_Exit "This will stop the job" ;; 
     2171    IGCM_debug_Exit "This will stop the job" 
    21722172  fi 
    21732173  IGCM_debug_PopStack "IGCM_sys_check_path" 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_default.ksh

    r933 r936  
    18861886    IGCM_debug_Print 1 "Variable RUN_DIR_PATH is pointing to an important directory : ${RUN_DIR_PATH}" 
    18871887    IGCM_debug_Print 1 "Please check the RUN_DIR_PATH definition in your Job : Job_${config_UserChoices_JobName}" 
    1888     IGCM_debug_Exit "This will stop the job" ;; 
     1888    IGCM_debug_Exit "This will stop the job" 
    18891889  fi 
    18901890  IGCM_debug_PopStack "IGCM_sys_check_path" 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_iitm.ksh

    r933 r936  
    18231823    IGCM_debug_Print 1 "Variable RUN_DIR_PATH is pointing to an important directory : ${RUN_DIR_PATH}" 
    18241824    IGCM_debug_Print 1 "Please check the RUN_DIR_PATH definition in your Job : Job_${config_UserChoices_JobName}" 
    1825     IGCM_debug_Exit "This will stop the job" ;; 
     1825    IGCM_debug_Exit "This will stop the job" 
    18261826  fi 
    18271827  IGCM_debug_PopStack "IGCM_sys_check_path" 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_obelix.ksh

    r933 r936  
    19151915    IGCM_debug_Print 1 "Variable RUN_DIR_PATH is pointing to an important directory : ${RUN_DIR_PATH}" 
    19161916    IGCM_debug_Print 1 "Please check the RUN_DIR_PATH definition in your Job : Job_${config_UserChoices_JobName}" 
    1917     IGCM_debug_Exit "This will stop the job" ;; 
     1917    IGCM_debug_Exit "This will stop the job" 
    19181918  fi 
    19191919  IGCM_debug_PopStack "IGCM_sys_check_path" 
Note: See TracChangeset for help on using the changeset viewer.