Changeset 912


Ignore:
Timestamp:
08/12/13 14:59:31 (11 years ago)
Author:
sdipsl
Message:

remove machines that are not available anymore
cleanup

Location:
trunk/libIGCM/libIGCM_sys
Files:
6 deleted
6 edited

Legend:

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

    r881 r912  
    1212#************************************************************** 
    1313 
    14 # bypass specific internationalization (for awk) 
     14# bypass specific internationalization (for gawk) 
    1515export LC_ALL="C" 
    1616 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_ada.ksh

    r909 r912  
    13891389  if [ $DRYRUN -le 2 ]; then 
    13901390    if [ X${1} = X'/l' ] ; then 
    1391       # test if the first file is present in the old computation : 
    13921391      eval set +A dm_liste \${${2}} 
    13931392    else 
     
    14691468  if [ $DRYRUN -le 2 ]; then 
    14701469    if [ X${1} = X'/l' ] ; then 
    1471       # test if the first file is present in the old computation : 
    14721470      eval set +A buf_liste \${${2}} 
    14731471    else 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_curie.ksh

    r900 r912  
    14651465  if [ $DRYRUN -le 2 ]; then 
    14661466    if [ X${1} = X'/l' ] ; then 
    1467       # test if the first file is present in the old computation : 
    14681467      eval set +A dm_liste \${${2}} 
    14691468    else 
     
    16141613  if [ $DRYRUN -le 2 ]; then 
    16151614    if [ X${1} = X'/l' ] ; then 
    1616       # test if the first file is present in the old computation : 
    16171615      eval set +A buf_liste \${${2}} 
    16181616    else 
     
    18871885#D-#================================================== 
    18881886#D-function IGCM_sys_rebuild_station 
    1889 #D-* Purpose: rebuild parallel files describing station  
     1887#D-* Purpose: rebuild parallel files describing station 
    18901888#D-* Examples: 
    18911889#D- 
     
    19501948    # Array containing Station as a number 
    19511949#    unset proc_stn 
    1952 #    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}' ) 
     1950#    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}' ) 
    19531951    # Number of stations produced by processor proc 
    19541952#    stationLast=${#proc_stn[*]} 
     
    21812179 
    21822180  # Check of the volume 
    2183   volume_quota=$(ccc_quota | grep ' scratch' | awk '{print $2}') 
    2184   volume_avail=$(ccc_quota | grep ' scratch' | awk '{print $3}') 
     2181  volume_quota=$(ccc_quota | grep ' scratch' | gawk '{print $2}') 
     2182  volume_avail=$(ccc_quota | grep ' scratch' | gawk '{print $3}') 
    21852183 
    21862184  if ( [ ! X${volume_quota} = X ] && [ ! ${volume_quota} = "-" ] ) ; then 
     
    22442242# Check of the number of inodes 
    22452243 
    2246   inode_quota=$(ccc_quota | grep ' scratch' | awk '{print $6}') 
    2247   inode_avail=$(ccc_quota | grep ' scratch' | awk '{print $7}') 
     2244  inode_quota=$(ccc_quota | grep ' scratch' | gawk '{print $6}') 
     2245  inode_avail=$(ccc_quota | grep ' scratch' | gawk '{print $7}') 
    22482246 
    22492247  if ( [ ! X${inode_quota} = X ] && [ ! ${inode_quota} = "-" ] ) ; then 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_default.ksh

    r855 r912  
    12221222  if [ $DRYRUN -le 2 ]; then 
    12231223    if [ X${1} = X'/l' ] ; then 
    1224       # test if the first file is present in the old computation : 
    12251224      eval set +A dm_liste \${${2}} 
    12261225    else 
     
    12751274  if [ $DRYRUN -le 2 ]; then 
    12761275    if [ X${1} = X'/l' ] ; then 
    1277       # test if the first file is present in the old computation : 
    12781276      eval set +A buf_liste \${${2}} 
    12791277    else 
     
    15191517    # Array containing Station as a number 
    15201518#    unset proc_stn 
    1521 #    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}' ) 
     1519#    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}' ) 
    15221520    # Number of stations produced by processor proc 
    15231521#    stationLast=${#proc_stn[*]} 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_iitm.ksh

    r828 r912  
    12601260  if [ $DRYRUN -le 2 ]; then 
    12611261    if [ X${1} = X'/l' ] ; then 
    1262       # test if the first file is present in the old computation : 
    12631262      eval set +A dm_liste \${${2}} 
    12641263    else 
     
    13201319  if [ $DRYRUN -le 2 ]; then 
    13211320    if [ X${1} = X'/l' ] ; then 
    1322       # test if the first file is present in the old computation : 
    13231321      eval set +A buf_liste \${${2}} 
    13241322    else 
     
    15561554    # Array containing Station as a number 
    15571555#    unset proc_stn 
    1558 #    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}' ) 
     1556#    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}' ) 
    15591557    # Number of stations produced by processor proc 
    15601558#    stationLast=${#proc_stn[*]} 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_obelix.ksh

    r900 r912  
    12501250  if [ $DRYRUN -le 2 ]; then 
    12511251    if [ X${1} = X'/l' ] ; then 
    1252       # test if the first file is present in the old computation : 
    12531252      eval set +A dm_liste \${${2}} 
    12541253    else 
     
    13031302  if [ $DRYRUN -le 2 ]; then 
    13041303    if [ X${1} = X'/l' ] ; then 
    1305       # test if the first file is present in the old computation : 
    13061304      eval set +A buf_liste \${${2}} 
    13071305    else 
     
    15471545    # Array containing Station as a number 
    15481546#    unset proc_stn 
    1549 #    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}' ) 
     1547#    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}' ) 
    15501548    # Number of stations produced by processor proc 
    15511549#    stationLast=${#proc_stn[*]} 
Note: See TracChangeset for help on using the changeset viewer.