Changeset 1547


Ignore:
Timestamp:
03/09/21 16:03:19 (3 years ago)
Author:
rpennel
Message:

correct ins_job wall time for TGCC (seconds instead of minutes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/ins_job

    r1543 r1547  
    257257  fi # if ( ! ${x_t} ) 
    258258    
    259   echo Wall time limit is ${WallTime} minutes 
     259  echo Wall time limit is ${WallTime} seconds 
    260260 
    261261elif [ X"${SYSTEM}" == "Xirene-amd" ] ; then 
     
    349349  fi # if ( ! ${x_t} ) 
    350350    
    351   echo Wall time limit is ${WallTime} minutes 
     351  echo Wall time limit is ${WallTime} seconds 
    352352 
    353353elif [ X"${SYSTEM}" == "Xjeanzay" ] ; then 
Note: See TracChangeset for help on using the changeset viewer.