Changeset 368 for palm


Ignore:
Timestamp:
Aug 25, 2009 8:52:00 AM (15 years ago)
Author:
maronga
Message:

combined o/e output for lck added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r367 r368  
    707707    fi
    708708
     709 elif [[ $remote_host = lck ]]
     710 then
     711
     712    if [[ $numprocs != 0 ]]
     713    then
     714       cat > $job_to_send << %%END%%
     715#!/bin/ksh
     716#PBS -N $job_name
     717#PBS -l walltime=$timestring
     718#PBS -l ncpus=$numprocs
     719#PBS -l pmem=${memory}mb
     720#PBS -o $remote_dayfile
     721#PBS -j oe
     722
     723mpd &
     724
     725%%END%%
     726
     727    else
     728       cat > $job_to_send << %%END%%
     729#!/bin/ksh
     730#PBS -N $job_name
     731#PBS -l walltime=$timestring
     732#PBS -l ncpus=1
     733#PBS -l pmem=${memory}mb
     734#PBS -o $remote_dayfile
     735#PBS -j oe
     736
     737%%END%%
     738
     739    fi
     740
    709741 elif [[ $remote_host = lcsgih  ||  $remote_host = lcsgib ]]
    710742 then
Note: See TracChangeset for help on using the changeset viewer.