New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 818 for trunk/VALID/2INSTALL/JOBS/lance_batch.ksh – NEMO

Ignore:
Timestamp:
2008-02-11T10:13:47+01:00 (16 years ago)
Author:
ctlod
Message:

NVTK: correct bugs related to the launch of jobs in AA_make & launch_batch.ksh, see ticket: #68

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VALID/2INSTALL/JOBS/lance_batch.ksh

    r807 r818  
    183183     'all' ) 
    184184              if [ ${MTIME} = 'timing' ] ; then  
    185              ind=0 ; iloop=4 ; 
     185             ind=0  
     186        iloop=4 
    186187         else 
    187              ind=0 ; iloop=3 ; 
    188               fi ;; 
     188             ind=0  
     189        iloop=3 
     190              fi  
     191         ;; 
    189192     'long' ) 
    190               ind=0 ; iloop=1 ;; 
     193              ind=0  
     194         iloop=1 ;; 
    191195     'short' ) 
    192               ind=1 ; iloop=3 ;; 
     196              ind=1  
     197         iloop=3 ;; 
    193198     'gtime' ) 
    194               ind=3 ; iloop=4 ;; 
     199              ind=3  
     200         iloop=4 ;; 
    195201esac 
    196202 
Note: See TracChangeset for help on using the changeset viewer.