Ignore:
Timestamp:
08/29/13 15:51:36 (11 years ago)
Author:
sdipsl
Message:

we want it quiet : atlas_env_ada_bash
it will disturb debug mode otherwise

File:
1 edited

Legend:

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

    r938 r944  
    100100else 
    101101  source /smplocal/pub/Modules/default/init/ksh 
    102   . /smphome/rech/psl/rpsl035/.atlas_env_ada_bash 
     102  . /smphome/rech/psl/rpsl035/.atlas_env_ada_bash 2> /dev/null 
    103103fi 
    104104 
     
    17261726    # Array containing Station as a number 
    17271727#    unset proc_stn 
    1728 #    set +A proc_stn $( grep "iophy_mpi rank ip lon lat  $iProc" ${PREFIX}_${Exe_Output} | sed -e "s/iophy_mpi rank ip lon lat //g" | awk ' {print $2}' ) 
     1728#    set +A proc_stn $( grep "iophy_mpi rank ip lon lat  $iProc" ${PREFIX}_${Exe_Output} | sed -e "s/iophy_mpi rank ip lon lat //g" | gawk ' {print $2}' ) 
    17291729    # Number of stations produced by processor proc 
    17301730#    stationLast=${#proc_stn[*]} 
     
    19761976 
    19771977  # Check of the volume 
    1978   volume_quota=$(quota_u -w | grep 'Quota soft' | awk '{print $5}') 
     1978  volume_quota=$(quota_u -w | grep 'Quota soft' | gawk '{print $5}') 
    19791979  if [ ! X${volume_quota} = X ] ; then 
    19801980    quota_volume=${volume_quota%%\%} 
Note: See TracChangeset for help on using the changeset viewer.