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