Changeset 1137 for tags


Ignore:
Timestamp:
10/29/14 16:17:18 (9 years ago)
Author:
sdipsl
Message:
Location:
tags/libIGCM_v2.4
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tags/libIGCM_v2.4/libIGCM_card/libIGCM_card.ksh

    r1125 r1137  
    103103      typeset value=$( gawk -f ${libIGCM}/libIGCM_card/IGCM_card_PrintOption.awk -- "$@" ) 
    104104 
    105       # Only if a section is missing we exit the job. 
    106       # We must allow missing option to keep backward compatibilty. 
     105      # Only if a Section is missing we exit the job. 
     106      # We must allow missing Option to keep backward compatibilty. 
    107107      if [ "${value}" = "Error: Section not found" ] ; then 
    108108        echo 
     
    111111        IGCM_debug_Exit 
    112112        IGCM_debug_Verif_Exit 
     113      elif [ "${value}" = "Error: Option not found" ] ; then 
     114         eval ${name}=${NULL_STR} 
     115      else 
     116        eval ${name}=${value} 
    113117      fi 
    114       eval ${name}=${value} 
    115118  else 
    116119    echo 
  • tags/libIGCM_v2.4/libIGCM_sys/libIGCM_sys_curie.ksh

    r1091 r1137  
    161161#- RUN_DIR_PATH : Temporary working directory (=> TMP) 
    162162typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${SCRATCHDIR}/RUN_DIR/${BRIDGE_MSUB_JOBID}_${$}} 
     163# Due to a workaround at IDRIS. /tmp is not functionning correctly there. 
     164IGCM_sys_MkdirWork ${RUN_DIR_PATH} 
    163165 
    164166#==================================================== 
  • tags/libIGCM_v2.4/libIGCM_sys/libIGCM_sys_default.ksh

    r1124 r1137  
    119119#- RUN_DIR_PATH : Temporary working directory (=> TMP) 
    120120typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=/home/${LOGIN}/RUN_DIR/tmp$$} 
     121# Due to a workaround at IDRIS. /tmp is not functionning correctly there. 
     122IGCM_sys_MkdirWork ${RUN_DIR_PATH} 
    121123 
    122124#==================================================== 
Note: See TracChangeset for help on using the changeset viewer.