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 753 – NEMO

Changeset 753


Ignore:
Timestamp:
2007-12-07T13:23:52+01:00 (16 years ago)
Author:
ctlod
Message:

add quotes to the sed sequences for the LAUN variable, see ticket:#33

File:
1 edited

Legend:

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

    r744 r753  
    9797elif [ ${TARGET} = 'ax_mono' ]; then 
    9898    W_XX='#-T- ax_mono' 
    99     LAUN= 'llsubmit ' 
     99    LAUN='llsubmit ' 
    100100    LLJOBS=Qstat 
    101101    LSUB= 
     
    210210       -e "s/$CAR_RUN/RUN=$RUN/" \ 
    211211       -e "s/$CAR_MPP/NB_PROCS=$PRC/" \ 
    212        -e "s@$CAR_SUB@LAUNCH=$LAUN@" \ 
     212       -e "s@$CAR_SUB@LAUNCH='$LAUN'@" \ 
    213213       -e "s/$CAR_EXE/LEXE='$LSUB'/" \ 
    214214       -e "s/$CAR_PER/CPERF='$LPERF'/" \ 
Note: See TracChangeset for help on using the changeset viewer.