Ignore:
Timestamp:
May 16, 2008 7:36:40 AM (16 years ago)
Author:
raasch
Message:

bugfix in subjob due to rev 166

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r164 r168  
    644644%%END%%
    645645
     646    else
     647       cat > $job_to_send << %%END%%
     648#!/bin/ksh
     649#PBS -N $job_name
     650#PBS -A nersc
     651#PBS -l walltime=$timestring
     652#PBS -l ncpus=1
     653#PBS -l pmem=${memory}mb
     654#PBS -m abe
     655#PBS -M igore@nersc.no
     656#PBS -o $remote_dayfile
     657#PBS -j oe
     658
     659%%END%%
     660
     661    fi
     662
    646663 elif [[ $remote_host = lcxt4 ]]
    647664 then
     
    667684       cat > $job_to_send << %%END%%
    668685#!/bin/ksh
     686#PBS -S /bin/ksh
    669687#PBS -N $job_name
    670688#PBS -A nersc
     
    675693#PBS -M igore@nersc.no
    676694#PBS -o $remote_dayfile
    677 #PBS -j oe
     695#PBS -e $remote_dayfile
    678696
    679697%%END%%
Note: See TracChangeset for help on using the changeset viewer.