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

remove machines that are not available anymore
cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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[*]} 
Note: See TracChangeset for help on using the changeset viewer.